From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add mcrypt Date: Sun, 25 May 2014 00:33:35 +0200 Message-ID: <87ioou958g.fsf@gnu.org> References: <874n0fray8.fsf@member.fsf.org> <874n0feaxv.fsf@karetnikov.org> <87oayn5lc3.fsf@taylan.uni.cx> 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]:42392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoKVb-0008Pb-Mq for Guix-devel@gnu.org; Sat, 24 May 2014 18:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoKVX-0004dI-0h for Guix-devel@gnu.org; Sat, 24 May 2014 18:33:43 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoKVW-0004dE-Q4 for Guix-devel@gnu.org; Sat, 24 May 2014 18:33:38 -0400 In-Reply-To: <87oayn5lc3.fsf@taylan.uni.cx> (Taylan Ulrich Bayirli's message of "Sat, 24 May 2014 15:59:24 +0200") 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: Taylan Ulrich Bayirli/Kammer Cc: Guix-devel@gnu.org Taylan Ulrich Bayirli/Kammer skribis: > Nikita Karetnikov writes: > >>> + ("perl" ,perl))) ;for tests >> >> Usually, one puts a space after =E2=80=98;=E2=80=99. > > Not according to http://mumble.net/~campbell/scheme/style.txt and > Emacs's M-; (which just follows that document anyway). It reads: The only comments in which omission of a space between the semicolon and the text is acceptable are margin comments. which I take as =E2=80=9Cit=E2=80=99s OK to have one space for margin comme= nts as well=E2=80=9D, which is what I do. :-) I prefer it with the additional space, but I=E2=80=99m fine either way. Ludo=E2=80=99.