From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: Custom keybinding getting over-ridden in python mode Date: Sat, 5 Apr 2014 09:21:56 -0700 (PDT) Message-ID: References: <111C7C28-C651-4733-AA98-F8254B9786E4@panix.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1396715127 9094 80.91.229.3 (5 Apr 2014 16:25:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2014 16:25:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 05 18:25:20 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WWTPC-0006F8-NE for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Apr 2014 18:25:18 +0200 Original-Received: from localhost ([::1]:55289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWTPC-0008Pe-7F for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Apr 2014 12:25:18 -0400 X-Received: by 10.236.92.204 with SMTP id j52mr9916344yhf.26.1396714916833; Sat, 05 Apr 2014 09:21:56 -0700 (PDT) X-Received: by 10.50.29.110 with SMTP id j14mr247114igh.5.1396714916734; Sat, 05 Apr 2014 09:21:56 -0700 (PDT) Original-Path: usenet.stanford.edu!dc16no59329qab.1!news-out.google.com!gi6ni194igc.0!nntp.google.com!ur14no3080265igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.95.3.156; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.3.156 User-Agent: G2/1.0 Injection-Date: Sat, 05 Apr 2014 16:21:56 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204743 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97013 Archived-At: 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]