From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 18 02:20:49 2017 Received: (at submit) by debbugs.gnu.org; 18 Oct 2017 06:20:49 +0000 Received: from localhost ([127.0.0.1]:47180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e4hij-0004qI-7J for submit@debbugs.gnu.org; Wed, 18 Oct 2017 02:20:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e4hie-0004q4-1W for submit@debbugs.gnu.org; Wed, 18 Oct 2017 02:20:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4hiX-00035x-DM for submit@debbugs.gnu.org; Wed, 18 Oct 2017 02:20:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41791) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e4hiX-00035r-A9 for submit@debbugs.gnu.org; Wed, 18 Oct 2017 02:20:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4hiV-00018d-Vz for guix-patches@gnu.org; Wed, 18 Oct 2017 02:20:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4hiR-00032g-2t for guix-patches@gnu.org; Wed, 18 Oct 2017 02:20:35 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:57337 helo=mira.cbaines.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4hiQ-00031u-L5 for guix-patches@gnu.org; Wed, 18 Oct 2017 02:20:30 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 7F4681476DC; Wed, 18 Oct 2017 07:20:28 +0100 (BST) Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id EBE6F1476CA for ; Wed, 18 Oct 2017 07:20:27 +0100 (BST) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id df37a734 for ; Wed, 18 Oct 2017 06:20:27 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-robe. Date: Wed, 18 Oct 2017 07:20:27 +0100 Message-Id: <20171018062027.14406-1-mail@cbaines.net> X-Mailer: git-send-email 2.14.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/emacs.scm (emacs-robe): New variable. --- gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 315db18a5..45dde77e0 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -2124,6 +2124,31 @@ tables.") mode-line.") (license license:gpl2+))) +(define-public emacs-robe + (package + (name "emacs-robe") + (version "0.8.1") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/dgutov/robe/" + "archive/" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-inf-ruby" ,emacs-inf-ruby))) + (home-page "https://github.com/dgutov/robe") + (synopsis "Ruby code assistance tool for Emacs") + (description + "Robe can provide information on loaded classes and modules in Ruby code, +as well as where methods are defined. This allows the user to jump to method +definitions, modules and classes, display method documentation and provide +method and constant name completion.") + (license license:gpl3+))) + (define-public emacs-rspec (package (name "emacs-rspec") -- 2.14.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 18 16:32:14 2017 Received: (at 28886) by debbugs.gnu.org; 18 Oct 2017 20:32:14 +0000 Received: from localhost ([127.0.0.1]:48664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e4v0g-0005qk-5v for submit@debbugs.gnu.org; Wed, 18 Oct 2017 16:32:14 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21085) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e4v0e-0005qW-Hq for 28886@debbugs.gnu.org; Wed, 18 Oct 2017 16:32:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1508358697; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=832; bh=9uWkhVTocBqCNzHa8Qb8qj2WWXsLIsNvpKVtf+e3i14=; b=JpeSUTS1e54oEAgjTaHQdk3bUQWqkmb+pKJO2d7l+5GAcjPFhLriGvIiMiMs90qf u74C3wfYH+JdBsdalf8NtfRr1zc58jrjD6/exmqdDcrX0zxD+olJG6wdK4d8F+cRq/i oDVfx/LqrqzIT+NGNcvK30RScpahwMHam9PuiCOA= Received: from localhost (port-92-200-55-161.dynamic.qsc.de [92.200.55.161]) by mx.zohomail.com with SMTPS id 1508358697602169.71903061393164; Wed, 18 Oct 2017 13:31:37 -0700 (PDT) References: <20171018062027.14406-1-mail@cbaines.net> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus To: Christopher Baines Subject: Re: [bug#28886] [PATCH] gnu: Add emacs-robe. In-reply-to: <20171018062027.14406-1-mail@cbaines.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 18 Oct 2017 22:31:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <87h8uw42qi.fsf@elephly.net> X-ZohoMailClient: External X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 28886 Cc: 28886@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) Hi, > * gnu/packages/emacs.scm (emacs-robe): New variable. > --- Thanks, this looks good. The website lists a couple of Ruby dependencies: --8<---------------cut here---------------start------------->8--- * pry * pry-doc >=3D 0.6.0 (on MRI) * method_source >=3D 0.8.2 (for compatibility with the latest Rubinius) --8<---------------cut here---------------end--------------->8--- yet, I don=E2=80=99t see them among the inputs of this package. Is this ju= st something that users are reasonably expected to have on their systems when they want to use robe, or should these things be among the inputs? I trust you made the right decision here, but I thought I=E2=80=99d just as= k as it is a bit confusing. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 25 10:31:55 2017 Received: (at control) by debbugs.gnu.org; 25 Oct 2017 14:31:55 +0000 Received: from localhost ([127.0.0.1]:33425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7Mip-0008AI-Dm for submit@debbugs.gnu.org; Wed, 25 Oct 2017 10:31:55 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7Min-0008A8-Pc for control@debbugs.gnu.org; Wed, 25 Oct 2017 10:31:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1508941867; s=zoho; d=elephly.net; i=rekado@elephly.net; h=Date:To:From:Subject; l=21; bh=MpCOTde3IIxioL/KrBgdjsLpdwZCwLQhBrNZer3HyvY=; b=YsfgEfV5ssLqFZP+HmgNnM6YG9g0nG5/XY0hlnV89WcbbQ0VuNXH2cpAGFfx1pkp 6Y3a7/HDNnTlvqFJmk123NdZi3++ooh4jgGCBsog08u5mRYr8KNY472h+mYmjX7gekS QFMxpM/Gm+9WLDF+eR27l+QhHfEXxlWgL/EfyBDk= Received: from localhost (141.80.247.119 [141.80.247.119]) by mx.zohomail.com with SMTPS id 1508941867914508.3897322687985; Wed, 25 Oct 2017 07:31:07 -0700 (PDT) Date: Wed, 25 Oct 2017 16:31:05 +0200 To: control@debbugs.gnu.org From: Ricardo Wurmus Subject: control message for bug #28886 X-ZohoMailClient: External X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" Message-Id: X-Spam-Score: -2.8 (--) tags 28886 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 03 21:50:40 2017 Received: (at 28886) by debbugs.gnu.org; 4 Dec 2017 02:50:40 +0000 Received: from localhost ([127.0.0.1]:44074 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLgq8-0002lg-4K for submit@debbugs.gnu.org; Sun, 03 Dec 2017 21:50:40 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLgq6-0002lY-4k for 28886@debbugs.gnu.org; Sun, 03 Dec 2017 21:50:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1512342245; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=1231; bh=6zHyu+M9QJ8C3T6QudSRo74qrRm5CFmNUj6DZRkXjqg=; b=eMvgSyecqHp0UjFMTwicGe1qnLSnGSp92YUsStqkv5Rk/8ErvIz04XVmAEKJ1j3E eiKpQZW+AqroPZJXKwFk0kZff6+miE50TzjNxnnQKXMZsi5+NoJe6FbkLMZxBdowWV0 vaeVj7H62QmI0VuZgzck62DaBQz00N5P6HMUfM/E= Received: from localhost (port-92-200-98-40.dynamic.qsc.de [92.200.98.40]) by mx.zohomail.com with SMTPS id 1512342245370659.1752231332196; Sun, 3 Dec 2017 15:04:05 -0800 (PST) References: <20171018062027.14406-1-mail@cbaines.net> <87h8uw42qi.fsf@elephly.net> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus To: Christopher Baines Subject: Re: [bug#28886] [PATCH] gnu: Add emacs-robe. In-reply-to: <87h8uw42qi.fsf@elephly.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Mon, 04 Dec 2017 00:04:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <87374r4dnh.fsf@elephly.net> X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28886 Cc: 28886@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hi again, some time ago I wrote this: Ricardo Wurmus writes: > Hi, > >> * gnu/packages/emacs.scm (emacs-robe): New variable. >> --- > > Thanks, this looks good. > > The website lists a couple of Ruby dependencies: > > --8<---------------cut here---------------start------------->8--- > * pry > * pry-doc >=3D 0.6.0 (on MRI) > * method_source >=3D 0.8.2 (for compatibility with the latest > Rubinius) > --8<---------------cut here---------------end--------------->8--- > > yet, I don=E2=80=99t see them among the inputs of this package. Is this = just > something that users are reasonably expected to have on their systems > when they want to use robe, or should these things be among the inputs? > > I trust you made the right decision here, but I thought I=E2=80=99d just = ask as > it is a bit confusing. =E2=80=9Cpry=E2=80=9D is a ruby debugger, right? It is a runtime dependenc= y, but one would expect a Ruby developer to provide one version or another, dependent on their project. If this is correct I don=E2=80=99t want to block this patch: it looks good = to me. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 09 16:14:48 2017 Received: (at 28886-done) by debbugs.gnu.org; 9 Dec 2017 21:14:48 +0000 Received: from localhost ([127.0.0.1]:54172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eNmSN-0003vq-Sr for submit@debbugs.gnu.org; Sat, 09 Dec 2017 16:14:48 -0500 Received: from li622-129.members.linode.com ([212.71.249.129]:56690 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eNmSL-0003vh-OH for 28886-done@debbugs.gnu.org; Sat, 09 Dec 2017 16:14:46 -0500 Received: by mira.cbaines.net (Postfix, from userid 113) id 1FF8E13D22C; Sat, 9 Dec 2017 21:14:45 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id A72FA13D228; Sat, 9 Dec 2017 21:14:43 +0000 (GMT) Received: from giedi (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 2f04d0cd; Sat, 9 Dec 2017 21:14:43 +0000 (UTC) References: <20171018062027.14406-1-mail@cbaines.net> <87h8uw42qi.fsf@elephly.net> <87374r4dnh.fsf@elephly.net> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Christopher Baines To: Ricardo Wurmus Subject: Re: [bug#28886] [PATCH] gnu: Add emacs-robe. In-reply-to: <87374r4dnh.fsf@elephly.net> Date: Sat, 09 Dec 2017 21:14:43 +0000 Message-ID: <87609f7ge4.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28886-done Cc: 28886-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ricardo Wurmus writes: > Hi again, > > some time ago I wrote this: > > Ricardo Wurmus writes: > >> Hi, >> >>> * gnu/packages/emacs.scm (emacs-robe): New variable. >>> --- >> >> Thanks, this looks good. >> >> The website lists a couple of Ruby dependencies: >> >> --8<---------------cut here---------------start------------->8--- >> * pry >> * pry-doc >=3D 0.6.0 (on MRI) >> * method_source >=3D 0.8.2 (for compatibility with the latest >> Rubinius) >> --8<---------------cut here---------------end--------------->8--- >> >> yet, I don=E2=80=99t see them among the inputs of this package. Is this= just >> something that users are reasonably expected to have on their systems >> when they want to use robe, or should these things be among the inputs? >> >> I trust you made the right decision here, but I thought I=E2=80=99d just= ask as >> it is a bit confusing. > > =E2=80=9Cpry=E2=80=9D is a ruby debugger, right? It is a runtime depende= ncy, but one > would expect a Ruby developer to provide one version or another, > dependent on their project. > > If this is correct I don=E2=80=99t want to block this patch: it looks goo= d to > me. Ok, great. I was planning on trying to use this more, but I haven't got around to that yet. I've pushed this to master now, maybe that will help. Thanks for reviewing :) Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlosUkNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xe68Q//QC5xLD72bRwXXkNKjUx0BNC44BMesAFjMDHtZkzTG+qUi9jCAsmcMaHs QTwIkrEcTT2l3idWpfnLpGCyPM/rVfQU3L8bf3CV4AgivuMSegbMc3qoj9id68pH zp8b7mbxueR7zX1bFVr9N9GVV63f9W4k2cijodzqKwL6WKNSAnSfpEG1Gdtn8g1/ n0sDElXF0e8lX+pKCPT6N+EYIyxRNUb5jaf3sppRkwasikBhLZxE083LrlMmwXVe 8HI4CuHZ2xzoqP56D7CNigHDiI7Xi9OxuXBFHBfivkNjnE4aA/SgrxTkr3SRAbFe l50Ki/rJYWBma7+yasemWCVtbpzc7CmcvZgRJA0sGa1G16Q4VvT0Mb10bvtGgowx pQhS0cfvVTL72Y+c1l2TNFjobDpU8Bka5Q1oKe4ycCzLwvHS+ojBWVEA/Do91QXA vD0RWiLNyx/iP1cXaadhugSHmtlFS9aI+tnD3g/4o3xot4lB97+NYALiCdKKyAQm yV9mQUNUuj6IGlW9nd20BuAKShAMoTRXazhlD/IibQrOwmCboCPoybk33U/u2BvL PYNa9uKAcgUOXptzHAEDehkYW/RnLCW4VcJr8Hcekht1nCa0SI1+U6wxpUdAr2b3 3ZQ9itHcOx3GvzioSydFtQEEIx3HrEVUCxRm53kGJ7CSpuVgO9c= =tTaf -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 18:53:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 07 Jan 2018 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator