From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BsJqf-0000Ou-Ld for mharc-grub-devel@gnu.org; Wed, 04 Aug 2004 07:22:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BsJqd-0000MR-VU for grub-devel@gnu.org; Wed, 04 Aug 2004 07:22:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BsJqd-0000Ly-EZ for grub-devel@gnu.org; Wed, 04 Aug 2004 07:22:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BsJqd-0000Lo-Bn for grub-devel@gnu.org; Wed, 04 Aug 2004 07:22:19 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BsJn7-0004Fb-MJ for grub-devel@gnu.org; Wed, 04 Aug 2004 07:18:41 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 315D2F0D47A1 for ; Wed, 4 Aug 2004 07:18:41 -0400 (EDT) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 4 Aug 2004 13:18:51 +0200 User-Agent: KMail/1.6.1 References: <200407312032.27650.okuji@enbug.org> <200408011300.57636.okuji@enbug.org> <20040802150549.GA15255@artax.karlin.mff.cuni.cz> In-Reply-To: <20040802150549.GA15255@artax.karlin.mff.cuni.cz> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408041318.51899.okuji@enbug.org> Subject: Re: usability 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: Wed, 04 Aug 2004 11:22:20 -0000 On Monday 02 August 2004 17:05, Tomas Ebenlendr wrote: > Today, grub-emu contains some modules (compiled in). If there will be > way to run modules from unix, then we can replace function for > registering commands with function which will write module name and > function name to the file autocmd.lst. Other way is sed-like, but > then one must be carefull where the he writes the registration of > commands. Another way is to define the information in the rmk files. Like this: foo_mod_COMMANDS = foo bar Then make can generate autocmd.lst. Okuji