Roman Budzianowski roman.j@budzianowski.net writes:
Hi,
I wonder if there is a way to filter or structure compiler output in the REPL buffer, similar to when compiling a form or file through editor commands (C-c C-c). I am thinking of a situation when I run a form which triggers compilation of many files (like when using mini- modue from GBBopen). The output goes directly to the REPL buffer and is hard to browse (mostly warnings and notes).
Use the ,cl (compile-and-load) REPL shortcut; if you use the `slime-asdf' contrib, you can also use ,load-system to load a registered ASD file.
-T.