GNU bug report logs - #27589
Wrong documentation for .emacs lookup on Windows

Previous Next

Package: emacs;

Reported by: Björn Lindqvist <bjourne <at> gmail.com>

Date: Wed, 5 Jul 2017 16:09:01 UTC

Severity: minor

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 27589 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Björn Lindqvist <bjourne <at> gmail.com>
Cc: 27589 <at> debbugs.gnu.org
Subject: Re: bug#27589: Wrong documentation for .emacs lookup on Windows
Date: Wed, 05 Jul 2017 20:10:06 +0300
> From: Björn Lindqvist <bjourne <at> gmail.com>
> Date: Wed, 5 Jul 2017 18:08:23 +0200
> 
> Information in these pages is incorrect:
> 
> https://www.gnu.org/software/emacs/manual/html_node/emacs/Windows-HOME.html
> https://www.gnu.org/software/emacs/manual/html_node/efaq-w32/Location-of-init-file.html
> 
> In my case .emacs is at "C:\Users\bjorn\AppData\Roaming\.emacs" Emacs does not set the value of the
> HOME variable to that location:
> 
> (getenv "HOME")
> "C:\\Users\\bjorn"
> 
> And "Within Emacs, <~> at the beginning of a file name is expanded to your HOME directory, so you can
> always find your .emacs file by typing the command C-x C-f ~/.emacs." is therefore not true:
> 
> (expand-file-name "~/.emacs")
> "c:/Users/bjorn/.emacs"

The information in the manual is correct, I just verified it both in
Emacs 24.5 and 25.  The problems that you see are most probably due to
some local issue on your system, like ownership of directories or some
environment variable.

And btw, what version of Windows is that?  And how are you invoking
Emacs? from some shell prompt, from a desktop shortcut, from a
task-bar shortcut, or some other way?




This bug report was last modified 8 years and 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.