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

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

Re: Hello,how can i use the comma and dot in the config file .emacs


From: Memnon Anon
Subject: Re: Hello,how can i use the comma and dot in the config file .emacs
Date: Wed, 22 Feb 2012 13:23:59 +0000 (UTC)

robby lee <justfan.b@gmail.com> writes:

> (global-set-key "\C-\." 'end-of-buffer)
> (global-set-key "\C-\," 'beginning-of-buffer)
>  
> the Ctrl-, and Ctrl-. but it doesn't work. 

,----[ (info "(emacs)Init Rebinding") ]
| The simplest is to use the `kbd' macro,
`----
(global-set-key (kbd "C-.") 'my-function)

hth
Memnon




reply via email to

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