guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 5/6] emacs: Add interface for package locations.


From: Ludovic Courtès
Subject: Re: [PATCH 5/6] emacs: Add interface for package locations.
Date: Tue, 05 Apr 2016 22:50:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> skribis:

> * emacs/guix-main.scm (%package-location-param-alist): New variable.
> (package-location->sexp, package-location-entries): New procedures.
> * emacs/guix-ui-location.el: New file.
> * emacs.am (ELFILES): Add it.
> * doc/emacs.texi (Emacs Locations): Document 'guix-locations'.
> * NEWS: Mention it.
> ---
>  NEWS                      |  6 ++++
>  doc/emacs.texi            |  7 ++++
>  emacs.am                  |  1 +
>  emacs/guix-main.scm       | 12 +++++++
>  emacs/guix-ui-location.el | 83 
> +++++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 109 insertions(+)
>  create mode 100644 emacs/guix-ui-location.el

That it takes so few lines to implement this is a good sign.  :-)

> +*** New Emacs interface for package locations: M-x guix-locations

s/for package locations/to navigate package definitions/ ?

> address@hidden M-x guix-locations
> +Display a list of package locations.  You can press @key{RET} there to

Maybe “Display the list of source files that define packages.”?

Otherwise LGTM, thanks!

Ludo’.



reply via email to

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