From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herring, Davis" Newsgroups: gmane.emacs.devel Subject: RE: [Emacs-diffs] /srv/bzr/emacs/trunk r109890: Do not mark objects from deleted buffers, windows and frames. Date: Thu, 6 Sep 2012 07:00:50 +0000 Message-ID: References: ,<504848D0.4020908@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1346914867 2863 80.91.229.3 (6 Sep 2012 07:01:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2012 07:01:07 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Dmitry Antipov , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 06 09:01:09 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 1T9W5K-00037g-HF for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2012 09:01:06 +0200 Original-Received: from localhost ([::1]:40982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9W5H-0002Hz-A3 for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2012 03:01:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9W59-0002Hj-HJ for emacs-devel@gnu.org; Thu, 06 Sep 2012 03:01:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9W58-0002uz-G9 for emacs-devel@gnu.org; Thu, 06 Sep 2012 03:00:55 -0400 Original-Received: from proofpoint5.lanl.gov ([204.121.3.53]:50796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9W58-0002uv-5f for emacs-devel@gnu.org; Thu, 06 Sep 2012 03:00:54 -0400 Original-Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by proofpoint5.lanl.gov (8.14.4/8.14.4) with ESMTP id q8670qHi030389; Thu, 6 Sep 2012 01:00:52 -0600 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mailrelay2.lanl.gov (Postfix) with ESMTP id 49C831DB935B; Thu, 6 Sep 2012 01:00:52 -0600 (MDT) X-NIE-2-Virus-Scanner: amavisd-new at mailrelay2.lanl.gov Original-Received: from ECS-EXG-P-CH07.win.lanl.gov (ecs-exg-p-ch07.win.lanl.gov [128.165.106.17]) by mailrelay2.lanl.gov (Postfix) with ESMTP id 34DAD1DB9356; Thu, 6 Sep 2012 01:00:52 -0600 (MDT) Original-Received: from ECS-EXG-P-MB01.win.lanl.gov ([169.254.1.44]) by ECS-EXG-P-CH07.win.lanl.gov ([128.165.106.17]) with mapi id 14.02.0309.002; Thu, 6 Sep 2012 01:00:52 -0600 Thread-Topic: [Emacs-diffs] /srv/bzr/emacs/trunk r109890: Do not mark objects from deleted buffers, windows and frames. Thread-Index: AQHNi5O85gtShoSkhUS23PrYLtTlyZd9RowA//+cutw= In-Reply-To: <504848D0.4020908@yandex.ru> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.165.185.6] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855, 1.0.431, 0.0.0000 definitions=2012-09-06_02:2012-09-06, 2012-09-06, 1970-01-01 signatures=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 204.121.3.53 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:153090 Archived-At: > but this requires a kind of=0A= > finalization for saved_window_data objects (when such an object dies,=0A= > it's finalizer should clear corresponding bits in all recorded windows).= =0A= =0A= Not that you're implementing this just now, but you'd have to use a referen= ce count, since more than one window configuration could refer to a window.= =0A= =0A= Davis=