From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109890: Do not mark objects from deleted buffers, windows and frames. Date: Fri, 07 Sep 2012 11:53:04 +0200 Message-ID: <5049C400.8070400@gmx.at> References: <504848D0.4020908@yandex.ru> <5048D826.3040103@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347011578 14497 80.91.229.3 (7 Sep 2012 09:52:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2012 09:52:58 +0000 (UTC) Cc: Dmitry Antipov , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 11:53:00 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T9vFD-0002iM-9N for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2012 11:52:59 +0200 Original-Received: from localhost ([::1]:41904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9vFA-00035J-6G for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2012 05:52:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9vF3-0002rM-Lf for emacs-devel@gnu.org; Fri, 07 Sep 2012 05:52:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9vF2-0000U4-KW for emacs-devel@gnu.org; Fri, 07 Sep 2012 05:52:49 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:46737) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T9vF2-0000Tz-9i for emacs-devel@gnu.org; Fri, 07 Sep 2012 05:52:48 -0400 Original-Received: (qmail invoked by alias); 07 Sep 2012 09:52:47 -0000 Original-Received: from 62-47-56-101.adsl.highway.telekom.at (EHLO [62.47.56.101]) [62.47.56.101] by mail.gmx.net (mp070) with SMTP; 07 Sep 2012 11:52:47 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/C5lQv2jPCwn3YqYVHDN1drOsMlPD0v/clq00AwJ gJeFa3pC6FvGkO In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153142 Archived-At: > If you're looking at W, that means there's a reference to it, and > assuming that window is deleted, I say there's a 99% chance that the > reference to it comes from a window-config. I don't know of an easy way to get a dead window's identity from a stored window configuration. So I supoose that in 99% of all cases the reference comes from a user variable holding a reference to that window. martin