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

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

Re: Changing default starting directory


From: Benjamin Riefenstahl
Subject: Re: Changing default starting directory
Date: 11 Jan 2003 17:31:10 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi Charles,


Charles Muller <acmuller@gol.com> writes:
> And so I added the following to my .emacs file:
> 
>  '(default-directory "/mnt/win_d/docs")

That doesn't look like a LISP function call.  Instead it looks like a
snippet from the customize section.  You know, that section that says
quite explicitly "don't edit or cut/paste it!" ;-).

For a LISP call you want 

 (cd "/mnt/win_d/docs")

Note that this is actually suggested when you do "C-h v
default-directory".


Hope this helps, benny


reply via email to

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