From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Pykhalov Subject: Emacs minor-mode highlight code stages (gexp & sexp) Date: Thu, 09 Nov 2017 12:33:18 +0300 Message-ID: <87zi7vlrtt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCjDB-0007vU-1z for guix-devel@gnu.org; Thu, 09 Nov 2017 04:33:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCjD7-00060X-Vu for guix-devel@gnu.org; Thu, 09 Nov 2017 04:33:25 -0500 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:57139) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eCjD7-00060H-OL for guix-devel@gnu.org; Thu, 09 Nov 2017 04:33:21 -0500 Received: by mail-lf0-x232.google.com with SMTP id 90so6360745lfs.13 for ; Thu, 09 Nov 2017 01:33:21 -0800 (PST) Received: from magnolia (ppp78-37-130-163.pppoe.avangarddsl.ru. [78.37.130.163]) by smtp.gmail.com with ESMTPSA id 28sm1098319lfy.78.2017.11.09.01.33.18 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 09 Nov 2017 01:33:19 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello Guix, I found Emacs minor-mode for highlighting stages of code and send a request for release a tarball=C2=B9, so I could package it properly. Also I made a fork to add a support for G-Expressions and I will wait until close a request=C2=B9 before sending a patch. You could try it now: $ git clone https://github.com/wigust/highlight-stages.git -b gexp $ cd CLONED_REPOSITORY_DIRECTORY $ guix package --install-from-file=3Dguix.scm =C2=B9 https://github.com/zk-phi/highlight-stages/issues/10 Oleg.