GNU bug report logs - #11612
24.1; Defaults create warning on startup

Previous Next

Package: emacs;

Reported by: yary <not.com <at> gmail.com>

Date: Sat, 2 Jun 2012 19:07:03 UTC

Severity: minor

Found in version 24.1

Fixed in version 25.1

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andy Moreton <andrewjmoreton <at> gmail.com>
To: 11612 <at> debbugs.gnu.org
Subject: bug#11612: 24.1; Defaults create warning on startup
Date: Mon, 27 Jun 2016 12:15:11 +0100
On Sun 26 Jun 2016, Noam Postavsky wrote:

> Version: 25.1
>
> On Sat, Jun 25, 2016 at 11:40 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>>> >   Use of `C:\.emacs' without defining `HOME' in the environment is deprecated, see `Windows Home' in the Emacs manual.
>> It's `Windows HOME', btw.
>
> Pushed as fd9fad06

Please test patches before pushing - that commit does not build.
The following patch fixes it:

diff --git a/src/w32.c b/src/w32.c
index 6948fde..9a8c248 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -2778,7 +2778,7 @@ init_environment (char ** argv)
                             intern ("initialization"), build_string
                             ("Use of `C:\\.emacs' without defining `HOME' "
                              "in the environment is deprecated,\n"
-                             "see `Windows Home' in the Emacs manual."))),
+                             "see `Windows Home' in the Emacs manual.")),
                     Vdelayed_warnings_list);
              }





This bug report was last modified 9 years and 25 days ago.

Previous Next


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