From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Newby trying to do a macro key binding, I think Date: Wed, 18 Nov 2009 20:23:39 +0100 Message-ID: <87tywrhc1w.fsf@ambire.localdomain> References: <26401079.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258572475 7004 80.91.229.12 (18 Nov 2009 19:27:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 19:27:55 +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 Nov 18 20:27:48 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 1NAqBv-0007sg-HF for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Nov 2009 20:27:47 +0100 Original-Received: from localhost ([127.0.0.1]:34755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAqBu-0003R5-V6 for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Nov 2009 14:27:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAq9o-0001ex-7z for help-gnu-emacs@gnu.org; Wed, 18 Nov 2009 14:25:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAq9j-0001Z9-Cx for Help-gnu-emacs@gnu.org; Wed, 18 Nov 2009 14:25:35 -0500 Original-Received: from [199.232.76.173] (port=55403 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAq9j-0001Yw-7w for Help-gnu-emacs@gnu.org; Wed, 18 Nov 2009 14:25:31 -0500 Original-Received: from smtp-out05a.alice.it ([85.33.3.5]:1263) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAq9i-0001no-N0 for Help-gnu-emacs@gnu.org; Wed, 18 Nov 2009 14:25:30 -0500 Original-Received: from FBCMMO02.fbc.local ([192.168.68.196]) by smtp-OUT05A.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Wed, 18 Nov 2009 20:25:29 +0100 Original-Received: from FBCMCL01B04.fbc.local ([192.168.69.85]) by FBCMMO02.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 18 Nov 2009 20:25:23 +0100 Original-Received: from ambire.localdomain ([79.24.37.224]) by FBCMCL01B04.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 18 Nov 2009 20:25:22 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1NAq7v-00035O-Ua for Help-gnu-emacs@gnu.org; Wed, 18 Nov 2009 20:23:39 +0100 In-Reply-To: <26401079.post@talk.nabble.com> (Paul Heinrich Dietrich's message of "Tue, 17 Nov 2009 17:41:52 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-OriginalArrivalTime: 18 Nov 2009 19:25:23.0004 (UTC) FILETIME=[DF9CAFC0:01CA6884] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:69887 Archived-At: () Paul Heinrich Dietrich () Tue, 17 Nov 2009 17:41:52 -0800 (PST) C-x d /me@servername#99:/home/directory/path/ You can try: (setenv "rd" "/me@servername#99:/home/directory/path/") (global-set-key [f5] [?\C-x ?d ?$ ?r ?d ?\C-m]) Here, "rd" stands for "remote directory". thi