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

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

Re: How to comb. there keys ?


From: Henrik Enberg
Subject: Re: How to comb. there keys ?
Date: Sun, 11 Sep 2005 09:29:22 +0200 (CEST)

> Date: Sat, 10 Sep 2005 23:12:16 -0700
> From: tong wang <wangtong@usc.edu>
> 
> Hi
>   i want to combine ALT+SPACE to a command , i did it in .emacs  this way : 
>   global-set-key [M-SPC] 'set-mark-command
> but it doesn't work, whats the right way to do this ?
> thanks a lot

(global-set-key (kbd "M-SPC") 'set-mark-command)




reply via email to

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