From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Add ".guile.sls" and ".sls" to the default %load-extensions Date: Mon, 05 Nov 2012 16:16:12 +0100 Message-ID: <87pq3s9j2b.fsf@gnu.org> References: <87fw4qgi1i.fsf@tines.lan> <87k3u16rak.fsf@gnu.org> <87k3u1knqn.fsf@delenn.lan> <87bofd6j24.fsf@gnu.org> <87k3u0kiny.fsf@delenn.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1352128595 1289 80.91.229.3 (5 Nov 2012 15:16:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2012 15:16:35 +0000 (UTC) Cc: guile-devel@gnu.org To: Andreas Rottmann Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Nov 05 16:16:44 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TVOPq-0005rW-B9 for guile-devel@m.gmane.org; Mon, 05 Nov 2012 16:16:42 +0100 Original-Received: from localhost ([::1]:36812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVOPh-0002PG-Am for guile-devel@m.gmane.org; Mon, 05 Nov 2012 10:16:33 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVOPe-0002Os-NE for guile-devel@gnu.org; Mon, 05 Nov 2012 10:16:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVOPX-0001Sw-UN for guile-devel@gnu.org; Mon, 05 Nov 2012 10:16:30 -0500 Original-Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=41844 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVOPX-0001RG-ON for guile-devel@gnu.org; Mon, 05 Nov 2012 10:16:23 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id F062A2D4E; Mon, 5 Nov 2012 16:16:12 +0100 (CET) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KFpt9b5P5kZ7; Mon, 5 Nov 2012 16:16:12 +0100 (CET) Original-Received: from pluto (unknown [193.50.110.152]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id A677F2C86; Mon, 5 Nov 2012 16:16:12 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 Brumaire an 221 de la =?utf-8?Q?R=C3=A9volution?= 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: <87k3u0kiny.fsf@delenn.lan> (Andreas Rottmann's message of "Mon, 05 Nov 2012 01:17:05 +0100") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2a01:e0b:1:123:ca0a:a9ff:fe03:271e 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:15090 Archived-At: Hi, Andreas Rottmann skribis: > Not a hindrance, just an annoyance, IMHO. Maybe a reasonable compromise > would be to add an --r6rs switch, to add these extensions, as well as > turn on any R6RS-compatiblity reader options, so the script being > executed can use the R6RS syntax we already support, even when it is > disabled by default (cf. my latest patch). On the other hand, these > extensions are not part of R6RS and orthogonal to whether the script to > be run uses R6RS syntax incompatible with the default reader options. Yes, but still, a single --r6rs switch seems like a good tradeoff. Would you like to submit a patch? :-) Ludo=E2=80=99.