From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jan Newsgroups: gmane.emacs.help Subject: Re: Object identity Date: 26 Oct 2003 14:45:45 -0800 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <8565ijazsy.fsf@junk.nocrew.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067139871 31841 80.91.224.253 (26 Oct 2003 03:44:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2003 03:44:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 26 04:44:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ADbpN-0000hz-00 for ; Sun, 26 Oct 2003 04:44:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADbpC-0002Ru-H2 for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Oct 2003 23:44:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ADbow-0002RX-8C for help-gnu-emacs@gnu.org; Sat, 25 Oct 2003 23:44:02 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ADboP-00021R-P7 for help-gnu-emacs@gnu.org; Sat, 25 Oct 2003 23:44:01 -0400 Original-Received: from [210.50.30.52] (helo=smtp01.syd.iprimus.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADboJ-0001wr-TV for help-gnu-emacs@gnu.org; Sat, 25 Oct 2003 23:43:24 -0400 Original-Received: from ABE (210.50.172.125) by smtp01.syd.iprimus.net.au (7.0.020) id 3F8B009E00476BA7; Sun, 26 Oct 2003 14:43:22 +1100 Original-To: Lars Brinkhoff In-Reply-To: Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13543 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13543 jan writes: > > This is my current implementation. However, my version of Emacs > > doesn't implement weak hash tables, so it will make memory leak. > > Any ideas about how to deal with that? > > Have you tried using property lists? Scrap that idea, it wont work. Unfortunately, I didn't see the obvious until after I posted. =( -- jan