From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Resizing may delete windows Date: Thu, 03 Apr 2008 23:47:28 +0200 Message-ID: <47F55070.8000109@gmx.at> References: <47E42196.8010302@gmail.com> <47E9347C.5000905@gmail.com> <47E94B35.4080507@gmx.at> <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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207259169 23679 80.91.229.12 (3 Apr 2008 21:46:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2008 21:46:09 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, "Jan D." , "Lennart Borgman \(gmail\)" , Michael Kifer To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 03 23:46:41 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 1JhXGU-0002NA-PG for ged-emacs-devel@m.gmane.org; Thu, 03 Apr 2008 23:46:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhXFs-0005kF-3t for ged-emacs-devel@m.gmane.org; Thu, 03 Apr 2008 17:45:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhXFm-0005k3-Qh for emacs-devel@gnu.org; Thu, 03 Apr 2008 17:45:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhXFl-0005ja-P8 for emacs-devel@gnu.org; Thu, 03 Apr 2008 17:45:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhXFl-0005jX-N1 for emacs-devel@gnu.org; Thu, 03 Apr 2008 17:45:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhXFl-0000Kl-Df for emacs-devel@gnu.org; Thu, 03 Apr 2008 17:45:49 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JhXFl-0002Cc-5A for emacs-pretest-bug@gnu.org; Thu, 03 Apr 2008 17:45:49 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JhXFh-0000KL-Ex for emacs-pretest-bug@gnu.org; Thu, 03 Apr 2008 17:45:48 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JhXFh-0000K7-0q for emacs-pretest-bug@gnu.org; Thu, 03 Apr 2008 17:45:45 -0400 Original-Received: (qmail invoked by alias); 03 Apr 2008 21:45:43 -0000 Original-Received: from 62-47-32-174.adsl.highway.telekom.at (EHLO [62.47.32.174]) [62.47.32.174] by mail.gmx.net (mp002) with SMTP; 03 Apr 2008 23:45:43 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+lMfBj0uClQbI/RQV+rLO00lusYjsxUUyAjTw5CQ jtOPBT/aEbtNTE User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:94286 gmane.emacs.pretest.bugs:21857 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? That was the original scenario we discussed. > I still do not understand what modelines have to do with it. Please try with `window-min-height' 1.