[slime-devel] Re: Editor Slime/Configuration

Luke Gorrie luke at synap.se
Sun Feb 12 19:47:18 UTC 2006


Robert McAlpine <rmc at thegentleway.com> writes:

> ... and if at all possible I'd like to turn on syntax colouring in
> the REPL.

Here is a sneaky way:

(dolist (face (face-list))
  (when (string-match "^slime-repl" (symbol-name face))
    (copy-face 'default face)))





More information about the slime-devel mailing list