[slime-devel] Wrong coloring of read-time conditionals

Hi! I just noticed that the coloring of read-time conditionals isn't correct (anymore). See for example the screenshot at <http://zappa.agharta.de/slime-screenshot.png>. This is with current SLIME, Emacs 21.3, and Allegro 7.0 pro on Linux. The forms marked with a red line obviously have the wrong color. Anyone else seeing this? Cheers, Edi.

On Tue, 09 Nov 2004 10:26:45 +0100, Helmut Eller <e9626484@stud3.tuwien.ac.at> wrote:
I don't see it, but could you please post the source of util.lisp and the result of evaluating (slime-lisp-features).
util.lisp is here: <http://zappa.agharta.de/util.lisp> It's part of TBNL (0.3.0). (slime-lisp-features) evaluates to ("CL-WHO" "TBNL" "TBNL-BIVALENT-STREAMS" "CL-PPCRE" "HAS-LOCKF" "KMR-NORMAL-DSDC" "KMR-NORMAL-CESD" "KMR-MOP" "CASE-INSENSITIVE" "MK-DEFSYSTEM" "CLTL2" "ASDF" "ALLEGRO-CL-PROFESSIONAL" "ACL-SOCKET" "HIPER-SOCKET" "PROFILER" "MULTIPROCESSING" "FLAVORS" "LITTLE-ENDIAN" "GSGC" "COMPILER" "USE-STRUCTS-IN-COMPILER" "CLOS" "DYNLOAD" "DLFCN" "UNIX" "LINUX" "REDHAT8" "REDHAT7" "LINUX86" "X86" "VERIFY-CAR-CDR" "ENCAPSULATING-EFS" "RELATIVE-PACKAGE-NAMES" "MODULE-VERSIONS" "IEEE" "IEEE-FLOATING-POINT" "CONFORMING-IEEE" "ICS" "COMMON-LISP" "ANSI-CL" "DRAFT-ANSI-CL-2" "X3J13" "ALLEGRO" "EXCL" "FRANZ-INC" "ALLEGRO-VERSION>=" "ALLEGRO-VERSION=" "PROCESS7" "SYMBOL-VALUE-VECTOR" "DYNLOAD-ACL-LIBRARY" "ALLEGRO-V7.0" "SSL-SUPPORT") Thanks, Edi.

Edi Weitz <edi@agharta.de> writes:
(slime-lisp-features) evaluates to
("CL-WHO" "TBNL" "TBNL-BIVALENT-STREAMS" "CL-PPCRE" "HAS-LOCKF"
Aha, that explains it. (slime-lisp-features) is initialized with keywords but updates to *features* are sent as strings. Should be fixed it CVS. Thanks for the report. Helmut.

On Tue, 09 Nov 2004 11:43:54 +0100, Helmut Eller <e9626484@stud3.tuwien.ac.at> wrote:
Aha, that explains it. (slime-lisp-features) is initialized with keywords but updates to *features* are sent as strings. Should be fixed it CVS.
After CVS update slime-lisp-features now shows keywords. However, the coloring is still partly wrong: <http://zappa.agharta.de/slime-screenshot2.png> Cheers, Edi.
participants (2)
-
Edi Weitz
-
Helmut Eller