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: Bug for .emacs.d? Date: Sat, 05 Sep 2009 02:27:42 +0200 Message-ID: <4AA1B07E.3080703@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252110677 25566 80.91.229.12 (5 Sep 2009 00:31:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Sep 2009 00:31:17 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 05 02:31:10 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 1MjjBN-0003Ep-UU for ged-emacs-devel@m.gmane.org; Sat, 05 Sep 2009 02:31:10 +0200 Original-Received: from localhost ([127.0.0.1]:46850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjjBN-00010b-9r for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2009 20:31:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjjBI-00010L-OE for emacs-devel@gnu.org; Fri, 04 Sep 2009 20:31:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjjBG-000101-1R for emacs-devel@gnu.org; Fri, 04 Sep 2009 20:31:03 -0400 Original-Received: from [199.232.76.173] (port=59984 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjjBF-0000zy-UK for emacs-devel@gnu.org; Fri, 04 Sep 2009 20:31:01 -0400 Original-Received: from smtp-out113.alice.it ([85.37.17.113]:2516) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjjBF-0006nA-Hj for emacs-devel@gnu.org; Fri, 04 Sep 2009 20:31:01 -0400 Original-Received: from FBCMMO02.fbc.local ([192.168.68.196]) by smtp-out113.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Sat, 5 Sep 2009 02:28:49 +0200 Original-Received: from FBCMCL01B05.fbc.local ([192.168.69.86]) by FBCMMO02.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sat, 5 Sep 2009 02:27:46 +0200 Original-Received: from [87.3.197.66] ([87.3.197.66]) by FBCMCL01B05.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sat, 5 Sep 2009 02:27:45 +0200 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) X-OriginalArrivalTime: 05 Sep 2009 00:27:46.0016 (UTC) FILETIME=[B0B55E00:01CA2DBF] 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:115038 Archived-At: The build of current CVS creates the empty directory '~/.emacs.d', each time one starts Emacs, even if in the '.emacs' file there is (setq auto-save-list-file-prefix nil) which should prohibit that!! This strange behavior does not happen with CVS checked out on 2009.08.27. Cheers, Angelo.