From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#16738: Errors while resizing vertically Date: Fri, 14 Feb 2014 12:39:58 +0100 Message-ID: <52FE008E.1010503@gmx.at> References: <87y51fnx7u.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1392378077 11928 80.91.229.3 (14 Feb 2014 11:41:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2014 11:41:17 +0000 (UTC) Cc: Paul Eggert , 16738@debbugs.gnu.org To: E Sabof Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 14 12:41:22 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WEH8z-0007lB-HS for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 12:41:21 +0100 Original-Received: from localhost ([::1]:51226 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEH8z-0005r1-3m for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 06:41:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEH8q-0005qt-3i for bug-gnu-emacs@gnu.org; Fri, 14 Feb 2014 06:41:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEH8g-0004ed-Li for bug-gnu-emacs@gnu.org; Fri, 14 Feb 2014 06:41:12 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEH8g-0004eW-IS for bug-gnu-emacs@gnu.org; Fri, 14 Feb 2014 06:41:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WEH8g-00064h-AK for bug-gnu-emacs@gnu.org; Fri, 14 Feb 2014 06:41:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 14 Feb 2014 11:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16738 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16738-submit@debbugs.gnu.org id=B16738.139237801023225 (code B ref 16738); Fri, 14 Feb 2014 11:41:02 +0000 Original-Received: (at 16738) by debbugs.gnu.org; 14 Feb 2014 11:40:10 +0000 Original-Received: from localhost ([127.0.0.1]:51785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WEH7p-00062V-BJ for submit@debbugs.gnu.org; Fri, 14 Feb 2014 06:40:09 -0500 Original-Received: from mout.gmx.net ([212.227.15.15]:60429) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WEH7m-00061V-0B for 16738@debbugs.gnu.org; Fri, 14 Feb 2014 06:40:06 -0500 Original-Received: from [62.47.32.141] ([62.47.32.141]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0M4WNA-1VG0zz3ioe-00yiCg for <16738@debbugs.gnu.org>; Fri, 14 Feb 2014 12:40:00 +0100 In-Reply-To: <87y51fnx7u.fsf@gmail.com> X-Provags-ID: V03:K0:imy3ly1HH9KwIVRaJ7JwZ8lbJhT7KkccnoOsL5e37mAnBxlO1SY mygxR20u9ODnhmn4fHhXCICQeiw/0zTrpWgytU5s1GOTSDKVavouozQKQwjgaSWvPL+8mNA 3KfAybhc3HBHwtSS6ZxTV7xGm5FeiwimxcWVuwnRcGf4z5cJoq5oPC2Tp+huhlwtChowp0r a+p+xYxu1/hVIxSWCVuBg== X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:85564 Archived-At: > Debugger entered--Lisp error: (error "Cannot resize window #") > signal(error ("Cannot resize window #")) > error("Cannot resize window %s" #) > window-resize(# 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(# -17 t) > window--resize-child-windows(# -595 nil # nil nil nil nil) > window--resize-siblings(# 595 nil nil) > window-resize(# 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