all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: rmail-reply creates *mail* and *mail*<2>
Date: Thu, 15 Sep 2005 10:52:41 -0400	[thread overview]
Message-ID: <873bo6wfgm.fsf@stupidchicken.com> (raw)
In-Reply-To: <E1EFiU6-00085Q-00@etlken> (Kenichi Handa's message of "Thu, 15 Sep 2005 10:24:18 +0900")

Kenichi Handa <handa@m17n.org> 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	other threads:[~2005-09-15 14:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-15  1:24 rmail-reply creates *mail* and *mail*<2> Kenichi Handa
2005-09-15 14:52 ` Chong Yidong [this message]
2005-09-15 15:55 ` Chong Yidong

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=873bo6wfgm.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --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.