From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bewater Newsgroups: gmane.emacs.help Subject: Re: how to use ctrl space to active SCIM. Date: Wed, 17 Sep 2008 16:23:12 +0800 Organization: Bentium Ltd. (CN99) Message-ID: <871vzjyydr.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221640898 15817 80.91.229.12 (17 Sep 2008 08:41:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2008 08:41:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 17 10:42:33 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KfscJ-0007Ij-8K for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Sep 2008 10:42:31 +0200 Original-Received: from localhost ([127.0.0.1]:44351 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfsbI-0001hW-1x for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Sep 2008 04:41:28 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.linkpendium.com!news.linkpendium.com!news.snarked.org!news.neu.edu.cn!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 123.113.31.38 Original-X-Trace: news.cn99.com 1221639802 22019 123.113.31.38 (17 Sep 2008 08:23:22 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Wed, 17 Sep 2008 08:23:22 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:spN/P0HZrcL4W05BxfeS12wWAYo= Original-Xref: news.stanford.edu gnu.emacs.help:162381 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57724 Archived-At: maybe Ctrl+Alt+SPC is a better choice "xiaopeng hu" 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