From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: message creates ~/Mail Date: Sun, 13 Sep 2009 10:20:38 +0200 Message-ID: <87ws436ysp.fsf@marauder.physik.uni-ulm.de> References: <4AA1B07E.3080703@alice.it> <4AAABF56.40802@alice.it> <4AAB5BD0.2010503@alice.it> <4AAC15EC.6060905@alice.it> <87my4zr2xg.fsf@catnip.gol.com> <08fxarzh4q.fsf_-_@fencepost.gnu.org> <873a6rr0hu.fsf@catnip.gol.com> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252830154 11276 80.91.229.12 (13 Sep 2009 08:22:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2009 08:22:34 +0000 (UTC) To: emacs-devel@gnu.org, ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 13 10:22:27 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 1MmkLr-0000YY-4v for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2009 10:22:27 +0200 Original-Received: from localhost ([127.0.0.1]:37171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmkLq-0007KJ-J1 for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2009 04:22:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmkLj-0007Gg-D9 for emacs-devel@gnu.org; Sun, 13 Sep 2009 04:22:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmkLe-00078w-Ob for emacs-devel@gnu.org; Sun, 13 Sep 2009 04:22:18 -0400 Original-Received: from [199.232.76.173] (port=49898 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmkLe-00078j-H9 for emacs-devel@gnu.org; Sun, 13 Sep 2009 04:22:14 -0400 Original-Received: from mail.uni-ulm.de ([134.60.1.11]:45466) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MmkLd-0008MY-Ox for emacs-devel@gnu.org; Sun, 13 Sep 2009 04:22:14 -0400 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id n8D8MAE3009734; Sun, 13 Sep 2009 10:22:10 +0200 (MEST) Original-Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id E85FC1CE67; Sun, 13 Sep 2009 10:22:09 +0200 (CEST) X-Face: .*T0'iU(sujq_j9\J>-d4fg; N/1++U#U$_5ii6k.=|"-n'?5O:Hyz&wi'-!I~,}7~GgT=0S /&-R5sbkNy5+Xo1y{Tw2KKxi@Xh"g@]Qc|.U<*]WDd)qvGowFDvfU1F]{EDho:7P0@|oOD=Bc{K4?> WP68K[Mx:}=`ZT'6g4'f+g?;`vri2!)xGy}3:=l'(/Cea0l4lo^H5#@/Z3ev Mail-Followup-To: emacs-devel@gnu.org, ding@gnus.org User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) X-DCC-CTc-dcc1-Metrics: poseidon 1030; Body=2 Fuz1=2 Fuz2=2 X-Virus-Scanned: by amavisd-new X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:115264 gmane.emacs.gnus.general:68988 Archived-At: On Sun, Sep 13 2009, Miles Bader wrote: > Glenn Morris writes: >> On this topic, I find this behaviour of message-mode irritating: > ... >> bam, you have a ~/Mail directory. > > Hmm, yeah it probably shouldn't do that -- though it may be related to > message auto-saving, so I'm not sure it's entirely trivial to avoid -- > but you can customize the directory (`message-directory'). Yes, it this code, I'd guess: (defun message-set-auto-save-file-name () "Associate the message buffer with a file in the drafts directory." (when message-auto-save-directory (unless (file-directory-p (directory-file-name message-auto-save-directory)) (make-directory message-auto-save-directory t)) [...] On Sun, Sep 13 2009, Stefan Monnier wrote: > I'd tend to agree. Make it a bug-report? What do you suggest to do instead? Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/