GNU bug report logs - #27233
[PATCH] gnu: Add emacs-inf-ruby

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Sun, 4 Jun 2017 12:54:01 UTC

Severity: normal

Tags: patch

Done: Alex Kost <alezost <at> gmail.com>

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 27233 in the body.
You can then email your comments to 27233 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27233; Package guix-patches. (Sun, 04 Jun 2017 12:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 04 Jun 2017 12:54:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-inf-ruby
Date: Sun,  4 Jun 2017 13:53:28 +0100
* gnu/packages/emacs.scm (emacs-inf-ruby): New variable.
---
 gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 81a74d1fb..d067719c5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1740,6 +1740,29 @@ keep pressing the key until it selects what you want.  There's also
 column by drawing a thin line down the length of the editing window.")
     (license license:gpl3+)))
 
+(define-public emacs-inf-ruby
+  (package
+    (name "emacs-inf-ruby")
+    (version "2.5.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/nonsequitur/inf-ruby/"
+                           "archive/" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0m7323k649ckxql1grsdnf71bjhys7l4qb8wbpphb1mr1q8i4066"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/nonsequitur/inf-ruby")
+    (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
+    (description
+     "@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
+for easy interaction with a ruby subprocess.  Features include support for
+detecting specific uses of Ruby, e.g. when using rails, and using a
+appropriate console.")
+    (license license:gpl3+)))
+
 (define-public emacs-znc
   (package
     (name "emacs-znc")
-- 
2.13.0





Information forwarded to guix-patches <at> gnu.org:
bug#27233; Package guix-patches. (Sun, 04 Jun 2017 17:41:02 GMT) Full text and rfc822 format available.

Message #8 received at 27233 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 27233 <at> debbugs.gnu.org
Subject: Re: bug#27233: [PATCH] gnu: Add emacs-inf-ruby
Date: Sun, 4 Jun 2017 13:40:44 -0400
[Message part 1 (text/plain, inline)]
On Sun, Jun 04, 2017 at 01:53:28PM +0100, Christopher Baines wrote:
> * gnu/packages/emacs.scm (emacs-inf-ruby): New variable.

LGTM
[signature.asc (application/pgp-signature, inline)]

Reply sent to Alex Kost <alezost <at> gmail.com>:
You have taken responsibility. (Fri, 16 Jun 2017 13:14:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Fri, 16 Jun 2017 13:14:02 GMT) Full text and rfc822 format available.

Message #13 received at 27233-done <at> debbugs.gnu.org (full text, mbox):

From: Alex Kost <alezost <at> gmail.com>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 27233-done <at> debbugs.gnu.org
Subject: Re: bug#27233: [PATCH] gnu: Add emacs-inf-ruby
Date: Fri, 16 Jun 2017 16:13:22 +0300
Christopher Baines (2017-06-04 13:53 +0100) wrote:

> * gnu/packages/emacs.scm (emacs-inf-ruby): New variable.
> ---
>  gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)

Committed, thanks!  Sorry for the delay, I thought (and probably Leo as
well) that you have commit access to the guix repo.

If you would like to be able to push commits yourself, I'm sure Ludovic
or Ricardo will provide you these rights :-)

-- 
Alex




Information forwarded to guix-patches <at> gnu.org:
bug#27233; Package guix-patches. (Fri, 16 Jun 2017 13:22:02 GMT) Full text and rfc822 format available.

Message #16 received at 27233 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: 27233 <at> debbugs.gnu.org
Cc: alezost <at> gmail.com, mail <at> cbaines.net
Subject: Re: bug#27233: [PATCH] gnu: Add emacs-inf-ruby
Date: Fri, 16 Jun 2017 15:21:01 +0200
Howdy!

Alex Kost <alezost <at> gmail.com> skribis:

> If you would like to be able to push commits yourself, I'm sure Ludovic
> or Ricardo will provide you these rights :-)

I think I proposed it before, or at least I thought about it.  Anyway,
what’s your Savannah account Christopher?  :-)

BTW, I think other committers can feel entitled to add new hackers to
the list of committers.  That will help the project scale better.

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#27233; Package guix-patches. (Fri, 16 Jun 2017 13:52:01 GMT) Full text and rfc822 format available.

