From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Default emacs init file location confusion Date: Tue, 07 Jan 2020 06:40:45 +0200 Message-ID: <85C8025D-ACFD-4DEB-B030-E46B3109323E@gnu.org> References: <83y2ukc55g.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="100022"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: K-9 Mail for Android Cc: emacs-devel To: =?ISO-8859-1?Q?Elias_M=E5rtenson?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 07 05:43:18 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iogi5-000Psu-Uo for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2020 05:43:18 +0100 Original-Received: from localhost ([::1]:42100 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iogi2-0006xL-Ib for ged-emacs-devel@m.gmane.org; Mon, 06 Jan 2020 23:43:14 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39871) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iogfi-0002mi-50 for emacs-devel@gnu.org; Mon, 06 Jan 2020 23:40:51 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iogfi-0006rj-04; Mon, 06 Jan 2020 23:40:50 -0500 Original-Received: from [176.12.180.157] (port=34087 helo=[10.212.47.98]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1iogfh-0006ER-B7; Mon, 06 Jan 2020 23:40:49 -0500 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:244054 Archived-At: On January 7, 2020 5:40:14 AM GMT+02:00, "Elias M=C3=A5rtenson" wrote: > On Tue, 7 Jan 2020 at 11:32, Eli Zaretskii wrote: >=20 > > I don't think we create the ~/=2Econfig directory=2E We just check if > its > > emacs subdirectory exists=2E > > >=20 > Interesting=2E I certainly never created it myself=2E When I get back ho= me > I > will remove my $HOME/=2Eemacs=2Ed directory and restart Emacs in an > attempt to > recreate it=2E >=20 > Assuming my description of the events is accurate (I may have missed > something), there really should be no such directory created, yes? Yes, that's my reading of the code in startup=2Eel, and also what NEWS say= s=2E If you find that we do somehow create that directory, please show the= code which does that, and report that as a bug=2E