|
| From: | Kevin Rodgers |
| Subject: | Re: .emacs file in windows XP |
| Date: | Tue, 17 Jan 2006 11:51:52 -0700 |
| User-agent: | Mozilla Thunderbird 0.9 (X11/20041105) |
Herbert Euler wrote:
From: Kevin Rodgers <address@hidden> To: address@hidden Subject: Re: .emacs file in windows XP Date: Mon, 16 Jan 2006 11:32:52 -0700 One can find out where Emacs is looking for that file with:M-: (expand-file-name "~/.emacs")So one can also find out which directory is home by typing C-x d ~ RET, and the first line will show the whole name.
Here's another way to do that: M-: (file-truename (expand-file-name "~")) -- Kevin Rodgers
| [Prev in Thread] | Current Thread | [Next in Thread] |