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: Temporarily Key-binding to A Script Date: Sat, 24 Oct 2009 09:57:30 -0400 Organization: University of Northern British Columbia Message-ID: <1256392650.6852.3.camel@beauty11.cs.concordia.ca> Reply-To: w.kejia@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256392788 28322 80.91.229.12 (24 Oct 2009 13:59:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Oct 2009 13:59:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 24 15:59:43 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 1N1h8Q-0000T7-4P for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Oct 2009 15:58:22 +0200 Original-Received: from localhost ([127.0.0.1]:50573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1h8P-0005eq-JQ for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Oct 2009 09:58:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1h7z-0005cB-BB for help-gnu-emacs@gnu.org; Sat, 24 Oct 2009 09:57:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1h7t-0005XQ-Gq for help-gnu-emacs@gnu.org; Sat, 24 Oct 2009 09:57:53 -0400 Original-Received: from [199.232.76.173] (port=59997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1h7t-0005XN-Bz for help-gnu-emacs@gnu.org; Sat, 24 Oct 2009 09:57:49 -0400 Original-Received: from qw-out-1920.google.com ([74.125.92.144]:45587) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1h7s-0001bx-W6 for help-gnu-emacs@gnu.org; Sat, 24 Oct 2009 09:57:49 -0400 Original-Received: by qw-out-1920.google.com with SMTP id 5so2352197qwc.24 for ; Sat, 24 Oct 2009 06:57:46 -0700 (PDT) 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 :content-type:organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=A26/9cGVjporxsvj5Tt2qfxkP6fmZMVsRHkZMI5NaDc=; b=wzdUICUBcT7UVtoxC/EpbnassSmxNCX4bbAc02OsYDbiZOCuUaW6C7Esu72UamQ9zA PbdqtD0QY9gsDaHrKwKH5S98tr/bahAnWVvgC/79d71atlIJCOAYFpEkrruX9T3WZUmA V+NEfD/GRiKbE1SzegOvc/FAXEddVz4nyDRt8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=qVBEeDyhFMmxMVENv7h+oebk3Ugsf+M1MGITbsH/YlfLEm82UBOUMx4w9TFpjoCeQQ jLNgn988W3DTI+8mMrarfPFcSjN2IOBDYIy29FFDxkiqWSlWjW+wvaQ4RZCGRw2hjlKJ cheg5JZ8f3dlwxmtO8edqzqDzgAEM8U2r6oOc= Original-Received: by 10.224.74.207 with SMTP id v15mr6125730qaj.295.1256392666830; Sat, 24 Oct 2009 06:57:46 -0700 (PDT) Original-Received: from ?132.205.50.188? (beauty11.cs.concordia.ca [132.205.50.188]) by mx.google.com with ESMTPS id 21sm6540777qyk.12.2009.10.24.06.57.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 06:57:46 -0700 (PDT) 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:69206 Archived-At: Hi all, I have a script, foo.py. How should I define temporarily key-binding to the script only for current session? Cheers, Kejia