From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF42o-0000p0-EO for guix-patches@gnu.org; Sun, 28 May 2017 15:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF42k-0001rZ-Ig for guix-patches@gnu.org; Sun, 28 May 2017 15:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39350) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dF42k-0001rU-Fz for guix-patches@gnu.org; Sun, 28 May 2017 15:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dF42k-0006Ui-A8 for guix-patches@gnu.org; Sun, 28 May 2017 15:40:02 -0400 Subject: bug#27050: [PATCH 1/1] gnu: Add emacs-restclient. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170524052644.6293-1-james@jamestechnotes.com> Date: Sun, 28 May 2017 21:39:09 +0200 In-Reply-To: <20170524052644.6293-1-james@jamestechnotes.com> (James Richardson's message of "Wed, 24 May 2017 01:26:44 -0400") Message-ID: <87poesrcte.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: James Richardson Cc: 27050-done@debbugs.gnu.org James Richardson skribis: > * gnu/packages/emacs.scm (emacs-restclient): New variable. [...] > + (home-page "https://github.com/pashky/restclient.el") > + (synopsis "Explore and test HTTP REST webservices") > + (description > + "A tool that allows testing and exploration of HTTP REST webservi= ces from > +within Emacs. Restclient runs queries from a plan-text query sheet, dis= plays > +results pretty-printed in XML or JSON with @code{restclient-mode}") I turned this into a sentenced and committed. Thanks! Ludo=E2=80=99.