From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: MY window tree! Date: Sun, 14 Jan 2007 16:03:34 +0100 Message-ID: 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 1168787040 14809 80.91.229.12 (14 Jan 2007 15:04:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Jan 2007 15:04:00 +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 Sun Jan 14 16:03:57 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 1H66tn-00032i-I7 for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jan 2007 16:03:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H66tn-0007wG-LW for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jan 2007 10:03:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H66tY-0007v8-29 for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 10:03:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H66tW-0007tu-Nu for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 10:03:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H66tV-0007tk-UC for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 10:03:37 -0500 Original-Received: from [64.233.182.188] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H66tU-0005SA-NB for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 10:03:37 -0500 Original-Received: by nf-out-0910.google.com with SMTP id h2so1786146nfe for ; Sun, 14 Jan 2007 07:03:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K444ztNiSlofyDCgecET62Tg5ocOsZAkl0dOC1FbKKIBN1hQiLGlV+C9W/YaWOiG/dVa1rsaEUkVuhD2r9guTBG2jjzCK0dwCGbrlRghV7OLElTtc5q6Odn2iyzAIADBDqU3wY5Kn1gWwBk0nxE9gKVm9T2vgcgDx572iIa/VGs= Original-Received: by 10.82.113.6 with SMTP id l6mr430576buc.1168787014690; Sun, 14 Jan 2007 07:03:34 -0800 (PST) Original-Received: by 10.82.146.7 with HTTP; Sun, 14 Jan 2007 07:03:34 -0800 (PST) Original-To: "Lennart Borgman (gmail)" In-Reply-To: <45AA17CE.9050009@gmail.com> Content-Disposition: inline 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:40293 Archived-At: 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. /L/e/k/t/u