From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Patch: New section "Invoking Guile" for chapter "Programming in Scheme" Date: Wed, 27 Apr 2011 12:23:41 +0200 Message-ID: <87fwp42dsi.fsf@gnu.org> References: <8CDD0063C9BEB29-FC8-5987@web-mmc-d08.sysops.aol.com> <8CDD0D662A18273-1820-10289@webmail-m029.sysops.aol.com> <8CDD19915ED74FC-D20-21138@webmail-d017.sysops.aol.com> <874o5k28e8.fsf@ossau.uklinux.net> <87liywzq02.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1303899845 26699 80.91.229.12 (27 Apr 2011 10:24:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2011 10:24:05 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Apr 27 12:24:01 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QF1ub-0001ni-9x for guile-devel@m.gmane.org; Wed, 27 Apr 2011 12:24:01 +0200 Original-Received: from localhost ([::1]:48979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF1uX-0005bS-Gd for guile-devel@m.gmane.org; Wed, 27 Apr 2011 06:23:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF1uR-0005ZJ-Fx for guile-devel@gnu.org; Wed, 27 Apr 2011 06:23:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QF1uN-0000Cl-95 for guile-devel@gnu.org; Wed, 27 Apr 2011 06:23:51 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:40501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF1uN-0000Ce-4t for guile-devel@gnu.org; Wed, 27 Apr 2011 06:23:47 -0400 Original-Received: from nixey (unknown [193.50.110.208]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id DD14F445F6; Wed, 27 Apr 2011 12:23:45 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 8 =?iso-8859-1?Q?Flor=E9al?= an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Andy Wingo's message of "Wed, 27 Apr 2011 11:40:34 +0200") User-Agent: Gnus/5.110015 (No Gnus v0.15) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12360 Archived-At: Hi! Andy Wingo writes: > On Tue 26 Apr 2011 23:01, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Neil Jerram writes: >> >>> Just one meta-thing that occurred to me: can we all agree on a value for >>> fill-column, so as to avoid spurious M-q diffs? And, if we can >>> agree on that, is there a neat way of helping people to use it? - some >>> kind of local variables setup, I suppose. >> >> It can be put in .dir-locals.el (info "(emacs) Directory Variables"). > > Yeah. In fact it is there, in the root .dir-locals.el, as 72. Is that > sufficient? Oh right, should be enough, yes. Ludo=E2=80=99.