Re: [PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-08-26 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-08-18 17:05 +0300) wrote: [...] >>> +want to use a module it defines, so you switch to the Geiser REPL and >>> +write @code{,use (some module)} there. You may just use this command >>> +instead. >> >> Could you mention a use case here? Like: >> >>

Re: [PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-08-19 Thread Alex Kost
Ludovic Courtès (2015-08-18 17:05 +0300) wrote: > Alex Kost skribis: > >> * emacs/guix-guile.el (guix-guile-current-module): New function. >> * emacs/guix-devel.el: New file. >> (guix-devel-use-modules, guix-devel-use-current-module): New functions. >> * doc/emacs.texi (Emacs Development): New

Re: [PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-08-18 Thread Ludovic Courtès
Alex Kost skribis: > * emacs/guix-guile.el (guix-guile-current-module): New function. > * emacs/guix-devel.el: New file. > (guix-devel-use-modules, guix-devel-use-current-module): New functions. > * doc/emacs.texi (Emacs Development): New node. Document > 'guix-devel-use-current-module'. [.

Re: [PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-07-28 Thread Mathieu Lirzin
Alex Kost writes: >>> Mathieu Lirzin (2015-07-25 21:51 +0300) wrote: >>> >>> I don't know whether there is such (or any other) suggestion anywhere. >>> But since that was just an example, not a recommendation (not even a >>> suggestion), I think it doesn't matter what key binding to use there. >>

Re: [PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-07-26 Thread Alex Kost
Mathieu Lirzin (2015-07-26 17:00 +0300) wrote: > Alex Kost writes: > >> Mathieu Lirzin (2015-07-25 21:51 +0300) wrote: >>> What do you think about integrating it in section "Contributing" instead? >> >> Maybe, I don't have a preference here. > > Since it's not really related to package management

Re: [PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-07-26 Thread Mathieu Lirzin
Alex Kost writes: > Mathieu Lirzin (2015-07-25 21:51 +0300) wrote: >> What do you think about integrating it in section "Contributing" instead? > > Maybe, I don't have a preference here. Since it's not really related to package management, I think it would be preferable to move this in the node

Re: [PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-07-26 Thread Alex Kost
Mathieu Lirzin (2015-07-25 21:51 +0300) wrote: > Alex Kost writes: > >> * emacs/guix-guile.el (guix-guile-current-module): New function. >> * emacs/guix-devel.el: New file. >> (guix-devel-use-modules, guix-devel-use-current-module): New functions. >> * doc/emacs.texi (Emacs Development): New no

Re: [PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-07-25 Thread Mathieu Lirzin
Alex Kost writes: > * emacs/guix-guile.el (guix-guile-current-module): New function. > * emacs/guix-devel.el: New file. > (guix-devel-use-modules, guix-devel-use-current-module): New functions. > * doc/emacs.texi (Emacs Development): New node. Document > 'guix-devel-use-current-module'. [..

[PATCH 4/7] emacs: Add 'guix-devel-use-current-module'.

2015-07-25 Thread Alex Kost
* emacs/guix-guile.el (guix-guile-current-module): New function. * emacs/guix-devel.el: New file. (guix-devel-use-modules, guix-devel-use-current-module): New functions. * doc/emacs.texi (Emacs Development): New node. Document 'guix-devel-use-current-module'. --- doc/emacs.texi | 29