GNU bug report logs -
#26251
[PATCH] gnu: Add emacs-monroe.
Previous Next
Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>
Date: Sat, 25 Mar 2017 08:08:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26251 in the body.
You can then email your comments to 26251 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#26251
; Package
guix-patches
.
(Sat, 25 Mar 2017 08:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vasile Dumitrascu <va511e <at> yahoo.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 25 Mar 2017 08:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
gnu: Add emacs-monroe.
* gnu/packages/emacs.scm (emacs-monroe): New variable.
---
gnu/packages/emacs.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 88ae2e534..823393409 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3423,6 +3423,26 @@ go to the second most recent edit, etc. Negative
argument, @kbd{C-u -}, is
used for reverse direction.")
(license license:gpl2+)))
+(define-public emacs-monroe
+ (package
+ (name "emacs-monroe")
+ (version "20170220.540")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://melpa.org/packages/monroe-"
+ version ".el"))
+ (sha256
+ (base32
+ "06p0qdhg4arwij1qpiiiwsd0m1bbl1qwd20ij2bmhryrvrcpswq3"))))
+ (build-system emacs-build-system)
+ (home-page "http://www.github.com/sanel/monroe")
+ (synopsis "Clojure nREPL client for Emacs")
+ (description
+ "Monroe is a nREPL client for Emacs, focused on simplicity and easy
+ distribution, primarily targeting Clojure users")
+ (license license:gpl3+)))
+
(define-public emacs-writegood-mode
(package
(name "emacs-writegood-mode")
--
2.12.1
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Sun, 26 Mar 2017 14:02:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vasile Dumitrascu <va511e <at> yahoo.com>
:
bug acknowledged by developer.
(Sun, 26 Mar 2017 14:02:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 26251-done <at> debbugs.gnu.org (full text, mbox):
Vasile Dumitrascu <va511e <at> yahoo.com> skribis:
> gnu: Add emacs-monroe.
>
> * gnu/packages/emacs.scm (emacs-monroe): New variable.
This one wouldn’t apply out of the box either (“malformed patch”), but
it’s in now.
Thank you!
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26251
; Package
guix-patches
.
(Sun, 26 Mar 2017 21:43:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 26251-done <at> debbugs.gnu.org (full text, mbox):
Hi
Perfect. I noted the observation and I will try to use 'git
send-email' next time.
Thank you,
Vasile
Ludovic Courtès:
> Vasile Dumitrascu <va511e <at> yahoo.com> skribis:
>
>> gnu: Add emacs-monroe.
>>
>> * gnu/packages/emacs.scm (emacs-monroe): New variable.
>
> This one wouldn’t apply out of the box either (“malformed patch”), but
> it’s in now.
>
> Thank you!
>
> Ludo’.
>
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Apr 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 51 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.