guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 6/6] gnu: Add emacs-slime.


From: Alex Kost
Subject: Re: [PATCH 6/6] gnu: Add emacs-slime.
Date: Thu, 31 Dec 2015 13:33:41 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Also don't forget about "guix lint emacs-slime" ;-)

> +(define-public emacs-slime
> +  (package
> +    (name "emacs-slime")
> +    (version "2.15")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://github.com/slime/slime/archive/v";
> +             version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "0l2z6l2xm78mhh0nczkrmzh2ddb1n911ij9xb6q40zwvx4f8blds"))))

          (file-name (string-append name "-" version ".tar.gz"))

> +    (description
> +     "SLIME extends Emacs with support for interactive programming in
> +Common Lisp. The features are centered around slime-mode, an Emacs
> +minor-mode that complements the standard lisp-mode. While lisp-mode
> +supports editing Lisp source files, slime-mode adds support for
> +interacting with a running Common Lisp process for compilation,
> +debugging, documentation lookup, and so on.")

Double spaces ^^^

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]