From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GYlhx-0006BE-Ak for mharc-grub-devel@gnu.org; Sat, 14 Oct 2006 11:45:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYlhv-0006Ad-Ow for grub-devel@gnu.org; Sat, 14 Oct 2006 11:45:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYlhu-00069z-7h for grub-devel@gnu.org; Sat, 14 Oct 2006 11:45:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYlhu-00069t-2O for grub-devel@gnu.org; Sat, 14 Oct 2006 11:45:50 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYlqb-0000fW-Cq for grub-devel@gnu.org; Sat, 14 Oct 2006 11:54:49 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id F100A3CC5156F for ; Sat, 14 Oct 2006 20:17:21 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id D3B943CC5156E for ; Sat, 14 Oct 2006 20:17:21 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 14 Oct 2006 17:45:48 +0200 User-Agent: KMail/1.8.2 References: <87fye2swwa.fsf@xs4all.nl> <200610141729.26325.okuji@enbug.org> <87y7rirjgp.fsf@xs4all.nl> In-Reply-To: <87y7rirjgp.fsf@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610141745.48208.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.321698, version=0.17.2 Subject: Re: Scripting (IMPORTANT!) 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: Sat, 14 Oct 2006 15:45:52 -0000 On Saturday 14 October 2006 17:43, Marco Gerards wrote: > Ok, that sounds sane. But it does not address my problem. How would > one iterate over disks and partitions. And perhaps other things like > loaded modules, etc. Personally I do not care a lot about syntax, but > I want the language to be full features so most end users can do what > they want. A naive way is "(*)" and "(*,*)". But I guess you had this in mind. Okuji