[Ecls-list] Ecls-list digest, Vol 1 #330 - 1 msg

Pascal J.Bourguignon pjb at informatimago.com
Fri Nov 19 09:03:12 UTC 2004


Goffioul Michael writes:
> ECL session:
> 
> > (load "testmacro")
> ;;; Loading #P"testmacro.lisp"
> 
> "value1"
> #P"testmacro.lisp"
> Top level.
> > (setf *readtable* *custom-readtable*)
> #<readtable 00973050>
> Top level.
> > $s1
> The variable $S1 is unbound.
> Broken at EVAL.

Well, THIS would be a bug in ecls...

But it works ok with ecl-0.9:

[pascal at thalassa encours]$ /local/src/ecl-0.9/build/ecl
/local/src/ecl-0.9/build/ecl
ECL (Embeddable Common-Lisp) 0.9
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
	ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.  Top level.
> (load "/home/pascal/src/lisp/encours/readtable-goffioul-test.lisp")
(load "/home/pascal/src/lisp/encours/readtable-goffioul-test.lisp")
;;; Loading "/home/pascal/src/lisp/encours/readtable-goffioul-test.lisp"

"value1" 
#P"/home/pascal/src/lisp/encours/readtable-goffioul-test.lisp"
> $s1
$s1
"value1"
T
> 


What version do you use?

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
The world will now reboot; don't bother saving your artefacts.





More information about the ecl-devel mailing list