From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VmHSe-0004qz-MQ for mharc-grub-devel@gnu.org; Fri, 29 Nov 2013 01:21:56 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmHSY-0004qf-17 for grub-devel@gnu.org; Fri, 29 Nov 2013 01:21:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmHSR-0003Ub-K1 for grub-devel@gnu.org; Fri, 29 Nov 2013 01:21:49 -0500 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:62861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmHSR-0003UT-BU for grub-devel@gnu.org; Fri, 29 Nov 2013 01:21:43 -0500 Received: by mail-la0-f42.google.com with SMTP id ec20so6671081lab.29 for ; Thu, 28 Nov 2013 22:21:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=aHuB11xbdwkyqXsyDy4fqmBt3cehjTqQ5qMLgfl7mzU=; b=Qq7BJCzBBlSvWj361K8NmKr7243wLbk7O/x9SnRXRQuyFCRr7L/Iu2Mf8wUS7Aee69 EgZGkCV1RFN0FH2da6WGDW/MmrpX3FTsQIYlnC0rZdKRzkvnEoXmwY8VA2Et8t07WUuN fvG7cABhI/WPc8wB7XGLCwuFslyCFMHkEIogbaXkjfbWQqT5iNMaPwNOoocQXTgkd4ch 6AEORt6n/74G8iSM8Eh9GsYbSxja3UgQBBmxN5Pht1JWcXEQKmUQRes829+2ymA0yAeD klmilnFx9vDNHw8m2R/vHpJURDCMgITxpvIApcF60gH7d7EyJCaa4BimfBIBiQUfHav1 nb/A== X-Received: by 10.112.72.70 with SMTP id b6mr8112617lbv.0.1385706102339; Thu, 28 Nov 2013 22:21:42 -0800 (PST) Received: from opensuse.site (ppp91-76-134-134.pppoe.mtu-net.ru. [91.76.134.134]) by mx.google.com with ESMTPSA id dm10sm52074899lbc.14.2013.11.28.22.21.41 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 28 Nov 2013 22:21:41 -0800 (PST) Date: Fri, 29 Nov 2013 10:21:40 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu Message-ID: <20131129102140.64a0cdf6@opensuse.site> In-Reply-To: <20131128180644.GB16321@riva.ucam.org> References: <20130911131804.GA10979@riva.ucam.org> <20130911133129.GB10979@riva.ucam.org> <20131127234057.GA23139@riva.ucam.org> <20131128023056.GA19545@riva.ucam.org> <20131128212249.78ac4c7b@opensuse.site> <20131128180644.GB16321@riva.ucam.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 06:21:55 -0000 В Thu, 28 Nov 2013 18:06:44 +0000 Colin Watson пишет: > On Thu, Nov 28, 2013 at 09:22:49PM +0400, Andrey Borzenkov wrote: > > В Thu, 28 Nov 2013 02:30:56 +0000 > > Colin Watson пишет: > > > @item GRUB_HIDDEN_TIMEOUT > > > @item GRUB_HIDDEN_TIMEOUT_QUIET > > > > I suggest removing them from user visible documentation and leaving > > only as compatibility options in grub-mkconfig. No reason do endorse > > their usage ("deprecated" is usually was nobody pays attention to). > > My concern is that they will probably hang around in people's > configurations for some time and I would like the documentation to tell > users what these mysterious things mean. > > As a compromise, perhaps we could move them to a separate page? > May be collect all deprecated options at the end of list with heading like "The following options are still accepted for compatibility with existing configurations but should not be used in new setup anymore" or similar. And BTW, we probably need to start collecting NEWS topics - this is excellent candidate for inclusion :)