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: Bootstrap and .emacs.d Date: Fri, 4 Sep 2009 12:04:40 +0200 Message-ID: References: <4AA0E2F5.3020003@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1252058813 29838 80.91.229.12 (4 Sep 2009 10:06:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Sep 2009 10:06:53 +0000 (UTC) Cc: emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 04 12:06:46 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 1MjVgr-0006WA-WC for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2009 12:06:46 +0200 Original-Received: from localhost ([127.0.0.1]:49555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjVgr-0008Ni-CZ for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2009 06:06:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjVfL-0007w0-P7 for emacs-devel@gnu.org; Fri, 04 Sep 2009 06:05:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjVfG-0007uc-RF for emacs-devel@gnu.org; Fri, 04 Sep 2009 06:05:11 -0400 Original-Received: from [199.232.76.173] (port=52067 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjVfG-0007uQ-G1 for emacs-devel@gnu.org; Fri, 04 Sep 2009 06:05:06 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:59682) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjVfF-0001Ab-Vt for emacs-devel@gnu.org; Fri, 04 Sep 2009 06:05:06 -0400 Original-Received: by bwz20 with SMTP id 20so598137bwz.42 for ; Fri, 04 Sep 2009 03:05:02 -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=CqDRXllEViPEbYW6lSDAOImUVePZdFKcnMOg3gzXojc=; b=KN47beMYIO5Nd7mJ6iigbOoUlwn86dBOP20RU+e9UJKdbjOds+ZUUFN8UBsck7sNFx 1fnhXWjwQ9y7e8LF/iDHL4Aa9bnnjvzgqufQloEu4LiBje6VXNUrXYjYRVS08Kfo9kJx pT/tFE+80qEp+jDrRcY7e9shFQF5JxTlG3n/s= 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=gpWOUdoeTnp6/ctrsjCrwXDIWheBOZLnZbmbI+0Ze26wjLtQlzWEmb6s3RsUzcPLSZ yuoK/vXmqNK2BhbyHFMVCW+m6FUDdAyYkKuR7rsOhv9A4yKbUPF1VA8KlilgOCUAxr5O pR3rBskgG+FiOslFCG3l8XFSl/6/jyruBav2M= Original-Received: by 10.239.145.2 with SMTP id q2mr993403hba.123.1252058701388; Fri, 04 Sep 2009 03:05:01 -0700 (PDT) In-Reply-To: <4AA0E2F5.3020003@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:115029 Archived-At: On Fri, Sep 4, 2009 at 11:50, Angelo Graziosi wrote: > I have noticed that bootstrapping CVS head (on Cygwin and GNU/Linux) creates > the empty directory '.emacs.d' in the users's HOME. > > Is this to be expected? That's likely a side effect of `locate-user-emacs-file', though it tries not to create the user-emacs-directory when Emacs runs in batch mode or while dumping... Juanma