all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: Catonano <catonano@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add emacs-clojure-mode
Date: Tue, 24 May 2016 11:51:27 +0300	[thread overview]
Message-ID: <87vb23hm9c.fsf@gmail.com> (raw)
In-Reply-To: CAJ98PDzNQXtJQ8xiHAQvFxBvWuV10QiR9ox5bZAn6OdcHbq_qg@mail.gmail.com

Catonano (2016-05-19 13:20 +0300) wrote:

> 2016-05-19 10:54 GMT+02:00 Alex Kost <alezost@gmail.com>:
>
>     > Subject: gnu: Add emacs-clojure-mode
>                                           ^
>     This is a nitpick of course, but we put a period here...
>
>     > * gnu/packages/emacs.scm (emacs-clojure-mode): New variable
>                                                                  ^
>     ... and here.
>
>
> Do you mean like this ?
>
> Subject: gnu: Add emacs-clojure-mode.
>
> * gnu/packages/emacs.scm (emacs-clojure-mode): New variable.

Yes, thanks.

[...]
> So, I edited the patch and attached it again.
> Would you see if it fits ?

Yes, the only thing is: I had to do some manual interventions as this
patch wasn't applied cleanly because it was based on some old commit
(before your smartparens package).

Please, next time make sure that your patch can be applied on the
current master.  And thanks for contributing!

> From 6dc8470baf3493a93da3e3358136e5c9860d4e3a Mon Sep 17 00:00:00 2001
> From: humanitiesNerd <catonano@gmail.com>
> Date: Wed, 18 May 2016 15:41:47 +0200
> Subject: gnu: Add emacs-clojure-mode.
>
> * gnu/packages/emacs.scm (emacs-clojure-mode): New variable.
> ---
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 32ed722..fb07bc7 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1612,3 +1612,28 @@ It is built on top of the custom theme support in Emacs 24 or later.")
>      (license license:gpl3+)))
>
>
> +(define-public emacs-clojure-mode
> +  (package
> +    (name "emacs-clojure-mode")
> +    (version "5.3.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://github.com/clojure-emacs/clojure-mode/archive/"
> +             version
> +             ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +         (base32
> +         "0gi8ra3ap5m3mz4qh1yxp2cldn7z9xcxvypznr6rrlc6a9l8s5a6"))))
> +    (build-system emacs-build-system)
> +    (home-page "http://github.com/clojure-emacs/clojure-mode")
> +    (synopsis "Major mode for Clojure code")
> +    (description
> +     "This Emacs package provides font-lock, indentation,3
I removed this extra "3" -----------------------------------^

> +navigation and basic refactoring for the
> +@uref{http://clojure.org, Clojure programming language}
> +
> +Using clojure-mode with paredit or smartparens is highly recommended.")

I removed the word "highly" as I think it's too much :-)
> +    (license license:gpl3+)))
>

Applied as commit 8eeb301¹, thanks!

¹ http://git.savannah.gnu.org/cgit/guix.git/commit/?id=8eeb301de2b4d3086f8e88f8a48bba0e83cf79bc

-- 
Alex

      reply	other threads:[~2016-05-24  8:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-18 15:09 [PATCH] gnu: Add emacs-clojure-mode Catonano
2016-05-19  8:54 ` Alex Kost
2016-05-19 10:20   ` Catonano
2016-05-24  8:51     ` Alex Kost [this message]

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=87vb23hm9c.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=catonano@gmail.com \
    --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.