all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Moreton <andrewjmoreton@gmail.com>
To: 11612@debbugs.gnu.org
Subject: bug#11612: 24.1; Defaults create warning on startup
Date: Mon, 27 Jun 2016 12:15:11 +0100	[thread overview]
Message-ID: <vz1oa6mvq68.fsf@gmail.com> (raw)
In-Reply-To: <CAG2CFAYrhNhFcmWu6k3yLDv4KjwSux8thV4RYwrKkJtdebRQog@mail.gmail.com>

On Sun 26 Jun 2016, Noam Postavsky wrote:

> Version: 25.1
>
> On Sat, Jun 25, 2016 at 11:40 AM, Eli Zaretskii <eliz@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);
              }






  reply	other threads:[~2016-06-27 11:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-02 18:58 bug#11612: 24.1; Defaults create warning on startup yary
2012-06-02 19:18 ` Eli Zaretskii
2012-06-02 19:43   ` yary
2012-06-02 19:46     ` Drew Adams
2012-06-02 19:57       ` yary
2013-04-23 14:05         ` Michael
2013-04-23 17:54           ` Eli Zaretskii
2012-06-03 19:38       ` Juanma Barranquero
2012-06-04  3:50       ` Jason Rumney
2012-06-04  4:22         ` Eli Zaretskii
2012-06-04 13:24         ` Drew Adams
2016-06-25  3:28 ` Noam Postavsky
2016-06-25  4:31   ` Drew Adams
2016-06-25  8:16   ` Eli Zaretskii
2016-06-25 13:42     ` Noam Postavsky
2016-06-25 13:51       ` yary
2016-06-25 14:18       ` Eli Zaretskii
2016-06-25 15:30         ` Noam Postavsky
2016-06-25 15:40           ` Eli Zaretskii
2016-06-27  1:01             ` Noam Postavsky
2016-06-27 11:15               ` Andy Moreton [this message]
2016-06-27 12:04                 ` Noam Postavsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vz1oa6mvq68.fsf@gmail.com \
    --to=andrewjmoreton@gmail.com \
    --cc=11612@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.