emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13534: closed (add --language argument breaks -l)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13534: closed (add --language argument breaks -l)
Date: Thu, 24 Jan 2013 21:52:02 +0000

Your message dated Thu, 24 Jan 2013 22:51:29 +0100
with message-id <address@hidden>
and subject line Re: bug#13534: add --language argument breaks -l
has caused the debbugs.gnu.org bug report #13534,
regarding add --language argument breaks -l
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13534: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13534
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: add --language argument breaks -l Date: Wed, 23 Jan 2013 17:42:31 +0100
There is an obvious bug in faabd16… in the handling of "-l"

,arg0 should be ,(car args)

However, even after fixing this, there are problems with the load path

> cat x.scm
(define hello 1) ^D
> guile -l x.scm
[backtrace ...] Unable to find file "ice-9/x.scm" in load path
> guile -L /home/daniel/ -l x.scm
[backtrace ...] Unable to find file "ice-9/x.scm" in load path

I can fix this by putting back load instead of (@@ (ice-9 command-line) 
load/lang), but I don't understand why this should be. load/lang just calls 
load, so it must be some scope issue.




--- End Message ---
--- Begin Message --- Subject: Re: bug#13534: add --language argument breaks -l Date: Thu, 24 Jan 2013 22:51:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)
On Wed 23 Jan 2013 17:42, Daniel Llorens <address@hidden> writes:

> There is an obvious bug in faabd16… in the handling of "-l"

Sorry about that one!  Embarrassing :P

A
-- 
http://wingolog.org/


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]