From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: bug#4347: Bug for .emacs.d? Date: Sun, 13 Sep 2009 15:48:57 +0200 Message-ID: <4AACF849.9090109@alice.it> References: <4AA1B07E.3080703@alice.it> <4AAABF56.40802@alice.it> <4AAB5BD0.2010503@alice.it> <4AACEE4F.6060404@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252849759 29561 80.91.229.12 (13 Sep 2009 13:49:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2009 13:49:19 +0000 (UTC) Cc: 4347@emacsbugs.donarmstrong.com, Emacs To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 13 15:49:12 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MmpS3-0004hV-EH for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2009 15:49:11 +0200 Original-Received: from localhost ([127.0.0.1]:52982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmpS2-0004lN-SX for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2009 09:49:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmpRx-0004k1-La for emacs-devel@gnu.org; Sun, 13 Sep 2009 09:49:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmpRs-0004hx-1o for emacs-devel@gnu.org; Sun, 13 Sep 2009 09:49:04 -0400 Original-Received: from [199.232.76.173] (port=54467 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmpRr-0004hu-Sf for emacs-devel@gnu.org; Sun, 13 Sep 2009 09:48:59 -0400 Original-Received: from smtp-out26.alice.it ([85.33.2.26]:4292) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmpRr-0008CX-Ff for emacs-devel@gnu.org; Sun, 13 Sep 2009 09:48:59 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out26.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Sun, 13 Sep 2009 15:48:58 +0200 Original-Received: from FBCMCL01B08.fbc.local ([192.168.171.46]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sun, 13 Sep 2009 15:48:58 +0200 Original-Received: from [82.57.151.5] ([82.57.151.5]) by FBCMCL01B08.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sun, 13 Sep 2009 15:48:57 +0200 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: X-OriginalArrivalTime: 13 Sep 2009 13:48:57.0711 (UTC) FILETIME=[F0F9E7F0:01CA3478] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:115270 Archived-At: Juanma Barranquero ha scritto: > On Sun, Sep 13, 2009 at 15:06, Angelo Graziosi wrote: > >> OK. If you want to give a more deep meaning to that ~/-emacs.d directory, >> you can left that Emacs creates it, *and* move ALL files/directories which >> Emacs creates in $HOME, there!! > > It'd be good to have more of them in ~/.emacs.d by default, but > currently you can use > >> ~/.emacs.d/.emacs > > ~/.emacs.d/init.el instead > >> ~/.emacs.d/.emacs.desktop >> ~/.emacs.d/.emacs.desktop.lock > > and desktop-base-(file|lock)-name to assign these. Oh yes, but I was asking *by default*, of course. :-) Cheers, Angelo.