CMU Common Lisp CVS snapshot 2003-11, running on darkstar
With core: /7/CMUCL/lib/cmucl/lib/lisp.core
Dumped on: Sat, 2003-11-01 17:18:38+01:00 on lorien.users.earthlink.net
See <http://www.cons.org/cmucl/> for support information.
Loaded subsystems:
    Python 1.1, target Intel x86
    CLOS based on Gerd's PCL 2003/06/18 09:23:09
* *print-escape*

T
* (setq *print-escape* NIL)

NIL
* *print-escape*

NIL
* (intern "foo")

|foo|
NIL

---------------
I expected `foo' -- not `|foo|'.
What should I do to intern foo (NOT |foo|)??

regards, szymon.

Reply via email to