[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Custom keybinding getting over-ridden in python mode
From: |
Rusi |
Subject: |
Re: Custom keybinding getting over-ridden in python mode |
Date: |
Sat, 5 Apr 2014 09:21:56 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Wednesday, April 2, 2014 10:35:12 PM UTC+5:30, Roy Smith wrote:
> Follow-up:
>
>
>
> Not surprisingly, on the "broken" machine, when I do C-h b to look at the
> keymap, it includes:
>
>
> C-c m Prefix Command
>
> C-c m l pylint
> C-c m n next-error
> C-c m p previous-error
Hi Roy!
Not by way of answer but just reducing the sources of problem:
Have you tried going from global-set-key to define-key on the suitable keymap?
[Sorry I am without emacs ATM so its that vague]