From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: MY window tree! Date: Mon, 15 Jan 2007 19:44:54 +0100 Message-ID: <45ABCBA6.3090205@gmx.at> References: <45A8B034.8020301@gmx.at> <45AAA21C.6090505@gmail.com> <45AAB98F.8060404@gmail.com> <45AB2CDB.1040207@gmx.at> <45AB7C99.6050002@gmail.com> <45AB8B1F.7010408@gmail.com> <45AB92A8.7030300@gmail.com> <45ABAC9E.9020607@gmail.com> <45ABBB05.9090804@gmx.at> <45ABBE37.9090202@gmail.com> <45ABC0AF.2040601@gmx.at> <45ABC4FB.3090003@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168892159 26171 80.91.229.12 (15 Jan 2007 20:15:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Jan 2007 20:15:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, michael@cadilhac.name Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 15 21:15:56 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H6Wqf-00030U-Ho for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jan 2007 19:46:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6Wqf-0004XY-C8 for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jan 2007 13:46:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6WoP-0002iH-1R for help-gnu-emacs@gnu.org; Mon, 15 Jan 2007 13:44:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6WoN-0002gb-A4 for help-gnu-emacs@gnu.org; Mon, 15 Jan 2007 13:44:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6WoN-0002gP-3B for help-gnu-emacs@gnu.org; Mon, 15 Jan 2007 13:44:03 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1H6WoM-0003sL-DR for help-gnu-emacs@gnu.org; Mon, 15 Jan 2007 13:44:02 -0500 Original-Received: (qmail invoked by alias); 15 Jan 2007 18:43:58 -0000 Original-Received: from N764P027.adsl.highway.telekom.at (EHLO [62.47.39.123]) [62.47.39.123] by mail.gmx.net (mp048) with SMTP; 15 Jan 2007 19:43:58 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: "Lennart Borgman (gmail)" In-Reply-To: <45ABC4FB.3090003@gmail.com> X-Y-GMX-Trusted: 0 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40331 Archived-At: >> > I can not see why only displayed buffers should be interesting. A >> buffer >> > that is not currently displayed could also have a 'window property >> > pointing to some of those windows we are interested in. Or? >> >> No. A dead window is never resurrected. The window property of that >> overlay is of no use until you reassign it the value of a live window. > > > > Maybe we are miscommunicating. I am talking about displayed BUFFERS > while I wonder if you and Juanma perhaps talks about displayed WINDOWS. > > Or am I misunderstanding something? Above you said "a buffer ... could have a 'window property". I don't know of such a property of a buffer. I've been always talking about overlays with a 'window property. Overlays belong to a buffer. Note that a buffer can have two or more overlays with different window properties. Hence the buffer's text may appear differently when it is simultaneously displayed in two windows. When I remove the 'window property from an overlay the overlay should appear in all windows displaying the buffer the overlay belongs to.