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

2016-04-15 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-04-05 23:50 +0300) wrote: > >> Alex Kost skribis: [...] >>> +*** New Emacs interface for package locations: M-x guix-locations >> >> s/for package locations/to navigate package definitions/ ? > > This is not

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

2016-04-05 Thread Ludovic Courtès
Alex Kost 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):

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

2016-04-04 Thread Alex Kost
* 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