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

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

bug#45688: 28.0.50; New action for display-buffer?


From: martin rudalics
Subject: bug#45688: 28.0.50; New action for display-buffer?
Date: Sun, 10 Jan 2021 17:14:09 +0100

> Please put some silly function on 'window-size-change-functions' and
> make it produce a backtrace.

Sorry, no.  Please assert first that the backsizing gets done inside the
following chunk:

      (when (and (listp quad)
                 (integerp (nth 3 quad))
                 (> (nth 3 quad) (window-total-height window)))
        (condition-case nil
            (window-resize window (- (nth 3 quad) (window-total-height window)))
          (error nil)))

Then we can try to find out who created that quad before and why.

martin





reply via email to

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