From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: /bin/sh in configure tests Date: Wed, 16 Jan 2013 17:44:03 +0100 Message-ID: <87vcaxdqng.fsf@gnu.org> References: <201301132306.27948.andreas@enge.fr> <201301161456.47873.andreas@enge.fr> <874nihgptm.fsf@gnu.org> <201301161732.42985.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvW5z-0007CF-0r for bug-guix@gnu.org; Wed, 16 Jan 2013 11:44:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvW5t-0003dE-DA for bug-guix@gnu.org; Wed, 16 Jan 2013 11:44:10 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:18054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvW5t-0003ck-7C for bug-guix@gnu.org; Wed, 16 Jan 2013 11:44:05 -0500 In-Reply-To: <201301161732.42985.andreas@enge.fr> (Andreas Enge's message of "Wed, 16 Jan 2013 17:32:42 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Are the rules written somewhere to look them up? It looks very different= =20 > from what I am used to in C. For general Scheme coding style, I mostly follow . There=E2=80=99s also a .dir-locals.el file in the repo that sets up Emacs t= o do things correctly for all the special forms we use, such as =E2=80=98substitute*=E2=80=99. Thanks, Ludo=E2=80=99.