Re: Emacs 31: Issue with C-x binding in comint.el

aitor <[email protected]> Tue, 16 Jun 2026 07:01:35 +0200
Newsgroups gmane.emacs.help
Message-ID <ajDYr75jrh-BD6k_@sipc87>
> > However, my understanding was that major modes should avoid using
> > the C-x prefix. In fact, mode-specific commands are usually prefixed
> > with C-c, as are all the bindings in `comint.el`, except for this
> > one.
> > 
> > Should I report this as a bug?
> 
> There's a convention to avoid binding "C-c LETTER", but I'm not aware
> about avoiding "C-x SOMETHING".  Where did you see that convention?

I stand corrected, thank you for the help.