From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:52046 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753383Ab2JHIp2 (ORCPT ); Mon, 8 Oct 2012 04:45:28 -0400 Date: Mon, 8 Oct 2012 16:45:44 +0800 From: Wang YanQing Subject: Re: [PATCH v3]mconf: Add Save button Message-ID: <20121008084544.GA1695@udknight> References: <20121008050513.GA22078@udknight> <20121008060340.GB4148@liondog.tnic> <20121008072249.GA29113@udknight> <20121008082832.GB19783@liondog.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121008082832.GB19783@liondog.tnic> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Borislav Petkov , mmarek@suse.cz, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, rdunlap@xenotime.net, yann.morin.1998@free.fr, sakiwit@gmail.com, lacombar@gmail.com, lucas.demarchi@profusion.mobi, dave@gnu.org, paul.gortmaker@windriver.com, crquan@gmail.com, bpoirier@suse.de On Mon, Oct 08, 2012 at 10:28:32AM +0200, Borislav Petkov wrote: > On Mon, Oct 08, 2012 at 03:22:49PM +0800, Wang YanQing wrote: > > With one terminal, I can do: > > 1: make menuconfig > > 2: ajust and use "Save" button to save .config > > 3: use CRTL-Z(konsole) to "menuconfig" run in background > > 3: make && test kernel > > 4: fg or "%1" to resume the menuconfig > > I understand all that, but why do you think your usecase should be > in the kernel? I still fail to see its relevance for the majority of > people. No, I don't think it is only my usecase. Use fg,CRTL-Z is very normal in terminal or in vt(console), without save button you have to exit menuconfig every time you want to save .config. By the way,just a quick test, qconfig, xconfig, nconfig all have the Save button, why do them exist if we follow your opinion? Thanks.