all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@we.make.ritual.n0.is>
To: David Thompson <dthompson2@worcester.edu>, guix-devel@gnu.org
Cc: David Thompson <davet@gnu.org>
Subject: Re: [PATCH] gnu: Add emacs-lua-mode.
Date: Thu, 20 Oct 2016 16:52:49 +0000	[thread overview]
Message-ID: <874m47nese.fsf@we.make.ritual.n0.is> (raw)
In-Reply-To: <20161020164908.5162-1-davet@gnu.org>

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
>
>
>

  reply	other threads:[~2016-10-20 16:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-20 16:49 [PATCH] gnu: Add emacs-lua-mode David Thompson
2016-10-20 16:52 ` ng0 [this message]
2016-10-21 13:20   ` Thompson, David

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874m47nese.fsf@we.make.ritual.n0.is \
    --to=ng0@we.make.ritual.n0.is \
    --cc=davet@gnu.org \
    --cc=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.