From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: bug#4347: Bug for .emacs.d? Date: Sun, 13 Sep 2009 15:35:24 +0200 Message-ID: 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 X-Trace: ger.gmane.org 1252848962 26610 80.91.229.12 (13 Sep 2009 13:36:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2009 13:36:02 +0000 (UTC) Cc: 4347@emacsbugs.donarmstrong.com, Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 13 15:35:55 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 1MmpFB-0001hB-Mq for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2009 15:35:53 +0200 Original-Received: from localhost ([127.0.0.1]:34176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmpFA-00027q-Ud for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2009 09:35:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmpF5-00027F-HC for emacs-devel@gnu.org; Sun, 13 Sep 2009 09:35:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmpF5-00026z-33 for emacs-devel@gnu.org; Sun, 13 Sep 2009 09:35:47 -0400 Original-Received: from [199.232.76.173] (port=36167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmpF4-00026w-Rf for emacs-devel@gnu.org; Sun, 13 Sep 2009 09:35:46 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.155]:30668) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmpF4-0006BO-Fx for emacs-devel@gnu.org; Sun, 13 Sep 2009 09:35:46 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e21so271596fga.12 for ; Sun, 13 Sep 2009 06:35:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=pd+WjTX/CiAOFToKYnMibhlRDEsSG9cI3lSbcRkD4f0=; b=sqTVdYPjGf9JME2nkVDQ4rRa1ciCpUtp4b+SC5E65KoS8NCYhj4be4XvsRLQ+hcfi2 oDvZWqX7EP+8AsWKv7nblOq2OtgVp4tzCwvTgmTew+FjcRhFNFs7RlWMyo8mlCLoY9t3 34eG8AAdmG51EqU9zMSVbwKOGGqkiBZmjE42Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=AMP2uksPeSV+Mp1qzo2mBFFKZ/nYbX94cyOQAbKYEh/rXf14YU+Eqc1w+VjVf10c0v xnTQdhp5Y0wVkZ61kMi7y3nzynWT8YVcbqIzYaYl5QKDeHG9W4XSIdyDlgSvNhbc+dM4 JCD4JqWachCjS3KZZeplB0TRR3pSRSA1zjG+o= Original-Received: by 10.239.187.212 with SMTP id m20mr184469hbh.209.1252848944117; Sun, 13 Sep 2009 06:35:44 -0700 (PDT) In-Reply-To: <4AACEE4F.6060404@alice.it> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:115269 Archived-At: 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. Juanma