> Date: Sat, 10 Sep 2005 23:12:16 -0700
> From: tong wang <[EMAIL PROTECTED]>
> 
> 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)


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to