Re: bug#73553: 30.0.91; ERC 5.6.0.30.1: erc-fill binds user-reserved key-sequence
"J.P." <[email protected]> Mon, 30 Sep 2024 17:17:26 -0700
| Newsgroups | gmane.emacs.erc.general |
|---|---|
| Message-ID | <[email protected]> |
Morgan Willcock <[email protected]> writes: > "C-c a" is being bound in erc-fill-wrap-mode-map to > erc-fill-wrap-cycle-visual-movement. > > "C-c" followed by a letter is meant to be reserved for user > key-bindings. "C-c a" in particular is probably a bad choice because > that is often recommended as a key-binding for opening the Org agenda. > > emacs -Q \ > --eval "(require 'erc-fill)" \ > --eval "(describe-keymap erc-fill-wrap-mode-map)" This has been fixed on master: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=e3c45b9d I suppose anyone troubled by it on Emacs 30 can upgrade to ERC 5.6.1 once that's released. Thanks and closing.