diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-14 15:43:36 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-14 15:43:36 -0500 |
| commit | 32415efaddf3bea83f285ef55419d00cdacd3781 (patch) | |
| tree | f94e4931a24baf61f5bdbf02b23180b5e0d97406 /tests/test-build-theme.el | |
| parent | 5087ed26c5624a95847a83d3e4cbfb2eb2b532d7 (diff) | |
| download | dotemacs-32415efaddf3bea83f285ef55419d00cdacd3781.tar.gz dotemacs-32415efaddf3bea83f285ef55419d00cdacd3781.zip | |
fix(erc): one mention notification, real server list, runtime require
Three audit defects. erc-modules carried the built-in notifications module while :config also added cj/erc-notify-on-mention to the same erc-text-matched-hook, so every mention popped two desktop notifications. Dropped notifications from erc-modules and kept the custom one. cj/erc-connected-servers compared a buffer's erc-server-process to itself inside with-current-buffer (always true), so it returned every ERC buffer; it now filters on erc-server-buffer-p and erc-server-process-alive. And user-constants moved from an eval-when-compile-only require to a runtime require, since user-whole-name is read at load time for erc-user-full-name.
Diffstat (limited to 'tests/test-build-theme.el')
0 files changed, 0 insertions, 0 deletions
