From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#47773: 28.0.50; user-init-file points to emacs-lisp/warnings.el in win10+native-comp Date: Wed, 14 Apr 2021 17:32:57 +0300 Message-ID: <83mtu1ym06.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34918"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47773@debbugs.gnu.org To: Shuguang Sun Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 14 16:34:13 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWgaq-0008xu-KB for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Apr 2021 16:34:12 +0200 Original-Received: from localhost ([::1]:41728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWgap-0001he-GY for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Apr 2021 10:34:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43232) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWgag-0001hX-3A for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 10:34:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52133) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lWgaf-0007UU-Vg for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 10:34:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lWgaf-0001kF-SH for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 10:34:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Apr 2021 14:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47773 X-GNU-PR-Package: emacs Original-Received: via spool by 47773-submit@debbugs.gnu.org id=B47773.16184108106664 (code B ref 47773); Wed, 14 Apr 2021 14:34:01 +0000 Original-Received: (at 47773) by debbugs.gnu.org; 14 Apr 2021 14:33:30 +0000 Original-Received: from localhost ([127.0.0.1]:35446 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWga9-0001jO-LJ for submit@debbugs.gnu.org; Wed, 14 Apr 2021 10:33:30 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWga6-0001j9-4f for 47773@debbugs.gnu.org; Wed, 14 Apr 2021 10:33:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44512) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWgZw-00070q-J6; Wed, 14 Apr 2021 10:33:16 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1827 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lWgZv-0004Vi-EE; Wed, 14 Apr 2021 10:33:16 -0400 In-Reply-To: (message from Shuguang Sun on Wed, 14 Apr 2021 21:34:29 +0800) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:204013 Archived-At: > From: Shuguang Sun > Date: Wed, 14 Apr 2021 21:34:29 +0800 > > I'm using emacs with feature/native-comp in win10. Recently I found > that the `user-init-file' points to > `emacs/28.0.50/lisp/emacs-lisp/warnings.el' instead of > `c:/Users/xxx/HOME/.emacs'. I cannot reproduce this. Please show a complete recipe for reproducing the problem. Could it be that some packages you load and/or some of your customizations cause this? Do you have HOME set in the environment, and if so, where does it point to?