* How to comb. there keys ?
@ 2005-09-11 6:12 tong wang
2005-09-11 7:29 ` Henrik Enberg
0 siblings, 1 reply; 2+ messages in thread
From: tong wang @ 2005-09-11 6:12 UTC (permalink / raw)
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
tong
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to comb. there keys ?
2005-09-11 6:12 How to comb. there keys ? tong wang
@ 2005-09-11 7:29 ` Henrik Enberg
0 siblings, 0 replies; 2+ messages in thread
From: Henrik Enberg @ 2005-09-11 7:29 UTC (permalink / raw)
> 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-11 7:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-11 6:12 How to comb. there keys ? tong wang
2005-09-11 7:29 ` Henrik Enberg
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.