Re: [PATCH v4]menuconfig: Add Save button

2012-12-02 Thread Wang YanQing
Hi Yann, All, On Sun, Dec 02, 2012 at 06:52:50PM +0100, Yann E. MORIN wrote: > To make the behavior consistent, may I suggest that you push the > concept even a bit further: > - add a "Load" *and* a "Save" buttons > - get rid of the top-level "Load an Alternate Configuration File" >

Re: [PATCH v4]menuconfig: Add Save button

2012-12-02 Thread Yann E. MORIN
Wang, All, On Saturday 01 December 2012 Wang YanQing wrote: > If menuconfig have a Save button like alternative > .config editors, xconfig, nconfig, etc.We will have > a obvious benefit when use menuconfig just like > when we use others, we can save our .config quickly > and conveniently. > > Thi

[PATCH v4]menuconfig: Add Save button

2012-12-01 Thread Wang YanQing
If menuconfig have a Save button like alternative .config editors, xconfig, nconfig, etc.We will have a obvious benefit when use menuconfig just like when we use others, we can save our .config quickly and conveniently. This patch add the Save button for menuconfig. V1-V2: Rewrite the most code t