I want to learn Common Lisp and have installed emacs (24.3) and slime via the emacs package manager.
In the slime REPL syntax highlighting doesn't work. When I start Lisp-Mode (while in the slime REPL) on the other hand, the values of the expressions don't get printed anymore (when I type, say "Hello World" and hit enter I get a new line instead of the value of the expression.
(If I open lisp files syntax highlighting works)
*slime-repl*
buffer gets syntax-highlighting which allows to quickly distinguish between code you typed, warnings or messages from your CL system and return values. – Aid