Robert Uhl <eadmund42@NOSPAMgmail.com> wrote:
+---------------
| Also, note the use of *print-case*. You might want to add this to
| whatever CLISP's equivalent of .sbclrc is: (setf *print-case :downcase).
| This will make Lisp not look like it's from the era of teletypes.
+---------------
Doing (setf (readtable-case *readtable*) :invert) will do much the
name thing, but without losing information in case you have some
mixed-case symbols in your environment.
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607