From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctDZ5-0007KI-Ok for guix-patches@gnu.org; Wed, 29 Mar 2017 09:23:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctDZ0-0004K2-Mu for guix-patches@gnu.org; Wed, 29 Mar 2017 09:23:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52071) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctDZ0-0004Jv-JI for guix-patches@gnu.org; Wed, 29 Mar 2017 09:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ctDZ0-0000Mw-Al for guix-patches@gnu.org; Wed, 29 Mar 2017 09:23:02 -0400 Subject: bug#26290: [PATCH] gnu: Add emacs-highlight-sexp. Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <20170328225457.992-1-va511e@yahoo.com> References: <20170328225457.992-1-va511e@yahoo.com> From: Catonano Date: Wed, 29 Mar 2017 15:22:26 +0200 Message-ID: Content-Type: multipart/alternative; boundary=94eb2c0d4d1ebfccfa054bde77fa 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: Vasile Dumitrascu Cc: 26290@debbugs.gnu.org --94eb2c0d4d1ebfccfa054bde77fa Content-Type: text/plain; charset=UTF-8 2017-03-29 0:54 GMT+02:00 Vasile Dumitrascu : > * gnu/packages/emacs (emacs-highlight-sexp): New variable. > --- > gnu/packages/emacs.scm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 4e2ce53b4..0836956a6 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -4009,3 +4009,24 @@ and modern look. It implements a new HTML back-end > for exporting org-mode docs > as HTML compatible with Twitter Bootstrap. By default, HTML is exported > with jQuery and Bootstrap resources included via osscdn.") > (license license:gpl3+))) > + > Having merged emacs-ox-twbs I could merge this one too It works lgtm --94eb2c0d4d1ebfccfa054bde77fa Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2017-03-29 0:54 GMT+02:00 Vasile Dumitrascu <va511e@yahoo.= com>:
* gnu/packages/emacs (emacs-highlight-sexp= ): New variable.
---
=C2=A0gnu/packages/emacs.scm | 21 +++++++++++++++++++++
=C2=A01 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4e2ce53b4..0836956a6 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4009,3 +4009,24 @@ and modern look. It implements a new HTML back-end f= or exporting org-mode docs
=C2=A0as HTML compatible with Twitter Bootstrap. By default, HTML is export= ed
=C2=A0with jQuery and Bootstrap resources included via osscdn.")
=C2=A0 =C2=A0 =C2=A0(license license:gpl3+)))
+

Having merged emacs-ox-twbs I could merge = this one too

It works
lgtm
--94eb2c0d4d1ebfccfa054bde77fa--