From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VJwpf-00081K-5e for mharc-grub-devel@gnu.org; Wed, 11 Sep 2013 22:40:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJwpY-00081B-0y for grub-devel@gnu.org; Wed, 11 Sep 2013 22:40:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJwpS-0007VN-DV for grub-devel@gnu.org; Wed, 11 Sep 2013 22:40:27 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:38981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJwpS-0007VG-4z for grub-devel@gnu.org; Wed, 11 Sep 2013 22:40:22 -0400 Received: by mail-la0-f42.google.com with SMTP id ep20so8251108lab.29 for ; Wed, 11 Sep 2013 19:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=m8MNPdwp9O16ZnKzCcMLXPjh05uYI970GbVfjczBI34=; b=dgwMeEhkyFEhzTi+AwF+QCsiXBdBwm4dZoTZ2Nq6QaxlVaAqWq5RSOr7hBd2Pu8sLb g8Hrpp697Yq+rz5XV45Z3NZeWTt8aq1kEl/tLWwKQuUS5qfyFz1uGuFvtgQDLYsxRese gG8kNCJaaz48l6ybdyEXYHkliBQe12eewbGcP9n3Op0rM4UkokJQ5/KHCJhXl6FTazcm DWLpo+ugvqtjNcAHP5gF7QMKDTgIUHCEJMI6KTvz5LOIQeklFVwDs9jU5eZ+F63SNZ24 6ZNK1JK2arXmPWp9LkXH/t1RZDtyECmJ6LI63oOmZ29jxleaRR4GTlIBUQMFSoZtjZN5 TxAg== X-Received: by 10.152.115.176 with SMTP id jp16mr3987048lab.17.1378953620524; Wed, 11 Sep 2013 19:40:20 -0700 (PDT) Received: from opensuse.site (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id ua4sm2644082lbb.17.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 11 Sep 2013 19:40:19 -0700 (PDT) Date: Thu, 12 Sep 2013 06:40:18 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu Message-ID: <20130912064018.5caf9fde@opensuse.site> In-Reply-To: <20130911133129.GB10979@riva.ucam.org> References: <20130911131804.GA10979@riva.ucam.org> <20130911133129.GB10979@riva.ucam.org> X-Mailer: Claws Mail 3.9.0 (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 Cc: Franz Hsieh , cjwatson@ubuntu.com 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: Thu, 12 Sep 2013 02:40:33 -0000 В Wed, 11 Sep 2013 14:31:29 +0100 Colin Watson пишет: > > Rather than having to configure this explicitly, I have an alternative > suggestion, which ties into my earlier suggestion of making the hotkey > code a bit more shared. Why not have sleep --interruptible look up the > hotkeys configured in the menu and automatically honour any of those? +1 > That way you wouldn't have to configure hotkeys in two places (grub.cfg > and /etc/default/grub). Plus, I'm always more comfortable with patches > that don't require adding configuration options. > > Thanks, >