Files
doomemacs/modules/lang
Henrik Lissner 15991b5639 Refactor quiet! to be less destructive
It's possible for the debugger to be invoked from inside code wrapped in
a (quiet! ...) call. The debugger pauses Emacs in a broken state where
the functions locally rebound by quiet! (e.g. message, load-file,
write-region, etc) are never returned to their original definitions.

This attempts to reduce that probabilityby changing how quiet! silences
code. Rather than silencing them completely, they will be logged
to *Messages* but not displayed in the echo area.

Also, quiet! is now used less, where it isn't strictly needed (or where
inhibit-message is sufficient).
2018-09-28 21:13:27 -04:00
..
2018-09-21 14:52:42 +02:00
2018-06-23 19:53:54 +02:00
2018-09-06 01:29:01 +02:00
2018-09-09 09:58:20 -04:00
2018-09-11 22:42:05 +03:00
2018-06-23 19:53:54 +02:00
2018-09-10 22:39:11 -04:00
2018-09-18 15:19:50 -04:00
2018-09-09 09:58:19 -04:00
2018-08-22 02:35:55 +02:00
2018-09-09 09:58:20 -04:00
2018-09-09 09:58:19 -04:00
2018-06-18 02:34:16 +02:00
2018-06-02 02:53:54 +02:00
2018-08-21 03:34:39 +02:00