From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taylan Ulrich Bayirli/Kammer Subject: Re: [PATCH] Add mcrypt Date: Sat, 24 May 2014 15:59:24 +0200 Message-ID: <87oayn5lc3.fsf@taylan.uni.cx> References: <874n0fray8.fsf@member.fsf.org> <874n0feaxv.fsf@karetnikov.org> 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]:57633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoCU5-0002YQ-Kt for Guix-devel@gnu.org; Sat, 24 May 2014 09:59:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoCU4-0006WT-Kv for Guix-devel@gnu.org; Sat, 24 May 2014 09:59:37 -0400 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:44594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoCU4-0006WK-Ed for Guix-devel@gnu.org; Sat, 24 May 2014 09:59:36 -0400 Received: by mail-we0-f181.google.com with SMTP id w61so6177281wes.12 for ; Sat, 24 May 2014 06:59:35 -0700 (PDT) In-Reply-To: <874n0feaxv.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 24 May 2014 14:19:08 +0400") 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: Nikita Karetnikov Cc: Guix-devel@gnu.org 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). Taylan