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

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

bug#16738: Errors while resizing vertically


From: martin rudalics
Subject: bug#16738: Errors while resizing vertically
Date: Fri, 14 Feb 2014 12:39:58 +0100

> Debugger entered--Lisp error: (error "Cannot resize window #<window 128 on 
*Ack-and-a-half*>")
>   signal(error ("Cannot resize window #<window 128 on *Ack-and-a-half*>"))
>   error("Cannot resize window %s" #<window 128 on *Backtrace*>)
>   window-resize(#<window 128 on *Backtrace*> 28)
>   (if (eq window (frame-root-window)) nil (window-resize window 
(window-max-delta window)))
>   es-maximize-window-vertically()
>   call-interactively(es-maximize-window-vertically nil nil)
>   command-execute(es-maximize-window-vertically)

I can easily reproduce such an error here.  Do you have a boxed mode- or
header-line, or anything that makes these lines higher or lower than an
average normal line?

I'll check in a fix for this soon, but I still see a related bug whose
cause I wasn't able to identify yet.

> BACKTRACE2
>
> Debugger entered--Lisp error: (args-out-of-range -17 0 2147483647)
>   set-window-new-pixel(#<window 299 on *mu4e-headers*> -17 t)
>   window--resize-child-windows(#<window 301> -595 nil #<window 303 on 
*Backtrace*> nil nil nil nil)
>   window--resize-siblings(#<window 303 on *Backtrace*> 595 nil nil)
>   window-resize(#<window 303 on *Backtrace*> 35)
>   (if (eq window (frame-root-window)) nil (window-resize window 
(window-max-delta window)))
>   es-maximize-window-vertically()
>   call-interactively(es-maximize-window-vertically nil nil)
>   command-execute(es-maximize-window-vertically)

This sounds strange.  Paul, how can such a thing happen?

martin





reply via email to

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