all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* RMAIL returns to wrong buffer after sending a reply
@ 2011-01-08 15:20 DJ Delorie
  2011-01-09 14:15 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: DJ Delorie @ 2011-01-08 15:20 UTC (permalink / raw)
  To: help-gnu-emacs


Emacs 23.2.1, Fedora 13

When reading mail in RMAIL, if I 'r' reply to a message, after the
message is sent, my cursor returns to the wrong buffer.  I expect
cursor focus to be in the message I just replied to, but it's actually
in the "other" buffer (splitting the window and finding some other
buffer if needed).

How can I get RMAIL to return to the previous buffer instead?

Note: it worked "correctly" in the past.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RMAIL returns to wrong buffer after sending a reply
  2011-01-08 15:20 RMAIL returns to wrong buffer after sending a reply DJ Delorie
@ 2011-01-09 14:15 ` Eli Zaretskii
  2011-01-09 19:17   ` DJ Delorie
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2011-01-09 14:15 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Sat, 8 Jan 2011 10:20:58 -0500
> From: DJ Delorie <dj@delorie.com>
> 
> When reading mail in RMAIL, if I 'r' reply to a message, after the
> message is sent, my cursor returns to the wrong buffer.  I expect
> cursor focus to be in the message I just replied to, but it's actually
> in the "other" buffer (splitting the window and finding some other
> buffer if needed).
> 
> How can I get RMAIL to return to the previous buffer instead?
> 
> Note: it worked "correctly" in the past.

Does it help to evaluate the following expression?

  (setq mail-user-agent 'sendmail-user-agent)

If it does, please submit a bug report (M-x report-emacs-bug) about
the default behavior.  Emacs 23.2 switched to using message-user-agent,
but the user-visible behavior was not supposed to change that much.

(FWIW, I have the above customization permanently in my ~/.emacs.)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RMAIL returns to wrong buffer after sending a reply
  2011-01-09 14:15 ` Eli Zaretskii
@ 2011-01-09 19:17   ` DJ Delorie
  0 siblings, 0 replies; 3+ messages in thread
From: DJ Delorie @ 2011-01-09 19:17 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs


> Does it help to evaluate the following expression?
> 
>   (setq mail-user-agent 'sendmail-user-agent)

Yes, that fixed *all* my problems.  Thanks!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-09 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-08 15:20 RMAIL returns to wrong buffer after sending a reply DJ Delorie
2011-01-09 14:15 ` Eli Zaretskii
2011-01-09 19:17   ` DJ Delorie

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.