From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Default emacs init file location confusion Date: Mon, 13 Jan 2020 17:52:27 +0100 Message-ID: References: <837e23chdm.fsf@gnu.org> <834kx7cgmh.fsf@gnu.org> <87tv56bjop.fsf@gmail.com> <539DBEA2-E758-4CB0-B886-F908CF0525B6@gnu.org> <83pnfuaqj3.fsf@gnu.org> <83imllc3iq.fsf@gnu.org> <87eew9q4rt.fsf@windriver.com> <83tv538d0q.fsf@gnu.org> <7f532a3b-a812-3088-936c-e15a35b58654@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="237843"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Eli Zaretskii , Paul Eggert , Emacs developers To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 13 17:54:09 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 1ir2xv-000oIa-M9 for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Jan 2020 17:53:23 +0100 Original-Received: from localhost ([::1]:52922 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ir2xu-0000JP-Cn for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Jan 2020 11:53:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57814) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ir2xH-0007wg-Bh for emacs-devel@gnu.org; Mon, 13 Jan 2020 11:52:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ir2xG-0002Ox-AN for emacs-devel@gnu.org; Mon, 13 Jan 2020 11:52:43 -0500 Original-Received: from mail-pl1-f176.google.com ([209.85.214.176]:36423) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ir2xE-0002Jx-Qi; Mon, 13 Jan 2020 11:52:40 -0500 Original-Received: by mail-pl1-f176.google.com with SMTP id a6so4044581plm.3; Mon, 13 Jan 2020 08:52:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=x7drpBY/xUyzMbFZxO4zchXUxdRMu9l2WIPs0I/eaJI=; b=F0yr5+VashwqtAvQo1BiewxP5HTqdiB5l8Sj48KIaMvTgSns8EN9c2df1uYy/NWhI6 2QH0EHk1rwKBEhBS1KoGvMJxjQEox3Gnltzy84PQ+4N/1uUCz1truWTrBuW3PsAsxbyo 0dq3RgrUaRQRl0fS9szwQWZ5z/8OpmNXYMn7airpAFWOhVgGaqKHKCGmuC5XDcozdo5U /fOSLyBY3oRwBeiTMKZIv1JkcT8mhnp17Isgd7/Lg2q8NzzoaOUybH0lJsRjnBCjwI29 6aIYeBFenjBQq8+RuJWpJt4SnkK2GRux+UI261nyx+mG71d+fqy0DhKDO6vb4xndgS39 HAXg== X-Gm-Message-State: APjAAAUyz6GE48EWksv2WgbTq9fv6nBq0qO88NoAQqUSEPCGvSO7mC2L KaC+nHH9JCPtn/FSgoBjgR271ur/SJCaUkWmPZc= X-Google-Smtp-Source: APXvYqyr9WHHzbacqw8DJGelxvXNkD8ZmLoimRyaplMRZ/gPhgKX3crMF8quR6e1khFHi/xHbDsVZFhMI/iXlVyndHk= X-Received: by 2002:a17:90b:46cf:: with SMTP id jx15mr23991736pjb.2.1578934358911; Mon, 13 Jan 2020 08:52:38 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.214.176 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:244232 Archived-At: Robert Pluim writes: > This implies that you must > delete or rename any existing "~/.emacs.d" and "~/.emacs" to enable > use of the XDG directory. Very minor nitpick: I suggest to change "implies" to "means". I believe that it would be slightly easier to understand for non-native speakers and/or people without formal training in e.g. computer science or math. Best regards, Stefan Kangas