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

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

Re: replace C-<SPC>


From: Zhongtao Zhu
Subject: Re: replace C-<SPC>
Date: 31 Aug 2002 19:04:26 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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

> Hi, all:
>
>   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.
>   So how can I solve it?
> 
>   Thank you.

It is practical to map the "set-mark-command" to a function key, e.g.,

        (global-set-key (quote [f4]) (quote set-mark-command))

If you want to use Emacs as it behaves natively, another solution is
to change the hot key of Chinput's. (Sorry, I haven't any idea about
it because I don't use Chinput.)

Hope this message helps.
-- 
Zhongtao Zhu                          Tel: +86 10 6278 2266
Department of Computer, Tsinghua University, Beijing, China





reply via email to

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