From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Wu, Kejia" Newsgroups: gmane.emacs.help Subject: Re: Temporarily Key-binding to A Script Date: Mon, 02 Nov 2009 22:38:05 -0500 Organization: University of Northern British Columbia Message-ID: <1257219485.2911.6.camel@beauty11.cs.concordia.ca> References: <878wf026yd.fsf@galatea.local> Reply-To: w.kejia@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1257219436 27462 80.91.229.12 (3 Nov 2009 03:37:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Nov 2009 03:37:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Pascal J. Bourguignon" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 03 04:37:08 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 1N5ACf-0003as-Sj for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Nov 2009 04:37:06 +0100 Original-Received: from localhost ([127.0.0.1]:34861 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5ACf-0007Pb-F8 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Nov 2009 22:37:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5ACG-0007Ou-F2 for help-gnu-emacs@gnu.org; Mon, 02 Nov 2009 22:36:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5ACA-0007Mt-LW for help-gnu-emacs@gnu.org; Mon, 02 Nov 2009 22:36:39 -0500 Original-Received: from [199.232.76.173] (port=32837 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5ACA-0007Mp-JH for help-gnu-emacs@gnu.org; Mon, 02 Nov 2009 22:36:34 -0500 Original-Received: from mail-gx0-f212.google.com ([209.85.217.212]:50328) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5ACA-00005b-8X for help-gnu-emacs@gnu.org; Mon, 02 Nov 2009 22:36:34 -0500 Original-Received: by gxk4 with SMTP id 4so4894993gxk.8 for ; Mon, 02 Nov 2009 19:36:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=b1WfkTNNmvouGgH3trg2qbyYeIbrhf5YDPnnaMJmtDI=; b=imhY5xbpiGqGsGH/QOQqUInR451H64D640xqhGgb5JSzn/xcg6OxH+wPUCkSL2gL7x HcTsNXz2K2xz5YIeHYlfpU/+BRQcKbuFLxb9mG/a1HT5jwxo/dD3M0xpgXSblUqdKX85 qc+MGg9R1ATfXjopt1/8jec9nBiCex8caTOEg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=ejMYxP4JRJROI2iJQrOZxgkmm54azlmLbm3RD7TKDMDR/UQtG0As/dw8bl4Huhu9lH 5KLCJihkouvC3r5qi8KSvzBDRHCWE3dX8hVDhygvjp9sbTwUsaTWKtcuBz2f14cKg7dv GpLwszzN8e4pc47HYhN19+dkqCELb2DUx5Oxc= Original-Received: by 10.101.45.20 with SMTP id x20mr3285326anj.26.1257219393218; Mon, 02 Nov 2009 19:36:33 -0800 (PST) Original-Received: from ?132.205.50.188? (beauty11.cs.concordia.ca [132.205.50.188]) by mx.google.com with ESMTPS id 35sm2831485yxh.15.2009.11.02.19.36.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Nov 2009 19:36:32 -0800 (PST) In-Reply-To: <878wf026yd.fsf@galatea.local> X-Mailer: Evolution 2.26.3 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:69427 Archived-At: Hi Bourguignon, Thanks a lot! 在 2009-10-24六的 16:38 +0200,Pascal J. Bourguignon写道: > "Wu, Kejia" writes: > > > Hi all, > > > > I have a script, foo.py. How should I define temporarily key-binding to > > the script only for current session? > > M-x local-set-key RET key RET comand RET >