Re: [PATCH] gnu: Add emacs-lua-mode.

2016-10-21 Thread Thompson, David
On Thu, Oct 20, 2016 at 12:52 PM, ng0 wrote: > Hi, > > We already have lua-mode, what is the difference with this one? > > http://git.savannah.gnu.org/cgit/guix.git/commit/?id=26e08b4d33918a844a42fd0f859ee640990ca757 The difference is that I didn't notice that package and duplicated work, which i

Re: [PATCH] gnu: Add emacs-lua-mode.

2016-10-20 Thread ng0
Hi, We already have lua-mode, what is the difference with this one? http://git.savannah.gnu.org/cgit/guix.git/commit/?id=26e08b4d33918a844a42fd0f859ee640990ca757 David Thompson writes: > * gnu/packages/emacs.scm (emacs-lua-mode): New variable. > --- > gnu/packages/emacs.scm | 21

[PATCH] gnu: Add emacs-lua-mode.

2016-10-20 Thread David Thompson
* gnu/packages/emacs.scm (emacs-lua-mode): New variable. --- gnu/packages/emacs.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 6e9c181..fbde046 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@