From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Iq0WM-0007T3-37 for mharc-grub-devel@gnu.org; Thu, 08 Nov 2007 01:05:42 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iq0WJ-0007SI-Vy for grub-devel@gnu.org; Thu, 08 Nov 2007 01:05:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq0WH-0007Rh-W9 for grub-devel@gnu.org; Thu, 08 Nov 2007 01:05:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq0WH-0007R6-PE for grub-devel@gnu.org; Thu, 08 Nov 2007 01:05:37 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iq0WH-0003hq-AM for grub-devel@gnu.org; Thu, 08 Nov 2007 01:05:37 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Iq0W8-00036Z-TP for grub-devel@gnu.org; Thu, 08 Nov 2007 06:05:28 +0000 Received: from p508c6498.dip.t-dialin.net ([80.140.100.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Nov 2007 06:05:28 +0000 Received: from Markus.Elfring by p508c6498.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Nov 2007 06:05:28 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Markus Elfring Date: Thu, 08 Nov 2007 07:05:21 +0100 Message-ID: References: <472F3D31.3010204@nic.fi> <4730DE0F.9090103@nic.fi> <4731DD6C.6080807@nic.fi> <4732113E.5070305@nic.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p508c6498.dip.t-dialin.net User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <4732113E.5070305@nic.fi> X-Enigmail-Version: 0.95.3 Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: Outline menu X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 06:05:40 -0000 > Menu commands can have children already so you would get hierarchy > information from there. Shortcut key you could just add as extra > argument for menu, like --hotkey="1" Will an explanation of the data format be added to the wiki? > In example: > menu "foo" { > menu "bar" { > menu "zot" { > } > } > } Can an item be reused at different levels in the hierarchy without repetition of its definition (attribute set)? > Though I am not sure how well this outline view is supported by the > current parser. Marco, perhaps you could share some insights? How is the state of the GRUB 2 menu browser at the moment? > I had a look at example mp3 playlist in opml format and it seems to be > data description language (like what xml is). What we have in grub > script is a scripting language that has commands to construct data (menu). Is a manual available already? Regards, Markus