From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#15286: Add the current directory as GUILE_LOAD_PATH by default Date: Sun, 15 Sep 2013 13:46:18 -0400 Message-ID: <87zjrehtat.fsf@tines.lan> References: <874n9yqowk.wl%arne_bab@web.de> <1983838.hHcTjoUhmn@fluss> <87d2obvbxe.fsf@gnu.org> <3098123.iMsBW3j5mQ@fluss> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLGPe-00037n-DF for bug-guix@gnu.org; Sun, 15 Sep 2013 13:47:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLGPW-0000ie-9V for bug-guix@gnu.org; Sun, 15 Sep 2013 13:47:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:58869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLGPW-0000ia-5t for bug-guix@gnu.org; Sun, 15 Sep 2013 13:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VLGPV-0007Mu-KV for bug-guix@gnu.org; Sun, 15 Sep 2013 13:47:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <3098123.iMsBW3j5mQ@fluss> (Arne Babenhauserheide's message of "Sun, 15 Sep 2013 13:24:21 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Arne Babenhauserheide Cc: 15286-done@debbugs.gnu.org Arne Babenhauserheide writes: > Am Samstag, 14. September 2013, 14:13:17 schrieb Ludovic Court=C3=A8s: >> > I now learned, that with guile I can use=20 >> > >> > guile -L . >> > >> > which actually does what I need. >> > >> > Providing this in guix would be consistent with guile and it would mak= e it really easy to select overlays. >>=20 >> If this is a =E2=80=98-L=E2=80=99 option, then I=E2=80=99d say no. Afte= r all, Guix is just >> another Guile library, and as such it must not fiddle with the search >> path. > > Isn=E2=80=99t guix a standalone program? It's both a library and a standalone program. If you're using one or more overlays, isn't it easier to set GUILE_LOAD_PATH in your dot files? I wouldn't want to have to specify one or more -L arguments every time I use guix. Mark