Robert McAlpine rmc@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)))