all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: emacs-devel@gnu.org, ding@gnus.org
Subject: Re: message creates ~/Mail
Date: Sun, 13 Sep 2009 10:20:38 +0200	[thread overview]
Message-ID: <87ws436ysp.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: 873a6rr0hu.fsf@catnip.gol.com

On Sun, Sep 13 2009, Miles Bader wrote:

> Glenn Morris <rgm@gnu.org> 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/




  reply	other threads:[~2009-09-13  8:20 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-05  0:27 Bug for .emacs.d? Angelo Graziosi
2009-09-05  2:12 ` bug#4347: " Juanma Barranquero
2009-09-11 20:23   ` Stefan Monnier
2009-09-11 20:34     ` Juanma Barranquero
2009-09-11 21:21     ` Angelo Graziosi
2009-09-12  4:25       ` Stefan Monnier
2009-09-12  8:29         ` Angelo Graziosi
2009-09-12  8:29         ` Angelo Graziosi
2009-09-12 19:32           ` Stefan Monnier
2009-09-12 19:32           ` Stefan Monnier
2009-09-12 21:43             ` Angelo Graziosi
2009-09-13  2:31               ` Miles Bader
2009-09-13  2:57                 ` message creates ~/Mail [was Re: bug#4347: Bug for .emacs.d?] Glenn Morris
2009-09-13  3:23                   ` message creates ~/Mail Miles Bader
2009-09-13  8:20                     ` Reiner Steib [this message]
2009-09-13  8:56                       ` Miles Bader
2009-09-13 11:12                         ` Daniel Clemente
2009-09-14 19:07                       ` Glenn Morris
2009-09-13  4:16                   ` Stefan Monnier
2009-09-13  2:31               ` bug#4347: Bug for .emacs.d? Miles Bader
2009-09-12 21:43             ` Angelo Graziosi
2009-09-13 13:06             ` Angelo Graziosi
2009-09-13 13:06             ` Angelo Graziosi
2009-09-13 13:35               ` Juanma Barranquero
2009-09-13 13:35               ` Juanma Barranquero
2009-09-13 13:48                 ` Angelo Graziosi
2009-09-13 13:48                 ` Angelo Graziosi
2009-09-13 14:04               ` Stefan Monnier
2009-09-13 14:04               ` Stefan Monnier
2009-09-13 14:12                 ` Angelo Graziosi
2009-09-13 17:41                   ` Juanma Barranquero
2009-09-13 17:41                   ` Juanma Barranquero
2009-09-13 14:12                 ` Angelo Graziosi
2009-09-13 16:06                 ` desktop and ~/.emacs.d/ (was: bug#4347: Bug for .emacs.d?) Reiner Steib
2009-09-14  1:26                   ` desktop and ~/.emacs.d/ Stefan Monnier
2009-09-14  1:30                     ` Juanma Barranquero
2009-09-14 14:22                     ` Davis Herring
2009-09-14 14:43                       ` Lennart Borgman
2009-09-14 15:17                         ` Davis Herring
2009-09-12 11:16         ` bug#4347: Bug for .emacs.d? Juanma Barranquero
2009-09-12 19:38           ` Stefan Monnier
2009-09-12 19:42             ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ws436ysp.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=ding@gnus.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.