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 00:32:19 +0100 Message-ID: <87bofd6j24.fsf@gnu.org> References: <87fw4qgi1i.fsf@tines.lan> <87k3u16rak.fsf@gnu.org> <87k3u1knqn.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 1352071955 26258 80.91.229.3 (4 Nov 2012 23:32:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Nov 2012 23:32: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 00:32:45 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 1TV9gJ-0008OU-IC for guile-devel@m.gmane.org; Mon, 05 Nov 2012 00:32:43 +0100 Original-Received: from localhost ([::1]:56212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV9gA-0006W5-CX for guile-devel@m.gmane.org; Sun, 04 Nov 2012 18:32:34 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV9g7-0006Vx-Fi for guile-devel@gnu.org; Sun, 04 Nov 2012 18:32:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TV9g6-0000Lh-GJ for guile-devel@gnu.org; Sun, 04 Nov 2012 18:32:31 -0500 Original-Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=54665 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV9g6-0000Ki-1e for guile-devel@gnu.org; Sun, 04 Nov 2012 18:32:30 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 1211CA79E; Mon, 5 Nov 2012 00:32:20 +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 kNbpfmkkTR5M; Mon, 5 Nov 2012 00:32:19 +0100 (CET) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 9D4E7A59E; Mon, 5 Nov 2012 00:32:19 +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: <87k3u1knqn.fsf@delenn.lan> (Andreas Rottmann's message of "Sun, 04 Nov 2012 23:27:28 +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:15085 Archived-At: Hi! Andreas Rottmann skribis: > For performance reasons, it *might* make sense to not enable this > behavior by default, but provide a command-line switch; however, > enabling this behavior is *already* possible using command-line switches > ("-x .guile.sls -x .sls"), so I don't know... Right. We=E2=80=99d endup stat=E2=80=99ing two more files for each module,= right? How much of a hindrance is it to *not* have these in the default extension list? Ludo=E2=80=99.