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

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

Re: C-. keybinding in (X)Emacs


From: Andreas Büsching
Subject: Re: C-. keybinding in (X)Emacs
Date: Mon, 16 Jun 2003 15:30:00 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Hi,

"Yan Tang" <ty@net.cs.pku.edu.cn> wrote:

> Hi, I want to bind `C-.' to some func in (X)Emacs, but I don't know how to 
> define the key.
> (global-set-key "\C-." *****) doestn't work.
>
> And in XEmacs, (global-set-key '(control period) *****) doesn't work either.
>
> (global-set-key "\M-." *****) works well, but I have reserved it for etags.
>
> So how to define C-. keybinding?

This should work for Emacs, but I'm not sure what about XEmacs:

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

crunchy

-- 
If builders built buildings the way programmers wrote programs,
then the first woodpecker to come along would destroy civilization.


reply via email to

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