From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Resizing may delete windows Date: Thu, 03 Apr 2008 18:16:05 -0400 Message-ID: References: <47E42196.8010302@gmail.com> <47E95C8F.4050604@gmail.com> <47E9783C.8060406@gmx.at> <47E9FDD2.4010205@gmx.at> <47EA83A7.9000305@gmx.at> <47EACE96.8020805@gmx.at> <47EB51BE.5060602@gmx.at> <47F34748.1020604@gmx.at> <47F3BC98.7060707@gmx.at> <47F4ED1C.5010905@gmx.at> <47F4F594.50500@gmx.at> <47F55070.8000109@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207261016 29761 80.91.229.12 (3 Apr 2008 22:16:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2008 22:16:56 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, "Jan D." , "Lennart Borgman \(gmail\)" , Michael Kifer To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 04 00:17:27 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JhXkE-0004M5-Ng for ged-emacs-devel@m.gmane.org; Fri, 04 Apr 2008 00:17:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhXjc-0004i3-2c for ged-emacs-devel@m.gmane.org; Thu, 03 Apr 2008 18:16:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhXjY-0004fW-5D for emacs-devel@gnu.org; Thu, 03 Apr 2008 18:16:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhXjW-0004dm-Bb for emacs-devel@gnu.org; Thu, 03 Apr 2008 18:16:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhXjW-0004de-8U for emacs-devel@gnu.org; Thu, 03 Apr 2008 18:16:34 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhXjW-0000Ge-42 for emacs-devel@gnu.org; Thu, 03 Apr 2008 18:16:34 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JhXjV-00049E-Sv for emacs-pretest-bug@gnu.org; Thu, 03 Apr 2008 18:16:33 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JhXjS-0000Fc-GI for emacs-pretest-bug@gnu.org; Thu, 03 Apr 2008 18:16:33 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhXjS-0000FM-7S for emacs-pretest-bug@gnu.org; Thu, 03 Apr 2008 18:16:30 -0400 Original-Received: from ceviche.home (vpn-132-204-232-76.acd.umontreal.ca [132.204.232.76]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m33MGTE7011779 for ; Thu, 3 Apr 2008 18:16:29 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id DE1C6B40F9; Thu, 3 Apr 2008 18:16:06 -0400 (EDT) In-Reply-To: <47F55070.8000109@gmx.at> (martin rudalics's message of "Thu, 03 Apr 2008 23:47:28 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 0 Rules triggered X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94290 gmane.emacs.pretest.bugs:21858 Archived-At: >> When I put a breakpoint on shrink_windows, I see it gets called with >> a min_size of 4 (and width_p is 0). I.e. it gets called with the value >> of window-min-height, just as it should. > There's no bug with `window-min-height' equalling 4. But what happens > when you set `window-min-height' to 1? I don't know, you tell me. >> I still do not understand what modelines have to do with it. > Please try with `window-min-height' 1. I see no difference (probably because my windows are large anyway). Stefan