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

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

[debbugs-tracker] bug#16738: closed (Errors while resizing vertically)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16738: closed (Errors while resizing vertically)
Date: Fri, 19 Sep 2014 08:19:07 +0000

Your message dated Fri, 19 Sep 2014 10:18:50 +0200
with message-id <address@hidden>
and subject line Re: bug#16738: Errors while resizing vertically
has caused the debbugs.gnu.org bug report #16738,
regarding Errors while resizing vertically
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16738: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16738
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Errors while resizing vertically Date: Thu, 13 Feb 2014 10:06:13 +0000 User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.3
Another one without a clear recipe. I am using the following function on a 
fairly regular basis:

(defun es-maximize-window-vertically (&optional window)
    (interactive)
    (cl-callf window-normalize-window window)
    (unless (eq window (frame-root-window))
      (window-resize window (window-max-delta window))))

In combination with:

(setq window-min-height 1)

Sometimes it causes errors such as the ones below. In this state a) I can't 
resize any windows, using the above function. b) I can still resize using the 
mouse. c) Once I do, I usually can resize once with this function, but then I 
get a similar error again.

Evgeni

BACKTRACE1:

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)

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)



--- End Message ---
--- Begin Message --- Subject: Re: bug#16738: Errors while resizing vertically Date: Fri, 19 Sep 2014 10:18:50 +0200
Hopefully fixed with revision 116504 on trunk.  Please try again.

Closing.

martin




--- End Message ---

reply via email to

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