unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: keybinding not working
Date: Thu, 01 Jul 2004 09:42:52 -0600	[thread overview]
Message-ID: <40E430FC.8000500@yahoo.com> (raw)
In-Reply-To: cc03v1$9pp$1@solaria.cc.gatech.edu

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

      parent reply	other threads:[~2004-07-01 15:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-01  4:29 keybinding not working Charles Harrison Caudill
2004-07-01  5:18 ` David Vanderschel
2004-07-01  5:20 ` Barry Margolin
2004-07-01 15:42 ` Kevin Rodgers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40E430FC.8000500@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).