[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Latest emacs master branch and message mode
From: |
Chong Yidong |
Subject: |
Re: Latest emacs master branch and message mode |
Date: |
Mon, 06 Sep 2010 14:41:17 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
martin rudalics <address@hidden> writes:
>> With the master branch currently a message compose and message reply
>> functionality is causing a vertical split of windows. Is there an option to
>> disable that. So that compose and reply feature doesn't cause a
>> vertical split and instead gives a full frame window ?
>
> 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*. 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.