Re: [PATCH] emacs: Add a name/version/synopsis heading in package-info buffers

2014-11-02 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-10-31 02:20 +0300) wrote: > >> Alex Kost skribis: >> >>> OK, I'm attaching a patch. Is “Co-authored-by …” enough or should you >>> be credited in some other way? >> >> It’s enough. >> I’m thinking perhaps we should do something similar for the des

Re: [PATCH] emacs: Add a name/version/synopsis heading in package-info buffers

2014-11-01 Thread Alex Kost
Ludovic Courtès (2014-10-31 02:20 +0300) wrote: > Alex Kost skribis: > >> OK, I'm attaching a patch. Is “Co-authored-by …” enough or should you >> be credited in some other way? > > It’s enough. > >>> I’m thinking perhaps we should do something similar for the description >>> itself, like displa

Re: [PATCH] emacs: Add a name/version/synopsis heading in package-info buffers

2014-10-31 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-10-29 19:25 +0300) wrote: > >> Hello, >> >> What would think of a patch like this: > > [...] > >> (defun guix-info-insert-entry (entry entry-type &optional indent-level) >>"Insert ENTRY of ENTRY-TYPE into the current info buffer. >> If INDENT-LEVEL

Re: [PATCH] emacs: Add a name/version/synopsis heading in package-info buffers

2014-10-31 Thread Ludovic Courtès
Alex Kost skribis: > OK, I'm attaching a patch. Is “Co-authored-by …” enough or should you > be credited in some other way? It’s enough. >> I’m thinking perhaps we should do something similar for the description >> itself, like display it right below the synopsis. Thoughts? > > I think a simp

Re: [PATCH] emacs: Add a name/version/synopsis heading in package-info buffers

2014-10-31 Thread Alex Kost
Ludovic Courtès (2014-10-30 16:16 +0300) wrote: > Alex Kost skribis: [...] >> Thanks again, I really like your suggestion, I just prefer to keep >> previous possibilities instead of replacing them with the new ones. > > Yes, why not. I’m a bit concerned about the cost of keeping several > vari

Re: [PATCH] emacs: Add a name/version/synopsis heading in package-info buffers

2014-10-29 Thread Alex Kost
Ludovic Courtès (2014-10-29 19:25 +0300) wrote: > Hello, > > What would think of a patch like this: [...] > (defun guix-info-insert-entry (entry entry-type &optional indent-level) >"Insert ENTRY of ENTRY-TYPE into the current info buffer. > If INDENT-LEVEL is non-nil, indent displayed info

[PATCH] emacs: Add a name/version/synopsis heading in package-info buffers

2014-10-29 Thread Ludovic Courtès
Hello, What would think of a patch like this: diff --git a/emacs/guix-info.el b/emacs/guix-info.el index 551d79a..c3499e4e 100644 --- a/emacs/guix-info.el +++ b/emacs/guix-info.el @@ -198,13 +198,27 @@ ENTRIES should have a form of `guix-entries'." entries gu