GNU bug report logs - #11242
24.1.50; Switching to rmai view buffer

Previous Next

Package: emacs;

Reported by: rms <at> gnu.org

Date: Sat, 14 Apr 2012 04:19:01 UTC

Severity: minor

Merged with 11219

Found in version 24.1.50

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: rms <at> gnu.org
Cc: 11242 <at> debbugs.gnu.org
Subject: bug#11242: 24.1.50; Switching to rmai view buffer
Date: Sat, 14 Apr 2012 15:30:10 +0200
> It happened after I typed C-c C-c at the *mail* buffer.
> It switched to ` *message-viewer RMAIL*'.spontaneously.
> It has happened several times recently.
>
> The buffers whose names start with space should never be
> shown to the user unless expicitly requested.
>
> I will continue investigating.

Could you try running your Emacs with something like

(defun wcch ()
  (when (get-buffer-window " *message-viewer RMAIL*" t)
    (backtrace)))

(add-hook 'window-configuration-change-hook 'wcch)

activated?

martin




This bug report was last modified 13 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.