Helmut Eller heller@common-lisp.net writes:
+2009-01-03 Helmut Eller heller@common-lisp.net
- By default, show compiler notes in a buffer with compilation-mode.
- slime.el (slime-show-compilation-log)
- (slime-maybe-show-compilation-log): New functions,
- (slime-compilation-finished-hook): Change the default value
- to 'slime-maybe-show-compilation-log.
Nice! I can't seem to use any of the cycling commands in that buffer, though (M-n, M-p, TAB.) I'd also like if errors are displayed before warnings before optimization notes.
-T.
PS:
Test case: C-c C-c'ing the following on SBCL.
(defun foo (x y) (declare (optimize speed)) (+ x y))