unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: TongKe Xue <tongkecantcode@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Binding C-'
Date: Wed, 15 Oct 2008 12:22:18 +0200	[thread overview]
Message-ID: <54D98665-1FCE-40E2-8BC9-7050EED95FF9@Web.DE> (raw)
In-Reply-To: <a55ff5900810141621l510bbcbbkb700aaf961a30e31@mail.gmail.com>


Am 15.10.2008 um 01:21 schrieb TongKe Xue:

> I can't find C-' with
>
> (global-set-key "\C-'" ...)
> or
> (global-set-key "\C-\'" ...)
>
> How do I do this?


(global-set-key (kbd "C-'") ...)

C-' is not ANSI, i.e., it does not address an ASCII command  
character. Could be therefore you need kind of a "translator" via the  
kbd function.


It also works to set this key binding manually and then to recall the  
complete command: C-x Esc Esc C-a C-k C-g C-x b .emacs RET C-y C-x C- 
s ...

--
Greetings

   Pete

Either this man is dead or my watch has stopped.
				- Groucho Marx







  reply	other threads:[~2008-10-15 10:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-14 23:21 Binding C-' TongKe Xue
2008-10-15 10:22 ` Peter Dyballa [this message]
2008-10-15 15:03 ` Lennart Borgman (gmail)
     [not found] <mailman.1079.1224042119.25473.help-gnu-emacs@gnu.org>
2008-10-15 10:52 ` Michael Heerdegen

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=54D98665-1FCE-40E2-8BC9-7050EED95FF9@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tongkecantcode@gmail.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).