* gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
authorLars Magne Ingebrigtsen <larsi@stories.(none)>
Fri, 6 Jan 2012 03:19:03 +0000 (04:19 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.(none)>
Fri, 6 Jan 2012 03:19:03 +0000 (04:19 +0100)
commit94c4f170aa8913faf703b34d16fc64643bea2956
tree1ee860a4c40b3fa0802d9229f8bdd53f182ebc05
parent55c26cf1a9939dc7b28fcbab35f1d05d56d53242
* gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
argument to `message-reply'.  This broke `special-display-*' frame
pop-uping (bug#10238).

If somebody wants to have both frame-popups for "*...*", but leave the
Message buffers alone:

With special-display-regexps, I think something
like the code below should do it:

   (setq special-display-regexps
         '(("^\\*unsent.*\\*$" switch-to-buffer)
            "^\\*.*\\*$"))
lisp/ChangeLog
lisp/gnus-msg.el