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

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

Re: Emacs 22.3 ignores setq default-directory


From: TomSW
Subject: Re: Emacs 22.3 ignores setq default-directory
Date: Sat, 27 Jun 2009 01:18:24 -0700 (PDT)
User-agent: G2/1.0

On Jun 27, 12:21 am, Markus Heller <helle...@gmail.com> wrote:

> PS:  Content of *messages* after replacing (setq default-directory
> "h:") with (cd "h:")
[...]
> error: No such directory found via CDPATH environment variable

That's the giveaway. (cd "h:/") will work, as will (setq default-
directory "h:/")

There are also various ways to make it easier to get to the files you
want, for example, speedbar-mode, savehist-mode, ido-mode (my
favourite). You could also open various directories on startup, or use
desktop-save-mode to save Emacs' state between sessions.

Regards,
Tom SW.


reply via email to

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