I like when compilation buffer appear after compilation only when it is not empty. Very simple patch is below: :)
Ivan Boldyrev boldyrev+nospam@cgitftp.uiggm.nsc.ru writes:
I like when compilation buffer appear after compilation only when it is not empty. Very simple patch is below: :)
I added a new function slime-maybe-list-compiler-notes that is more suitable as value for slime-compilation-finished-hook than slime-list-compiler-notes. The warnings buffer is shown if there are no warnings or the last command was C-c C-c.
Thank you for the report.
Helmut.
On 8672 day of my life Helmut Eller wrote:
Ivan Boldyrev boldyrev+nospam@cgitftp.uiggm.nsc.ru writes:
I like when compilation buffer appear after compilation only when it is not empty. Very simple patch is below: :)
I added a new function slime-maybe-list-compiler-notes that is more suitable as value for slime-compilation-finished-hook than slime-list-compiler-notes.
Works good for me! Thanks! :)