[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Latest emacs master branch and message mode
From: |
martin rudalics |
Subject: |
Re: Latest emacs master branch and message mode |
Date: |
Mon, 06 Sep 2010 21:02:26 +0200 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
>> you can try to customize `same-window-buffer-names' (which includes
>> *mail* here so I'm a bit surprised that this doesn't work for you)
>
> This is because Lars recently changed message.el so that the buffer is
> initially named *unsent mail*.
I was unaware of that change.
> We can fix this by adding a line
>
> ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*unsent mail*"))
>
> to sendmail.el. I wonder, though, what other code this change will
> break.
Please do that. I'm currently rewriting `display-buffer' in order to
get rid of these for good. The call would then have to be coded like
(pop-to-buffer "*unsent mail*" 'same-window)
martin