all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add emacs-multiple-cursors.
Date: Sat, 18 Jun 2016 13:55:47 +0300	[thread overview]
Message-ID: <87oa6yu5os.fsf@gmail.com> (raw)
In-Reply-To: <20160617202430.28994-1-rekado@elephly.net> (Ricardo Wurmus's message of "Fri, 17 Jun 2016 22:24:30 +0200")

Ricardo Wurmus (2016-06-17 23:24 +0300) wrote:

> * gnu/packages/emacs.scm (emacs-multiple-cursors): 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 bbb4baa..62e14cb 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1356,6 +1356,27 @@ front-ends.  Company comes with many back-ends, e.g. @code{company-elisp}.
>  These are distributed in separate files and can be used individually.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-multiple-cursors
> +  (package
> +    (name "emacs-multiple-cursors")
> +    (version "1.4.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/magnars/multiple-cursors.el/archive/"

I would make this line a bit shorter.

> +                           version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "0hihihlvcvzayg5fnqzcg45fhvlmq6xlq58syy00rjwbry9w389k"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/magnars/multiple-cursors.el")
> +    (synopsis "Multiple cursors for Emacs.")

Oops, don't forget about "guix lint" -------^

Otherwise, LGTM.

> +    (description
> +     "This package adds support to Emacs for editing text with multiple
> +simultaneous cursors.")
> +    (license license:gpl3+)))
> +
>  (define-public typo
>    (package
>      (name "emacs-typo")

-- 
Alex

  reply	other threads:[~2016-06-18 10:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 20:24 [PATCH] gnu: Add emacs-multiple-cursors Ricardo Wurmus
2016-06-18 10:55 ` Alex Kost [this message]
2016-06-18 16:16   ` Ricardo Wurmus

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=87oa6yu5os.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /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.