[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Show *compilation* only if build did not succeed
From: |
Stefan Monnier |
Subject: |
Re: Show *compilation* only if build did not succeed |
Date: |
Sat, 22 Dec 2018 11:49:01 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> But the problem with the above is that, if you look at the defadvice, it
> uses flet, which has been obsolete since 24.3, and so I get an annoying
> warning on every startup (I byte-compile my init.el).
> Are there any “modern” solutions for achieving this?
Yes: the two replacements suggested by the warning.
Stefan