From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH] doc: Use the recommended Scheme format. Date: Sun, 13 Sep 2015 23:37:59 +0200 Message-ID: <55F5ECB7.2050208@gmail.com> References: <1442177859-1506-1-git-send-email-mthl@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbEyL-0006D4-JN for guix-devel@gnu.org; Sun, 13 Sep 2015 17:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbEyH-0001xp-J1 for guix-devel@gnu.org; Sun, 13 Sep 2015 17:38:05 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:38645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbEyH-0001xl-Cj for guix-devel@gnu.org; Sun, 13 Sep 2015 17:38:01 -0400 Received: by wiclk2 with SMTP id lk2so111074397wic.1 for ; Sun, 13 Sep 2015 14:38:00 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by smtp.googlemail.com with ESMTPSA id r4sm10841621wia.19.2015.09.13.14.37.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Sep 2015 14:38:00 -0700 (PDT) In-Reply-To: <1442177859-1506-1-git-send-email-mthl@openmailbox.org> 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: guix-devel@gnu.org On 09/13/2015 10:57 PM, Mathieu Lirzin wrote: > Apply the recommended formatting rules from '.dir-locals.el' to the > examples in the manual in order to fulfill it's purpose of being a > reference. Isn't there a tool that can reformat the Guile code according to this file? Kind of like "indent" for C code. Cyril.