bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11242: 24.1.50; Switching to rmai view buffer


From: martin rudalics
Subject: bug#11242: 24.1.50; Switching to rmai view buffer
Date: Sun, 15 Apr 2012 10:14:16 +0200

    If you look at the code of `other-buffer' that doesn't seem possible:
    Both loops trigger iff

          (SREF (BVAR (XBUFFER (buf), name), 0) != ' ')

    so please try my recipe.

What recipe?

Please put

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

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

in your .emacs and when it triggers post the backtrace here.

Thanks, martin






reply via email to

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