From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: window-dedicated-p's "window's dedicated object" Date: Fri, 25 May 2007 19:14:14 +0200 Message-ID: References: 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 1180113269 22524 80.91.229.12 (25 May 2007 17:14:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 May 2007 17:14:29 +0000 (UTC) Cc: Emacs-Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 25 19:14:27 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 1HrdMr-0002BC-DU for ged-emacs-devel@m.gmane.org; Fri, 25 May 2007 19:14:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HrdMq-0006qP-Td for ged-emacs-devel@m.gmane.org; Fri, 25 May 2007 13:14:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HrdMm-0006q9-Mn for emacs-devel@gnu.org; Fri, 25 May 2007 13:14:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HrdMl-0006pu-A6 for emacs-devel@gnu.org; Fri, 25 May 2007 13:14:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HrdMl-0006pr-4N for emacs-devel@gnu.org; Fri, 25 May 2007 13:14:15 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HrdMk-00014z-TW for emacs-devel@gnu.org; Fri, 25 May 2007 13:14:15 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 55so364892wri for ; Fri, 25 May 2007 10:14:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o+PSkriNeUsJM0GyBN3NfrGufbkUyRJ8tBGHBSfwpwsdBB3zN7ZsXMmCka5JEeYLOoqiQ5GANSXHrndZOttZeADyrpvY17BVAYvh/eKb85OfgiihWAIPa+VJDW/CrlypgcIRt4GIsDUsm1OZgNiHNl3SGk6gM15Ql1zC4nn003A= 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=iWziUZjhyJ87qQOPfcFy06kZkq9k4mYxC2g28/zdkMtycdSi9sU2OYHVEEs1b7lm+x/zroXF838tp0NiuahnAbHL826YmDkSyJW2hsN66tvAc+sJ1/Xd4LE5+ZZ5eceFbswh26jC9VMbgMbBtNYUhslsy4+T2ZA7+tePI3W49R8= Original-Received: by 10.90.33.16 with SMTP id g16mr2607882agg.1180113254413; Fri, 25 May 2007 10:14:14 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Fri, 25 May 2007 10:14:14 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:71808 Archived-At: On 5/25/07, Stefan Monnier wrote: > I made this change because I use it. And I hope to install changes in the > future which make use of it (by providing different levels of dedication). Cool. Thanks for clearing this up, Juanma