From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Guo Qiang Newsgroups: gmane.emacs.help Subject: How to change key bindings in a particular mode Date: Wed, 22 Apr 2009 22:12:07 +0800 Message-ID: <20090422.221207.07882522.guoqiang@smail.hust.edu.cn> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1240431498 17479 80.91.229.12 (22 Apr 2009 20:18:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2009 20:18:18 +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 Apr 22 22:19:37 2009 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 1Lwius-0002PM-TS for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2009 22:19:36 +0200 Original-Received: from localhost ([127.0.0.1]:52451 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwitT-00022I-QQ for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2009 16:18:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwdCq-00067T-Oh for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 10:13:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwdCh-00062d-La for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 10:13:44 -0400 Original-Received: from [199.232.76.173] (port=46605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwdCh-00062W-Du for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 10:13:35 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:48053) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwdCh-0001ON-4N for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 10:13:35 -0400 Original-Received: from smail.hust.edu.cn ([202.114.0.239]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwdCR-00084b-Ch for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 10:13:20 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smail.hust.edu.cn (4U Message Server) with ESMTP id 46C57D20032 for ; Wed, 22 Apr 2009 20:25:48 +0800 (CST) Original-Received: from smail.hust.edu.cn ([127.0.0.1]) by localhost (smail.hust.edu.cn [127.0.0.1]) (scan4ud-new, port 10024) with ESMTP id 26280-15 for ; Wed, 22 Apr 2009 20:25:47 +0800 (CST) Original-Received: from localhost (unknown [202.114.6.102]) by smail.hust.edu.cn (4U Message Server) with ESMTP id CD5FCD20031 for ; Wed, 22 Apr 2009 20:25:47 +0800 (CST) X-Mailer: Mew version 6.2.51 on Emacs 23.0.92 / Mule 6.0 (HANACHIRUSATO) X-Antivirus: avast! (VPS 090421-0, 2009-04-21), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: 4U Message Gateway at smail.hust.edu.cn X-detected-kernel: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Wed, 22 Apr 2009 16:17:21 -0400 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:63955 Archived-At: Hi, all I am now writing a small function for mew. I want to remake key bingings to a function in mew's draft mode. How can I do that ? Thank you