From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: init-dir unification (Was: Use .emacs.d in savehist.el) Date: Sat, 05 Nov 2005 18:43:32 -0500 Message-ID: References: <20051104184837.28E2F1207E6@localhost.localdomain> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1131234288 341 80.91.229.2 (5 Nov 2005 23:44:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Nov 2005 23:44:48 +0000 (UTC) Cc: ihs_4664@yahoo.com, miles@gnu.org, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 06 00:44:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EYXiE-0006fK-Cy for ged-emacs-devel@m.gmane.org; Sun, 06 Nov 2005 00:44:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EYXiD-0007yg-Ir for ged-emacs-devel@m.gmane.org; Sat, 05 Nov 2005 18:44:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EYXh8-0007cb-Sc for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EYXh8-0007cD-4G for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EYXh7-0007c7-VM for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:34 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EYXh8-0002fD-4F for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EYXh6-0001hS-P3; Sat, 05 Nov 2005 18:43:32 -0500 Original-To: Chong Yidong In-reply-to: <20051104184837.28E2F1207E6@localhost.localdomain> (message from Chong Yidong on Fri, 4 Nov 2005 13:48:37 -0500 (EST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:45482 Archived-At: The argument NAME to init-directory, and the argument SUBDIRECTORY of user-customization-file-name, make the code harder to understand. As far as I can see, they are unnecessary. Why do you think this is necessary? If there is no important reason for it, let's get rid of it. Aside from that, the name user-customization-file-name is painfully long. Please call it user-profile-name or profile-file-name instead. That function belongs in subr.el or files.el, not simple.el.