From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: -I for guile command line Date: Mon, 05 Jul 2004 18:56:58 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <1089050217.1484.244.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089126481 326 80.91.224.253 (6 Jul 2004 15:08:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2004 15:08:01 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jul 06 17:07:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhrP9-0003iG-00 for ; Tue, 06 Jul 2004 16:58:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhrRB-0000X6-8w for guile-devel@m.gmane.org; Tue, 06 Jul 2004 11:00:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BhrR6-0000VG-Mc for guile-devel@gnu.org; Tue, 06 Jul 2004 11:00:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BhrR3-0000Ur-T2 for guile-devel@gnu.org; Tue, 06 Jul 2004 11:00:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhrR3-0000Uh-Qr for guile-devel@gnu.org; Tue, 06 Jul 2004 11:00:41 -0400 Original-Received: from [216.166.232.203] (helo=johnson-resources.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BhrOk-0005tn-IF for guile-devel@gnu.org; Tue, 06 Jul 2004 10:58:18 -0400 Original-Received: from localhost (mantis.schoolnet.na [::ffff:196.44.140.238]) (AUTH: LOGIN wingo) by johnson-resources.com with esmtp; Tue, 06 Jul 2004 10:57:54 -0400 Original-Received: from wingo by localhost with local (Exim 3.36 #1 (Debian)) id 1BhXiG-0003v3-00 for ; Mon, 05 Jul 2004 18:57:08 +0100 Original-To: guile-devel X-Mailer: Ximian Evolution 1.5.7 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: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3833 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3833 On Thu, 2004-07-01 at 20:35 -0500, Richard Todd wrote: > any interest in this patch? It lets you put -I on the guile command > line, to add directories to the load path. I'm interested. I think that environment variable sucks, too. (Especially given the recent discussion about "/foo/dir:" including the current dir, in relation to hacking LD_LIBRARY_PATH and security vulnerabilities.) One thing: since guile scripts can chdir, perhaps the paths should be resolved to absolute paths. But ++votes for it to be included in guile :) Cheers, -- Andy Wingo http://ambient.2y.net/wingo/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel