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

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

bug#9641: Man-notify-method 'bully does not remember how windows were


From: martin rudalics
Subject: bug#9641: Man-notify-method 'bully does not remember how windows were
Date: Sat, 01 Oct 2011 12:05:46 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> mr> Do you mean you have a frame with two windows, invoke man, type q in the
> mr> window used by man and get a frame with one window?
>
> I think so. I never learned "frames". The problem I see is the same in
> "emacs -nw" too.

Basically "bully" (in `Man-notify-when-ready') means

     (bully
      (and (frame-live-p saved-frame)
           (select-frame saved-frame))
      (pop-to-buffer man-buffer)
      (delete-other-windows))

to pop to the man buffer in some window and to delete all other windows
on that frame.  No command bound to `q' can restore any windows killed
by the `delete-other-windows' call.  So if `q' earlier restored the
two-windows layout something strange must have happened.  Maybe someone
can clarify ...

martin




reply via email to

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