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: [Guile-commits] GNU Guile branch, string_abstraction2, updated. 823e444052817ee120d87a3575acb4f767f17475 Date: Thu, 28 May 2009 16:37:54 +0200 Message-ID: <871vq947jx.fsf@gnu.org> References: <87tz38u8jr.fsf@gnu.org> <799701.86503.qm@web37908.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1243521493 30197 80.91.229.12 (28 May 2009 14:38:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 May 2009 14:38:13 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 28 16:38:09 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M9gkC-0002XL-Gy for guile-devel@m.gmane.org; Thu, 28 May 2009 16:38:09 +0200 Original-Received: from localhost ([127.0.0.1]:37442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9gkB-000340-MW for guile-devel@m.gmane.org; Thu, 28 May 2009 10:38:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9gk8-00033C-10 for guile-devel@gnu.org; Thu, 28 May 2009 10:38:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9gk3-00031E-Bn for guile-devel@gnu.org; Thu, 28 May 2009 10:38:03 -0400 Original-Received: from [199.232.76.173] (port=45472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9gk2-00031B-Ne for guile-devel@gnu.org; Thu, 28 May 2009 10:37:58 -0400 Original-Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:12632) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1M9gk2-0005nY-BQ for guile-devel@gnu.org; Thu, 28 May 2009 10:37:58 -0400 X-IronPort-AV: E=Sophos;i="4.41,265,1241388000"; d="scan'208";a="26957674" Original-Received: from unknown (HELO nixey) ([194.199.1.33]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 28 May 2009 16:37:56 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 Prairial an 217 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: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu In-Reply-To: (Andy Wingo's message of "Wed, 27 May 2009 00:46:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8542 Archived-At: Hello, Andy Wingo writes: > This is complicated in Guile by #!. A reasonable thing would be to have > the reader have a bit on whether it actually saw an expression yet or > not. If not, "^;+ [^\n]*coding: ..." would set the file's encoding. I think it would make sense to follow Emacs' specification of file-local variables as closely as possible (info "(emacs) Specifying File Variables"), as well as its naming scheme for encodings as shown by `M-x=A0list-coding-systems'. Thanks, Ludo'.