Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Sam Steingold <sds@gn...> - 2004-02-12 13:48:57
|
> * Marco Antoniotti <znepbkn@...> [2004-02-11 18:46:14 -0500]: > > The crux of the problem is FIND-SYMBOL. You need to change > FIND-SYMBOL and to attach a case-sensitive flag to each package. It > ain't perfect, but it's much better than any other solution. <http://clisp.cons.org/impnotes/pack-dict.html>: MAKE-PACKAGE accepts a keyword argument :CASE-SENSITIVE. Similarly, DEFPACKAGE accepts an option :CASE-SENSITIVE. When its value is non-NIL, the package will be case sensitive, i.e., the reader will not case-convert symbol names before looking them up or creating them in this package. The package names are still subject to (READTABLE-CASE *READTABLE*), though. -- Sam Steingold (http://www.podval.org/~sds) running w2k <http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/> <http://www.mideasttruth.com/> <http://www.honestreporting.com> Lisp: its not just for geniuses anymore. |