From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CCg4d-0004V9-5J for mharc-grub-devel@gnu.org; Wed, 29 Sep 2004 11:08:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CCg4c-0004V3-60 for grub-devel@gnu.org; Wed, 29 Sep 2004 11:08:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CCg4b-0004Uo-It for grub-devel@gnu.org; Wed, 29 Sep 2004 11:08:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCg4b-0004Uk-DH for grub-devel@gnu.org; Wed, 29 Sep 2004 11:08:53 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CCfy1-0006iI-B6 for grub-devel@gnu.org; Wed, 29 Sep 2004 11:02:05 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 23427F571DCB for ; Wed, 29 Sep 2004 17:02:03 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: grub-devel@gnu.org Date: Wed, 29 Sep 2004 17:02:16 +0200 User-Agent: KMail/1.6.1 References: <20040928190544.GA24852@artax.karlin.mff.cuni.cz> In-Reply-To: <20040928190544.GA24852@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: <200409291702.16894.okuji@enbug.org> Subject: Re: Automagic command loading 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, 29 Sep 2004 15:08:54 -0000 On Tuesday 28 September 2004 21:05, Tomas Ebenlendr wrote: > Here is new patch. The commands list is stored in elf section > .uinfo.norm_cmds. The module searching mechanism is in autocmd.mod, > so you switch on autoloading by inserting this module. Interface > is designed such that there may be other modules autoregistering > commands. I don't really understand why this solution is better than autocmd.lst. Can you summerize what are the problems in autocmd.lst and why this is superior? Okuji