From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Modules Date: Fri, 28 Jan 2011 17:26:07 +0100 Message-ID: References: <20101208124502.5f25b64d@halmanfloyd> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296231806 18107 80.91.229.12 (28 Jan 2011 16:23:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Jan 2011 16:23:26 +0000 (UTC) Cc: guile-user@gnu.org To: Marek Kubica Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jan 28 17:23:19 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pir6P-0000dR-UY for guile-user@m.gmane.org; Fri, 28 Jan 2011 17:23:14 +0100 Original-Received: from localhost ([127.0.0.1]:39365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pir6P-000716-5u for guile-user@m.gmane.org; Fri, 28 Jan 2011 11:23:13 -0500 Original-Received: from [140.186.70.92] (port=32804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pir4U-000605-NY for guile-user@gnu.org; Fri, 28 Jan 2011 11:21:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pir4S-00079Y-QP for guile-user@gnu.org; Fri, 28 Jan 2011 11:21:13 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:59907 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pir4S-00079J-O4 for guile-user@gnu.org; Fri, 28 Jan 2011 11:21:12 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 4C59C40F1; Fri, 28 Jan 2011 11:22:02 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=D+hvyZ8pI94DRn5Ujuqbc0FIr2Q=; b=sA/Knu CNXycK6hylfWaiI9kAdg1lOQrT87ay2d29X35NPIY81qBZee1lHYfFlgiG/Wy0YP SoFUx0sK1e3I4sLocJYKER2Sf09xyIVMHoA9CBGv0A30c42MKj/H8Fhvyp1IRB1r hMaM+DALkBw8LieDnYaEnRLSd/Ma0rHPEnjsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=dRo3NIKQV/GZpwB7DuAdKceaJcQwHNUm kNpwj7MTNGL3re7++7+tVRPxqdVO2wD6vPkLOTfnX9RS3mgSO3XRukWLIrm7FEd7 frWeL0bkXEdDTsGrdK+DoMeCazn+uno//TEWFLYpT8j3sSfcVQ4eBGYmT6TzNAG7 EBS8+ucKQBE= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 3632040F0; Fri, 28 Jan 2011 11:22:01 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 8C89740EF; Fri, 28 Jan 2011 11:21:59 -0500 (EST) In-Reply-To: <20101208124502.5f25b64d@halmanfloyd> (Marek Kubica's message of "Wed, 8 Dec 2010 12:45:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: BC5FF5AA-2AFA-11E0-83D9-BC4EF3E828EC-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8390 Archived-At: On Wed 08 Dec 2010 12:45, Marek Kubica writes: > Is there a way to add the current directory to the search path? I think > this should be default, just like in Python, otherwise creating modules > is a really big hassle. As Andreas mentions, -L is the thing. We don't add the current directory to the search path because it is a security issue, for the same reason that "." is not in $PATH. Andy -- http://wingolog.org/