[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-h m produces conflicting key binding descriptions
From: |
Stefan Monnier |
Subject: |
Re: C-h m produces conflicting key binding descriptions |
Date: |
03 May 2003 21:13:48 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Alan" == Alan Mackenzie <none@example.invalid> writes:
> In (the upcoming) awk-mode, if I do C-h m, the mode's key bindings
> contain these four lines:
> <C-M-e> c-end-of-defun
> <C-M-a> c-beginning-of-defun
> ESC C-e c-awk-end-of-defun
> ESC C-a c-awk-beginning-of-defun
> The first two are spurious, and I would not have expected to see them.
> They are overshadowed by the last two.
In my version of cc-mode, c-end-of-defun is not bound to anything,
and I don't have your awk-mode, so could you show us the elisp code
used to bind those commands ? I.e. I think showing us the corresponding
`define-key' calls should be a good first step.
Stefan