From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Zhongtao Zhu Newsgroups: gmane.emacs.help Subject: Re: replace C- Date: 31 Aug 2002 19:04:26 +0800 Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030791724 24987 127.0.0.1 (31 Aug 2002 11:02:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 31 Aug 2002 11:02:04 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17l60v-0006UW-00 for ; Sat, 31 Aug 2002 13:02:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17l623-0008FG-00; Sat, 31 Aug 2002 07:03:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17l61p-0008Ep-00 for help-gnu-emacs@gnu.org; Sat, 31 Aug 2002 07:02:57 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17l61l-0008ET-00 for help-gnu-emacs@gnu.org; Sat, 31 Aug 2002 07:02:56 -0400 Original-Received: from mail.tsinghua.edu.cn ([166.111.8.18]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17l61j-0008EM-00 for help-gnu-emacs@gnu.org; Sat, 31 Aug 2002 07:02:52 -0400 Original-Received: (eyou send program); Sat, 31 Aug 2002 18:59:34 +0800 Original-Received: from unknown (HELO zhongtao.tsinghua.edu.cn) (unknown@166.111.232.196) by 166.111.8.18 with SMTP; Sat, 31 Aug 2002 18:59:34 +0800 Original-To: help-gnu-emacs@gnu.org In-Reply-To: Original-Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:906 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:906 Wu XiaoGuang writes: > Hi, all: > > In emacs, when I press C-, Chinput (popular Chinese input > program) will start. So I can't "set-mark-command" with C-. > > 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