From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Default emacs init file location confusion Date: Wed, 08 Jan 2020 18:32:03 -0500 Message-ID: References: <85C8025D-ACFD-4DEB-B030-E46B3109323E@gnu.org> <83lfqjckjn.fsf@gnu.org> <83blrfci4q.fsf@gnu.org> <837e23chdm.fsf@gnu.org> <834kx7cgmh.fsf@gnu.org> <87tv56bjop.fsf@gmail.com> <539DBEA2-E758-4CB0-B886-F908CF0525B6@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="251583"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Robert Pluim , Elias =?windows-1252?Q?M=E5rtenson?= , EMACS development team , "Mingde \(Matthew\) Zeng" , smartlitchi@gmail.com, Eli Zaretskii To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 09 00:33:48 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.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 1ipKp2-000Uzn-Nd for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Jan 2020 00:33:09 +0100 Original-Received: from localhost ([::1]:50474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipKp1-00079Q-4W for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Jan 2020 18:33:07 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46034) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipKoJ-0006HE-0Q for emacs-devel@gnu.org; Wed, 08 Jan 2020 18:32:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipKoH-0006qD-HV for emacs-devel@gnu.org; Wed, 08 Jan 2020 18:32:22 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:56109) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ipKoF-0006kw-63; Wed, 08 Jan 2020 18:32:19 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 78C5144DC03; Wed, 8 Jan 2020 18:32:17 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 10F9B44DC01; Wed, 8 Jan 2020 18:32:12 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1578526332; bh=yanjo3fS6zz290rCw3mku8JjmqWh39WBOO52EHlFBxg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=AFqp+cHkT3lBPQRDky/VMSmAYyZoj/RYZpNPp3sZWrXh+w55XCuqbdAL2+JeeZuiq qGDamMDsaGMGc2j8+OZjCA0CK7KDp2+NzElZ6vIwxrpOcItbDk/o5qEnegIaT2aue2 lGOMmu2HUBo95QhONsmSjnLU9IZNzEQkCNdqGJ7K68CQuJeLqXV87nTAvkHX/lweP5 6yYpBVopZtmk/XA4qFkMn1j6/3reol+099EszLCflY2H8D6mGs6b+U+eNiC1YA8bs4 BE492y0gOAI+7SEGpiOYWM5FU8jEnSRNPHupj2ptaxjd73dNq+jTSr5CwT3cnao2DR lddfuT8EDiAOQ== Original-Received: from alfajor (unknown [45.72.147.220]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id B1E12120816; Wed, 8 Jan 2020 18:32:11 -0500 (EST) In-Reply-To: (chad's message of "Wed, 8 Jan 2020 15:26:33 -0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:244153 Archived-At: > I'll suggest a friendly amendment: A warning when both > ~/.config/emacs/init.el and ~/.emacs.d/init.el are present would be > welcome. Unless they're the same file, yes, Stefan