York Zhao <gtdplatform@...> writes:
> Hi,
>
> I have noticed a bug for awhile and decided to report here. The problem is
> that when cedet is loaded, the "\C-c." keybinding in org-mode no longer
> works.
>From the Elisp Manual, (sec. D.2: Key Binding Conventions):
* Sequences consisting of `C-c' followed by `{', `}', `<', `>', `:'
or `;' are also reserved for major modes.
* Sequences consisting of `C-c' followed by any other punctuation
character are allocated for minor modes. Using them in a major
mode is not absolutely prohibited, but if you do that, the major
mode binding may be shadowed from time to time by minor modes.
IIUC (and Eric's reply seems to confirm that), CEDET binds `C-c .' in
a minor mode, whereas Org is a major mode. So if anything, you should
be complaining on the Org list instead ;-).
Yours truly,
The Emacs Key Binding Police
|