guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] emacs: Simplify defining package ID in a list buffer.


From: Alex Kost
Subject: [PATCH 1/2] emacs: Simplify defining package ID in a list buffer.
Date: Fri, 19 Jun 2015 22:48:13 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

An uninteresting explanation of this patch is following.  I'm afraid it
is very unclear, so if you don't understand it, you have to believe that
this patch will not burn your computer.

Packages are defined by 'object-address'-es which are used as IDs for a
list of packages (when 'guix-package-list-type' var is 'package').  For
a list of outputs (when 'guix-package-list-type' var is 'output' which
is a default value) a string "<package-id>:<output>" is used as ID (may be
checked by ‘M-: (guix-list-current-id)’ in *Guix Package List* buffer).

But since it is not convenient to get a package ID from an output ID,
this patch adds an additional 'package-id' parameter for each output
(see ‘M-: (guix-list-current-entry)’ in *Guix Package List* buffer for
alist of parameters).

Attachment: 0001-emacs-Simplify-defining-package-ID-in-a-list-buffer.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]