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

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

Re: How to set alias to drectory in .emacs?


From: Kevin Rodgers
Subject: Re: How to set alias to drectory in .emacs?
Date: Wed, 15 Oct 2003 12:17:27 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

F. Chen wrote:

I'd like to know how to set an alias for a direcory in emacs, e.g.
alias wd = "/Home/self/private/Work/Papers/InProgress/", so everytime
I want to open a file in that directory but from a different location,
I can do something along the line of C-x C-f type wd, then file name.

M-: (setenv "wd" "/Home/self/private/Work/Papers/InProgress")
C-x C-f $wd TAB

--
Kevin Rodgers



reply via email to

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