Message #19 received at 27233-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Alex Kost <alezost <at> gmail.com>
Cc: 27233-done <at> debbugs.gnu.org
Subject: Re: bug#27233: [PATCH] gnu: Add emacs-inf-ruby
Date: Fri, 16 Jun 2017 14:51:47 +0100
[Message part 1 (text/plain, inline)]
On 16/06/17 14:13, Alex Kost wrote:
> Christopher Baines (2017-06-04 13:53 +0100) wrote:
> 
>> * gnu/packages/emacs.scm (emacs-inf-ruby): New variable.
>> ---
>>  gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
>>  1 file changed, 23 insertions(+)
> 
> Committed, thanks!  Sorry for the delay, I thought (and probably Leo as
> well) that you have commit access to the guix repo.

Great, thanks.


[signature.asc (application/pgp-signature, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#27233; Package guix-patches. (Fri, 16 Jun 2017 13:55:02 GMT) Full text and rfc822 format available.

Message #22 received at 27233 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ludovic Courtès <ludo <at> gnu.org>, 27233 <at> debbugs.gnu.org
Subject: Re: bug#27233: [PATCH] gnu: Add emacs-inf-ruby
Date: Fri, 16 Jun 2017 14:54:48 +0100
[Message part 1 (text/plain, inline)]
On 16/06/17 14:21, Ludovic Courtès wrote:
> Howdy!
> 
> Alex Kost <alezost <at> gmail.com> skribis:
> 
>> If you would like to be able to push commits yourself, I'm sure Ludovic
>> or Ricardo will provide you these rights :-)
> 
> I think I proposed it before, or at least I thought about it.  Anyway,
> what’s your Savannah account Christopher?  :-)

I did get a message on IRC, but I missed it by a few days. My Savannah
account username is cbaines.

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#27233; Package guix-patches. (Fri, 16 Jun 2017 14:55:01 GMT) Full text and rfc822 format available.

Message #25 received at 27233 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Christopher Baines <mail <at> cbaines.net>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, 27233 <at> debbugs.gnu.org
Subject: Re: bug#27233: [PATCH] gnu: Add emacs-inf-ruby
Date: Fri, 16 Jun 2017 16:54:04 +0200
[Message part 1 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> skribis:

> On 16/06/17 14:21, Ludovic Courtès wrote:
>> Howdy!
>> 
>> Alex Kost <alezost <at> gmail.com> skribis:
>> 
>>> If you would like to be able to push commits yourself, I'm sure Ludovic
>>> or Ricardo will provide you these rights :-)
>> 
>> I think I proposed it before, or at least I thought about it.  Anyway,
>> what’s your Savannah account Christopher?  :-)
>
> I did get a message on IRC, but I missed it by a few days. My Savannah
> account username is cbaines.

Awesome, I’ve added you.  Could you reply to this message, signed with
the OpenPGP key that you’ll use to sign commit (which presumably is the
one you uploaded at <https://savannah.gnu.org/users/cbaines>)?

After that please make sure to (re)read ‘HACKING’ and you’ll be all set.

Thank you, and “welcome” if that’s something we can say to an old timer!
;-)

Ludo’.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27233; Package guix-patches. (Fri, 16 Jun 2017 16:24:01 GMT) Full text and rfc822 format available.

Message #28 received at 27233 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, 27233 <at> debbugs.gnu.org
Subject: Re: bug#27233: [PATCH] gnu: Add emacs-inf-ruby
Date: Fri, 16 Jun 2017 17:23:36 +0100
[Message part 1 (text/plain, inline)]
On 16/06/17 15:54, Ludovic Courtès wrote:
> Christopher Baines <mail <at> cbaines.net> skribis:
> 
>> On 16/06/17 14:21, Ludovic Courtès wrote:
>>> Howdy!
>>>
>>> Alex Kost <alezost <at> gmail.com> skribis:
>>>
>>>> If you would like to be able to push commits yourself, I'm sure Ludovic
>>>> or Ricardo will provide you these rights :-)
>>>
>>> I think I proposed it before, or at least I thought about it.  Anyway,
>>> what’s your Savannah account Christopher?  :-)
>>
>> I did get a message on IRC, but I missed it by a few days. My Savannah
>> account username is cbaines.
> 
> Awesome, I’ve added you.  Could you reply to this message, signed with
> the OpenPGP key that you’ll use to sign commit (which presumably is the
> one you uploaded at <https://savannah.gnu.org/users/cbaines>)?

Great :) This email should be signed. Ignore the key on Savannah as it
appears to be incomplete and I haven't worked out yet how to fix it
(when I attempt to paste the key in to the box, it's truncated...).

> After that please make sure to (re)read ‘HACKING’ and you’ll be all set.
> 
> Thank you, and “welcome” if that’s something we can say to an old timer!
> ;-)

Thanks :)

[signature.asc (application/pgp-signature, attachment)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 15 Jul 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 338 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.