help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: keybinding not working


From: David Vanderschel
Subject: Re: keybinding not working
Date: Thu, 01 Jul 2004 05:18:10 GMT

"Charles Harrison Caudill" <kungfoo@myrna.cc.gatech.edu> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]