help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newby trying to do a macro key binding, I think


From: Thien-Thi Nguyen
Subject: Re: Newby trying to do a macro key binding, I think
Date: Wed, 18 Nov 2009 20:23:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

() Paul Heinrich Dietrich <paul.heinrich.dietrich@gmail.com>
() 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]