[slime-devel] reasoning behind slime-maybe-list-compiler-notes
Alan Ruttenberg
alanr-l at mumble.net
Fri Oct 1 18:28:21 UTC 2004
I read this as
Don't show the notes
a) if there aren't any
b) There are but they all have the location noted
a) makes sense to me
b) doesn't. I keep getting a note that there is a warning but then have
to switch to the repl to see what it is.
(defun slime-maybe-list-compiler-notes (notes)
"Show the compiler notes if appropriate."
(unless (or (null notes)
(and (eq last-command 'slime-compile-defun)
(every #'slime-note-has-location-p notes)))
(slime-list-compiler-notes notes)))
-Alan
More information about the slime-devel
mailing list