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

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

Re: keybinding not working


From: Kevin Rodgers
Subject: Re: keybinding not working
Date: Thu, 01 Jul 2004 09:42:52 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Charles Harrison Caudill wrote:
> 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.
>
> Thanks in advance guys!
>
> From .emacs:
>
> ;; Folding Mode
> (global-set-key "\C-\M-a" 'folding-toggle-show-hide)

Use a `C-c LETTER' key binding, which is reserved for users.  E.g.
(global-set-key "\C-ca" 'folding-toggle-show-hide)

--
Kevin Rodgers



reply via email to

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