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: Sat, 14 Apr 2012 20:52:00 +0200

> The problem is that other-buffer sometimes returns
> ` *message-viewer RMAIL*'.

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.

> other-buffer must never return a buffer whose name starts
> with space, except perhaps it was recently displayed.
>
> Meanwhile, I sometimes find that C-c C-c in Mail mode does not switch
> buffers at all; it stays in the Mail buffer.  That is a different
> manifestation but I suspect it is the same bug.

What command does C-c C-c run?

martin





reply via email to

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