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

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

Re: replace C-<SPC>


From: Kai Großjohann
Subject: Re: replace C-<SPC>
Date: Sun, 01 Sep 2002 20:33:27 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Wu XiaoGuang <woohsiaokuang@yahoo.com.cn> writes:

>   In emacs, when I press C-<SPC>, Chinput (popular Chinese input program) 
> will start. So I can't "set-mark-command" with C-<SPC>.
>   C-@ is for "mark-word", it is not very convenient.

Actually M-@ is mark-word, C-@ is set-mark-command.

You can choose any key you like for set-mark-command, for example
M-SPC:

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

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)


reply via email to

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