bug-guile
[Top][All Lists]
Advanced

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

bug#13534: add --language argument breaks -l


From: Daniel Llorens
Subject: bug#13534: 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.






reply via email to

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