From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: mouse-drag-mode-line should maybe use window-tree Date: Fri, 02 Dec 2005 13:22:05 -0500 Message-ID: References: <200511251837.jAPIbONx025976@brains.moreideas.ca> <438F8DA5.1040102@ourcomments.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1133548629 31222 80.91.229.2 (2 Dec 2005 18:37:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 18:37:09 +0000 (UTC) Cc: emacs@whaite.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 02 19:37:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EiFeB-0003V4-TH for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 19:28:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiFeA-0007Cn-BN for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 13:28:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EiFXw-00012b-2Y for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:22:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EiFXt-00010z-Nw for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:22:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiFXt-00010m-Bv for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:22:09 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EiFXt-0006Lj-Ve for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:22:10 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EiFXp-000402-5Y; Fri, 02 Dec 2005 13:22:05 -0500 Original-To: Lennart Borgman In-reply-to: <438F8DA5.1040102@ourcomments.org> (message from Lennart Borgman on Fri, 02 Dec 2005 00:56:21 +0100) 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:46896 Archived-At: To me the documentation for `adjust-window-trailing-edge' looks like it is doing the same thing as `enlarge-window' with preserve-before set to t. Am I missing something? They are not the same, because adjust-window-trailing-edge will never delete a window. I will update the doc of enlarge-window to make it clear that it can delete windows.