From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: single init file/directory for windows and linux using version control svn or cvs Date: Fri, 22 Sep 2006 23:34:47 -0400 Message-ID: References: <45128250.8090009@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1158982616 6419 80.91.229.2 (23 Sep 2006 03:36:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2006 03:36:56 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org, chenggao@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 23 05:36:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GQyJt-0002ie-4N for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2006 05:36:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQyJs-0001Vz-IN for ged-emacs-devel@m.gmane.org; Fri, 22 Sep 2006 23:36:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQyHy-0006H5-MS for emacs-devel@gnu.org; Fri, 22 Sep 2006 23:34:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQyHy-0006Fp-3V for emacs-devel@gnu.org; Fri, 22 Sep 2006 23:34:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQyHx-0006Fa-PI for emacs-devel@gnu.org; Fri, 22 Sep 2006 23:34:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GQyLp-0004xJ-BA for emacs-devel@gnu.org; Fri, 22 Sep 2006 23:38:49 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GQyHv-0005YV-3g; Fri, 22 Sep 2006 23:34:47 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Fri, 22 Sep 2006 15:39:09 +0300) 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:60126 Archived-At: > Perhaps Emacs should check for C:\.emacs.d\ also. > Why not? I think Jason gave the reason in the last sentence above: becase the ~/.emacs.d/init.el feature was added only in Emacs 22, so users of older versions will not have their init files there. That is what I am responding to. His argument leads to the conclusion that it might be acceptable not to check C:\.emacs.d\; that not checking it is not be a bug. So we don't have to do this. But wouldn't it be a good idea anyway? That would be more consistent and natural behavior.