From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: horse_rivers Newsgroups: gmane.emacs.help Subject: how can I replace one keybing with another one ? Date: Wed, 26 Sep 2012 16:25:02 +0800 (CST) Message-ID: <58f43c78.1db51.13a01addda7.Coremail.horse_rivers@126.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1348647933 11139 80.91.229.3 (26 Sep 2012 08:25:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2012 08:25:33 +0000 (UTC) To: "emacs help list" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 26 10:25:39 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TGmw6-0006k1-3q for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Sep 2012 10:25:38 +0200 Original-Received: from localhost ([::1]:40171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGmw0-0002Gv-Sv for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Sep 2012 04:25:32 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGmvq-0002Ck-At for help-gnu-emacs@gnu.org; Wed, 26 Sep 2012 04:25:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGmvl-0001fQ-NS for help-gnu-emacs@gnu.org; Wed, 26 Sep 2012 04:25:22 -0400 Original-Received: from m15-23.126.com ([220.181.15.23]:59866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGmvk-0001TW-KG for help-gnu-emacs@gnu.org; Wed, 26 Sep 2012 04:25:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=Received:Date:From:To:Subject: Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID; bh=2k3soBw/t948ApNEQ4fxSMDLoHzixiq2MBEv/eEWCIE=; b=Xx1ocXVkUERDl 1fQx7el/7HrtqD1ClzzFDKX39xYfNM+T2PVV0VXqQNbYlmAiYi6Y/nfjb2uQ5MgI jTbiZTwofqTHCF1t6oMW3ovoqYU2DQSpd5aMzV0kt+k2xIKpk60zqtZ11NrnOvir pIbyVeyLC6j2NvSlLnumZOl69aQAK4= Original-Received: from horse_rivers$126.com ( [124.42.112.129] ) by ajax-webmail-wmsvr23 (Coremail) ; Wed, 26 Sep 2012 16:25:02 +0800 (CST) X-Originating-IP: [124.42.112.129] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 20120914(19817.4926.4909) Copyright (c) 2002-2012 www.mailtech.cn 126com X-CM-TRANSID: F8qowGAZwULeu2JQwh0LAA--.11170W X-CM-SenderInfo: 5kru2vxbul4vluv6ij2wof0z/1tbiExw2eU0vL9RwlAABs8 X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-detected-operating-system: by eggs.gnu.org: Linux 2.6 (tstamp-) X-Received-From: 220.181.15.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86917 Archived-At: hi, =C2=A0 =C2=A0 how can I =C2=A0replace one keybing =C2=A0with =C2=A0another = =C2=A0one ?=C2=A0 =C2=A0 =C2=A0for example,I want to use ctrl-a to replace ctrl-x-o,how to wr= ite my .emacs file? thanks!