From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OMN6n-0007Wd-6N for mharc-grub-devel@gnu.org; Wed, 09 Jun 2010 11:22:25 -0400 Received: from [140.186.70.92] (port=34854 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMN6i-0007SW-3A for grub-devel@gnu.org; Wed, 09 Jun 2010 11:22:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMN6g-0007lm-Eo for grub-devel@gnu.org; Wed, 09 Jun 2010 11:22:19 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:48230) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMN6g-0007lX-9l for grub-devel@gnu.org; Wed, 09 Jun 2010 11:22:18 -0400 Received: by wyf28 with SMTP id 28so208127wyf.0 for ; Wed, 09 Jun 2010 08:22:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=bJ/mMi1KYOlu7BopMD7KUh4hzHHu7Ez+WU/LdOWeMQA=; b=JpGJvQ6wFsOZSkRUhGBhgaGarrHIL4chY26Q40MGsGnD7l8gsbUL2P3g2wPAU39v1/ pYUrJbBkZNGlBjO229OdTMl09//cn4Im1gW9UYyCJEdlWXqqUzqdnSjW6FMS9yRpbtuU BQfnI6C/ncjkS9oIRoTxTGgdQgQyPCBdfXopw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=wK+R2bZURJcEx8Q5G1zAUfsanwXdArWXq7J9xiTRxwBvxZbizNpwsfTK1DNBwB0sBJ grUCxpsKZcdK/ydKlJRdY/snCHiXsjebLwPxUEXo5pcyfSGeXMN02QDRYPAr/jSe0Ipg YYdid+L4LPhmzWWKZ7ZjdeyGhORrkRYVE7mHQ= Received: by 10.216.180.198 with SMTP id j48mr4861249wem.108.1276096463124; Wed, 09 Jun 2010 08:14:23 -0700 (PDT) Received: from [147.210.129.245] ([147.210.129.245]) by mx.google.com with ESMTPS id w28sm232827weq.47.2010.06.09.08.14.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Jun 2010 08:14:22 -0700 (PDT) Message-ID: <4C0FAFCC.3000908@gmail.com> Date: Wed, 09 Jun 2010 17:14:20 +0200 From: =?ISO-8859-1?Q?Gr=E9goire_Sutre?= User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.9.1.9) Gecko/20100603 Shredder/3.0.4 MIME-Version: 1.0 To: The development of GNU GRUB References: <20100608174656.GU21862@riva.ucam.org> <4C0E84E1.9040902@gmail.com> <20100608182649.GV21862@riva.ucam.org> In-Reply-To: <20100608182649.GV21862@riva.ucam.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] Improve man page headers X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Wed, 09 Jun 2010 15:22:21 -0000 On 06/08/2010 20:26, Colin Watson wrote: >> Could your approach also support filename transformations? > > I'm not sure how that would work. I guess you'd need > program_transform_name applied to the .h2m files. Do you want me to > put my patch in a bzr branch so that you can experiment with that? > I'm not sure I have time right now. I'm afraid I won't be able to look at it for several days, but I'll keep in mind. Moreover, I now realize that we should discuss the way we want to deal with program name transformations in general. Grégoire