From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Set Emacs indentation for `wrap-program'. Date: Mon, 02 Feb 2015 22:48:21 +0100 Message-ID: <87386ougre.fsf@gnu.org> References: <87vbjmr7ra.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]:51009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIOrC-0007vd-Bf for guix-devel@gnu.org; Mon, 02 Feb 2015 16:48:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIOr7-0005e1-Q3 for guix-devel@gnu.org; Mon, 02 Feb 2015 16:48:34 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIOr7-0005dx-Ny for guix-devel@gnu.org; Mon, 02 Feb 2015 16:48:29 -0500 In-Reply-To: <87vbjmr7ra.fsf@taylan.uni.cx> ("\"Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=5C\=22\=22's\?\= message of "Sat, 31 Jan 2015 21:54:17 +0100") 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: taylanbayirli@gmail.com Cc: guix-devel@gnu.org taylanbayirli@gmail.com ("Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer\"") skrib= is: > From f7f3ce7140c82380e68ba3299ac17555268b8155 Mon Sep 17 00:00:00 2001 > From: Taylan Ulrich B > Date: Sat, 29 Nov 2014 13:36:24 +0100 > Subject: [PATCH 1/2] Set Emacs indentation for `wrap-program'. > > * .dir-locals.el (scheme-mode): Set `scheme-indent-function' of `wrap-pro= gram' > to 1. Makes sense, OK to push. Thanks, Ludo=E2=80=99.