* David Neu [2009-01-09 14:03+0100] writes:
Hi,
How do I get the cool feature of showing "compiler notes in a buffer with compilation-mode"?
See http://common-lisp.net/pipermail/slime-devel/2009-January/015885.html.
I had this behavior for a few days, and really liked it.
It's there, it's just not displayed by default. If you press C-x ` the buffer will be displayed. You can also display it with M-x slime-show-compilation-log. Or even customize slime-compilation-finished-hook to display it automatically.
Helmut.