From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Add 'guix-prettify'. Date: Thu, 06 Nov 2014 17:05:27 +0100 Message-ID: <87389wiabc.fsf@gnu.org> References: <87d2926he1.fsf@gmail.com> <87h9ye8x6d.fsf@gnu.org> <87d291uby6.fsf@gmail.com> <874mud4dbb.fsf@gnu.org> <8761ettjj4.fsf@gmail.com> <87oaskoek1.fsf@gnu.org> <87r3xgbhfm.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]:41745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmPZ2-0008Di-L9 for guix-devel@gnu.org; Thu, 06 Nov 2014 11:05:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmPYv-0000pt-MT for guix-devel@gnu.org; Thu, 06 Nov 2014 11:05:36 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:49044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmPYv-0000pW-GI for guix-devel@gnu.org; Thu, 06 Nov 2014 11:05:29 -0500 In-Reply-To: <87r3xgbhfm.fsf_-_@gmail.com> (Alex Kost's message of "Thu, 06 Nov 2014 16:13:33 +0300") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Thanks, here is the patch again: the package was renamed; regexp was > corrected; a reference in =E2=80=9Cguix.texi=E2=80=9D was made and "path"= -s were > replaced by "file name"-s. It's still not too late to rename everything > if =E2=80=98guix-prettify=E2=80=99 looks unsatisfactory. Perfect. > From e074a41a5a96d4b3a4c6e5dbb4f11993b500b429 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Tue, 4 Nov 2014 19:38:27 +0300 > Subject: [PATCH] emacs: Add 'guix-prettify'. > > * emacs/guix-prettify.el: New file. > * emacs.am (ELFILES): Add it. > * doc/emacs.texi (Emacs Prettify): New node. > * doc/guix.texi (Features): Mention it. LGTM! Thanks for your patience, Ludo=E2=80=99.