[EMAIL PROTECTED] writes:

> 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|)??

Just to clarify, do you want the uppercase symbol `FOO' or lowercase
`foo' as your result? That is, |FOO| or |foo|?

'james

-- 
James A. Crippen <james at unlambda.com> Lambda Unlimited
61.2204N, -149.8964W                     Recursion 'R' Us
Anchorage, Alaska, USA, Earth            Y = \f.(\x.f(xx))(\x.f(xx))

Reply via email to