Re: [PATCH 2/3] emacs: Set 'guix-buffer-item' before displaying entries.

2016-02-22 Thread Alex Kost
Ludovic Courtès (2016-02-22 01:06 +0300) wrote: > Alex Kost skribis: > >> * emacs/guix-buffer.el (guix-buffer-set): Set 'guix-buffer-item' early, >> so that it can be used during displaying entries. For example, this >> allows to use a value of the current guix profile when package entries >

Re: [PATCH 2/3] emacs: Set 'guix-buffer-item' before displaying entries.

2016-02-21 Thread Ludovic Courtès
Alex Kost skribis: > * emacs/guix-buffer.el (guix-buffer-set): Set 'guix-buffer-item' early, > so that it can be used during displaying entries. For example, this > allows to use a value of the current guix profile when package entries > are inserted in a "List" or "Info" buffer. I don’t

[PATCH 2/3] emacs: Set 'guix-buffer-item' before displaying entries.

2016-02-13 Thread Alex Kost
* emacs/guix-buffer.el (guix-buffer-set): Set 'guix-buffer-item' early, so that it can be used during displaying entries. For example, this allows to use a value of the current guix profile when package entries are inserted in a "List" or "Info" buffer. --- emacs/guix-buffer.el | 2 +- 1 fi