emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rmail-reply creates *mail* and *mail*<2>


From: Chong Yidong
Subject: Re: rmail-reply creates *mail* and *mail*<2>
Date: Thu, 15 Sep 2005 10:52:41 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Kenichi Handa <address@hidden> writes:

> With the latest CVS code, when I type r in RMAIL buffer,
> buffer *mail* and *mail*<2> are created and the latter is
> selected.

This patch fixes the problem.  Could you try it?


*** emacs/lisp/simple.el.~1.749.~       2005-09-13 06:28:14.000000000 -0400
--- emacs/lisp/simple.el        2005-09-15 10:49:43.000000000 -0400
***************
*** 4440,4446 ****
            (special-display-regexps nil)
            (same-window-buffer-names nil)
            (same-window-regexps nil))
!       (funcall switch-function "*mail*")))
    (let ((cc (cdr (assoc-string "cc" other-headers t)))
        (in-reply-to (cdr (assoc-string "in-reply-to" other-headers t)))
        (body (cdr (assoc-string "body" other-headers t))))
--- 4440,4446 ----
            (special-display-regexps nil)
            (same-window-buffer-names nil)
            (same-window-regexps nil))
!       (funcall switch-function nil)))
    (let ((cc (cdr (assoc-string "cc" other-headers t)))
        (in-reply-to (cdr (assoc-string "in-reply-to" other-headers t)))
        (body (cdr (assoc-string "body" other-headers t))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]