On Fri, Apr 15, 2016 at 3:00 PM, Ian Tegebo ian.tegebo@gmail.com wrote:
PEBKAC. I'd gotten too used to interactive eval which (for obvious reasons) doesn't do what I was wanting. The command `slime-compile-and-load-file` does exactly what I wanted.
That catches compile-time warnings only. I understood from your previous messages that you were interested in catching load-time warnings as well.
Did you mean compile-time warnings then? :-)
In any case, both slime-load-file and slime-compile-and-load-file should probably catch load-time warnings. Registered that in https://github.com/slime/slime/issues/314.
Cheers,