From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "David Vanderschel" Newsgroups: gmane.emacs.help Subject: Re: keybinding not working Date: Thu, 01 Jul 2004 05:18:10 GMT Organization: Road Runner High Speed Online http://www.rr.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088659114 10555 80.91.224.253 (1 Jul 2004 05:18:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2004 05:18:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 01 07:18:27 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bftxq-0006UO-00 for ; Thu, 01 Jul 2004 07:18:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bftzb-0004to-7W for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Jul 2004 01:20:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!border1.nntp.dca.giganews.com!border2.nntp.sjc.giganews.com!nntp.giganews.com!cyclone.austin.rr.com!fe1.texas.rr.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Original-NNTP-Posting-Host: 66.68.174.193 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: fe1.texas.rr.com 1088659090 66.68.174.193 (Thu, 01 Jul 2004 00:18:10 CDT) Original-NNTP-Posting-Date: Thu, 01 Jul 2004 00:18:10 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:124053 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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 Xref: main.gmane.org gmane.emacs.help:19386 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19386 "Charles Harrison Caudill" wrote in message news:cc03v1$9pp$1@solaria.cc.gatech.edu... > I have a keybinding in my .emacs file to toggle a fold when I'm on one for > use with folding mode. When I use folding mode in conjunction with matlab > mode, something seems to clobber that keybinding. When I explicitly run > M-x global-set-key C-M-a folding-toggle-show-hide it *still* doesn't work. A minor-mode binding will still override a global binding. I'd suggest that you check out what is bound to C-M-a using describe-key and then shut that down if you can. Failing that, you can just switch to a different key. Regards, David V.