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: Wed, 26 Mar 2008 16:54:31 -0400 Message-ID: References: <47E42196.8010302@gmail.com> <47E927F4.4000509@gmx.at> <47E9347C.5000905@gmail.com> <47E94B35.4080507@gmx.at> <47E95C8F.4050604@gmail.com> <47E9783C.8060406@gmx.at> <47E9FDD2.4010205@gmx.at> <47EA83A7.9000305@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206564958 17526 80.91.229.12 (26 Mar 2008 20:55:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 20:55:58 +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 Wed Mar 26 21:56:28 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 1JeceV-000648-Kp for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 21:55:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jecdu-0003CC-8k for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 16:54:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jecdq-0003By-By for emacs-devel@gnu.org; Wed, 26 Mar 2008 16:54:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jecdo-0003Bd-Bd for emacs-devel@gnu.org; Wed, 26 Mar 2008 16:54:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jecdo-0003Ba-9h for emacs-devel@gnu.org; Wed, 26 Mar 2008 16:54:36 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jecdn-000600-UJ for emacs-devel@gnu.org; Wed, 26 Mar 2008 16:54:36 -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 1Jecdn-0003ca-Jz for emacs-pretest-bug@gnu.org; Wed, 26 Mar 2008 16:54:35 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jecdk-0005yq-LL for emacs-pretest-bug@gnu.org; Wed, 26 Mar 2008 16:54:35 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jecdk-0005yc-DK for emacs-pretest-bug@gnu.org; Wed, 26 Mar 2008 16:54:32 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuAEAMdU6kdMCrTo/2dsb2JhbACBWqoF X-IronPort-AV: E=Sophos;i="4.25,560,1199682000"; d="scan'208";a="16903700" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 26 Mar 2008 16:54:31 -0400 Original-Received: from pastel.home ([76.10.180.232]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id GXC92131; Wed, 26 Mar 2008 16:54:31 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 75FEE7F9E; Wed, 26 Mar 2008 16:54:31 -0400 (EDT) In-Reply-To: <47EA83A7.9000305@gmx.at> (martin rudalics's message of "Wed, 26 Mar 2008 18:11:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:93552 gmane.emacs.pretest.bugs:21703 Archived-At: > ;; Setting window-min-height to a value like 1 can lead to very > ;; bizarre displays because it also allows Emacs to make *other* > ;; windows 1-line tall, which means that there's no more space for > ;; the modeline. > but I probably wouldn't mind setting them to 2. Rather keep a window of > height 2 and resize it when needed than have Emacs delete it. But if Emacs can always resist the temptation to delete a window of size 2, surely it can resist the temptation to delete one of size 3 (or more)? Stefan