]> git.eshelyaron.com Git - emacs.git/commit
Warn when toggling erc-nicks-mode in target buffers
authorF. Jason Park <jp@neverwas.me>
Wed, 19 Jul 2023 05:18:00 +0000 (22:18 -0700)
committerF. Jason Park <jp@neverwas.me>
Wed, 19 Jul 2023 13:11:21 +0000 (06:11 -0700)
commite2cc16fbd0d16e6c0ff59221af49e3d4113500cd
tree24bcf80d93eb4bd262eeb5bcd788ac596da9b1f4
parent8af96d831ffd7144a28145ed024418143fde857b
Warn when toggling erc-nicks-mode in target buffers

* lisp/erc/erc-nicks.el (erc-nicks-mode, erc-nicks-enable): This local
module isn't autoloaded like most global modules, in part to dissuade
users from attempting to enable it by running M-x erc-nicks-mode RET.
However, rather than signal an error upon detecting such an attempt,
ERC should explain that the only supported means of activation is via
`erc-modules'.  This change does that and then enables it anyway,
despite the degraded experience.
lisp/erc/erc-nicks.el