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: Kai Großjohann
Subject: Re: C-. keybinding in (X)Emacs
Date: Mon, 16 Jun 2003 15:18:10 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

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

> (global-set-key "\C-." *****) doestn't work.

C-. is not an ascii character (though . is).  Try

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

-- 
This line is not blank.


reply via email to

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