"Helmut" == Helmut Eller e9626484@stud3.tuwien.ac.at:
[...] Helmut> Apparently the face copying stuff wasn't a good idea. I Helmut> removed that and hardcoded the colors for slime-highlight-face. Helmut> The size should be whatever is the default size is for your Helmut> faces. If people don't like my colors, they can still Helmut> customize them.
This seems to work quite well -- I have no face problems with the current version. Thanks!
There is one more thing: I often get the message:
(11) (error/warning) Error in `post-command-hook' (setting hook to nil) (cl-assertion-failed slime-mode)
which comes from:
Signaling: (cl-assertion-failed slime-mode) signal(cl-assertion-failed (slime-mode)) (or slime-mode (signal (quote cl-assertion-failed) (list ...))) (progn (or slime-mode (signal ... ...)) nil) (assert slime-mode) slime-autodoc-post-command-hook() slime-post-command-hook()
The simplest way to get this is to do M-x slime from a non-lisp buffer.
--J.