mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-02-16 21:01:55 -08:00
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). |
||
|---|---|---|
| .. | ||
| test-autoload-buffers.el | ||
| test-autoload-files.el | ||
| test-autoload-help.el | ||
| test-autoload-message.el | ||
| test-autoload-package.el | ||
| test-core-lib.el | ||
| test-core-modules.el | ||
| test-core-packages.el | ||
| test-core-projects.el | ||
| test-core-ui.el | ||
| test-core.el | ||