From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: MY window tree! Date: Sun, 14 Jan 2007 16:29:53 +0100 Message-ID: <45AA4C71.7040605@gmail.com> References: <45A8B034.8020301@gmx.at> <45A9F965.4080007@gmail.com> <45AA1382.2030506@gmx.at> <45AA17CE.9050009@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168881368 11785 80.91.229.12 (15 Jan 2007 17:16:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Jan 2007 17:16:08 +0000 (UTC) Cc: martin rudalics , 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 18:16:05 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by lo.gmane.org with esmtp (Exim 4.50) id 1H6VJZ-00028l-Tc for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jan 2007 18:08:09 +0100 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1H6VIw-0008SU-2q for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jan 2007 18:07:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H67JU-0005Yw-Ky for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jan 2007 10:30:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H67JF-0005Wc-Pr for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 10:30:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H67JE-0005Vx-WB for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 10:30:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H67JE-0005Vk-ON for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 10:30:12 -0500 Original-Received: from [80.76.149.213] (helo=ch-smtp02.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H67JE-0002h8-6N for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 10:30:12 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:63773 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1H67JB-0002cx-9d; Sun, 14 Jan 2007 16:30:10 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: Juanma Barranquero In-Reply-To: X-Antivirus: avast! (VPS 0703-0, 2007-01-13), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1H67JB-0002cx-9d. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1H67JB-0002cx-9d f8ba50a6a685f228051449e18a19906e 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:40311 Archived-At: Juanma Barranquero wrote: > On 1/14/07, Lennart Borgman (gmail) wrote: > >> I do not understand what you mean with "overlay relationships" here. >> Emacs overlays (if that is what you mean) is tighed to the buffer, not >> the window. > >> From the node "Overlay Properties" of the Emacs Lisp Reference: > > `window' > If the `window' property is non-`nil', then the overlay applies > only on that window. Oh, thanks, I never noticed that. Useful. But these overlays could of course be saved and restored too.