From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Add a name/version/synopsis heading in package-info buffers Date: Fri, 31 Oct 2014 00:20:36 +0100 Message-ID: <87bnotgn5n.fsf@gnu.org> References: <87d29akflu.fsf@gnu.org> <87y4ryle1l.fsf@gmail.com> <87fve5u27p.fsf@gnu.org> <87d299dyr5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkE3k-0008AE-Cx for guix-devel@gnu.org; Fri, 31 Oct 2014 11:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjz0r-0004yK-8E for guix-devel@gnu.org; Thu, 30 Oct 2014 19:20:26 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:41362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjz0r-0004yG-1E for guix-devel@gnu.org; Thu, 30 Oct 2014 19:20:17 -0400 In-Reply-To: <87d299dyr5.fsf@gmail.com> (Alex Kost's message of "Fri, 31 Oct 2014 00:38:22 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: Guix-devel Alex Kost skribis: > OK, I'm attaching a patch. Is =E2=80=9CCo-authored-by =E2=80=A6=E2=80=9D= enough or should you > be credited in some other way? It=E2=80=99s enough. >> I=E2=80=99m thinking perhaps we should do something similar for the desc= ription >> itself, like display it right below the synopsis. Thoughts? > > I think a simple heading may consist of just "name version" and other > parameters may be specified by a user. For this purpose I added > =E2=80=98guix-package-info-heading-params=E2=80=99 variable. Do you thin= k a description > should also be displayed in the heading by default? Yes, I like it this way. Thanks! Ludo=E2=80=99.