From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [patch] proposal tiny cleanup for window code Date: Wed, 07 Nov 2007 23:42:02 -0500 Message-ID: References: <47319A3B.7030200@yandex.ru> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194496939 718 80.91.229.12 (8 Nov 2007 04:42:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 04:42:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 05:42:23 2007 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 1IpzDg-0001e3-2l for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 05:42:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpzDU-00087Q-S3 for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 23:42:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpzDQ-00086B-8p for emacs-devel@gnu.org; Wed, 07 Nov 2007 23:42:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpzDP-00085m-L8 for emacs-devel@gnu.org; Wed, 07 Nov 2007 23:42:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpzDP-00085d-DY for emacs-devel@gnu.org; Wed, 07 Nov 2007 23:42:03 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpzDP-0003iN-4d for emacs-devel@gnu.org; Wed, 07 Nov 2007 23:42:03 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IpzDO-0007xj-Rp; Wed, 07 Nov 2007 23:42:02 -0500 In-reply-to: <47319A3B.7030200@yandex.ru> (message from Dmitry Antipov on Wed, 07 Nov 2007 13:58:03 +0300) 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:82786 Archived-At: It could be that we can delete too_small_ok. Or maybe it is a bug that its value is not used. I think the original aim of too_small_ok was that once a window was allowed to get smaller than the normal minimum, it would forever remain allowed to get smaller than the normal minimum. It could be that the addition of `adjust-window-trailing-edge', and the resulting simplification of functions to change the sizes of lots of windows, made this idea unnecessary. But it would be best for someone to study the code and check that.