From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Trouble using (current-filename) Date: Mon, 20 Feb 2012 14:12:51 +0100 Message-ID: <87vcn1ejho.fsf@gnu.org> References: <87d39h451b.fsf@netris.org> <87zkcjloqu.fsf@pobox.com> <871upu5unw.fsf@gnu.org> <878vk2pgaf.fsf@pobox.com> <87wr7l13eh.fsf@gnu.org> <87y5rz26zz.fsf@pobox.com> <87fwe6ykw2.fsf@gnu.org> <87liny1rjo.fsf@pobox.com> <87linywn7z.fsf@gnu.org> <87zkcezfe6.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1329743595 10036 80.91.229.3 (20 Feb 2012 13:13:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2012 13:13:15 +0000 (UTC) Cc: Andy Wingo , guile-devel@gnu.org, Neil Jerram To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 20 14:13:13 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RzT3E-00033h-09 for guile-devel@m.gmane.org; Mon, 20 Feb 2012 14:13:08 +0100 Original-Received: from localhost ([::1]:60709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzT3D-0003PY-Fn for guile-devel@m.gmane.org; Mon, 20 Feb 2012 08:13:07 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzT36-0003O3-Qd for guile-devel@gnu.org; Mon, 20 Feb 2012 08:13:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzT2z-0002mB-T5 for guile-devel@gnu.org; Mon, 20 Feb 2012 08:13:00 -0500 Original-Received: from xanadu.aquilenet.fr ([88.191.123.111]:57711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzT2z-0002lt-Ly for guile-devel@gnu.org; Mon, 20 Feb 2012 08:12:53 -0500 Original-Received: from localhost (xanadu.aquilenet.fr [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 6966A2B1; Mon, 20 Feb 2012 14:12:52 +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 OA4hnE23xH9c; Mon, 20 Feb 2012 14:12:52 +0100 (CET) Original-Received: from pluto (unknown [193.50.110.167]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id CEBD823C; Mon, 20 Feb 2012 14:12:51 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 2 =?iso-8859-1?Q?Vent=F4se?= an 220 de la =?iso-8859-1?Q?R=E9volution?= 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: (Noah Lavine's message of "Sun, 19 Feb 2012 16:30:26 -0500") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 88.191.123.111 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:13907 Archived-At: Hi, Noah Lavine skribis: > What about having two bits of syntax, current-filename and > current-file-path? Or better yet, current-filename and > current-file-directory, with the guarantee that (string-append > (current-file-directory) path-separator (current-filename)) points to > the file when it was compiled? +1! Ludo=E2=80=99.