how to use ctrl space to active SCIM.
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
how to use ctrl space to active SCIM.         


Author: xiaopeng hu
Date: Sep 16, 2008 19:58

ctrl space is set mark command .
I use (global-set-key (kbd "C-SPC") 'nil) in .emacs.
but when I input ctrl space it only say ctrl space is not defined.
emacs hold the ctrl space.

How to make the system receive ctrl space ?

Scim is a input method use ctrl space to activate.

thanks

ctrl space is set mark command .I use (global-set-key (kbd "C-SPC") 'nil)  in .emacs.but when I input ctrl space it only say ctrl space is not defined.emacs hold the ctrl space.
How to make the system receive ctrl space ?Scim is a input method use ctrl space to activate.thanks
1 Comment
Re: how to use ctrl space to active SCIM.         


Author: Bewater
Date: Sep 17, 2008 01:23

maybe Ctrl+Alt+SPC is a better choice

"xiaopeng hu" gmail.com> writes:
> ctrl space is set mark command .
> I use (global-set-key (kbd "C-SPC") 'nil) in .emacs.
> but when I input ctrl space it only say ctrl space is not defined.
> emacs hold the ctrl space.
>
> How to make the system receive ctrl space ?
>
> Scim is a input method use ctrl space to activate.
>
> thanks
no comments