[slime-devel] Daily ChangeLog diff
Tobias C. Rittweiler
tcr at freebits.de
Sun Jan 4 14:35:43 UTC 2009
Helmut Eller <heller at common-lisp.net> writes:
> +2009-01-03 Helmut Eller <heller at 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))
More information about the slime-devel
mailing list