all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add emacs-lua-mode.
@ 2016-10-20 16:49 David Thompson
  2016-10-20 16:52 ` ng0
  0 siblings, 1 reply; 3+ messages in thread
From: David Thompson @ 2016-10-20 16:49 UTC (permalink / raw)
  To: guix-devel; +Cc: 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
@@ -3252,3 +3252,24 @@ This package contains the library runtime.")
     (description "This package provides an Emacs major mode for
 editing nginx config files.")
     (license license:gpl2+)))
+
+(define-public emacs-lua-mode
+  (package
+    (name "emacs-lua-mode")
+    (version "20151025")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/immerrr/lua-mode/archive/"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "0sbhfny5ib65cnx6xcy6h9bbw27mw034s8m9cca00bhxqaqi6p4v"))
+       (file-name (string-append name "-" version ".tar.gz"))))
+    (build-system emacs-build-system)
+    (home-page "http://immerrr.github.com/lua-mode")
+    (synopsis "Major mode for editing Lua source code")
+    (description "Lua-mode provides support for editing Lua, including automatic
+indentation, syntactical font-locking, running interactive shell, interacting
+with hs-minor-mode and online documentation lookup.")
+    (license license:gpl3+)))
-- 
2.8.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Add emacs-lua-mode.
  2016-10-20 16:49 [PATCH] gnu: Add emacs-lua-mode David Thompson
@ 2016-10-20 16:52 ` ng0
  2016-10-21 13:20   ` Thompson, David
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-10-20 16:52 UTC (permalink / raw)
  To: David Thompson, guix-devel; +Cc: David Thompson

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 <dthompson2@worcester.edu> writes:

> * 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
> @@ -3252,3 +3252,24 @@ This package contains the library runtime.")
>      (description "This package provides an Emacs major mode for
>  editing nginx config files.")
>      (license license:gpl2+)))
> +
> +(define-public emacs-lua-mode
> +  (package
> +    (name "emacs-lua-mode")
> +    (version "20151025")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/immerrr/lua-mode/archive/"
> +                           version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "0sbhfny5ib65cnx6xcy6h9bbw27mw034s8m9cca00bhxqaqi6p4v"))
> +       (file-name (string-append name "-" version ".tar.gz"))))
> +    (build-system emacs-build-system)
> +    (home-page "http://immerrr.github.com/lua-mode")
> +    (synopsis "Major mode for editing Lua source code")
> +    (description "Lua-mode provides support for editing Lua, including automatic
> +indentation, syntactical font-locking, running interactive shell, interacting
> +with hs-minor-mode and online documentation lookup.")
> +    (license license:gpl3+)))
> -- 
> 2.8.3
>
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Add emacs-lua-mode.
  2016-10-20 16:52 ` ng0
@ 2016-10-21 13:20   ` Thompson, David
  0 siblings, 0 replies; 3+ messages in thread
From: Thompson, David @ 2016-10-21 13:20 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel, David Thompson

On Thu, Oct 20, 2016 at 12:52 PM, ng0 <ng0@we.make.ritual.n0.is> 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 is a bit embarrassing.

Let's pretend this thread never happened! :)

Thanks,

- Dave

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-21 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 16:49 [PATCH] gnu: Add emacs-lua-mode David Thompson
2016-10-20 16:52 ` ng0
2016-10-21 13:20   ` Thompson, David

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.