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 09:30:21 -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 1067127773 17690 80.91.224.253 (26 Oct 2003 00:22:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2003 00:22:53 +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 02:22:51 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 1ADYgF-0004cV-00 for ; Sun, 26 Oct 2003 02:22:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADYeP-0003pL-J5 for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Oct 2003 20:20:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ADYdh-0003g8-9Q for help-gnu-emacs@gnu.org; Sat, 25 Oct 2003 20:20:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ADYd7-0003UO-1J for help-gnu-emacs@gnu.org; Sat, 25 Oct 2003 20:20:08 -0400 Original-Received: from [210.50.76.52] (helo=smtp02.syd.iprimus.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADYd6-0003Tk-DY for help-gnu-emacs@gnu.org; Sat, 25 Oct 2003 20:19:36 -0400 Original-Received: from ABE (210.50.171.82) by smtp02.syd.iprimus.net.au (7.0.020) id 3F8F522A002BE2A2; Sun, 26 Oct 2003 11:19:34 +1100 Original-To: Lars Brinkhoff In-Reply-To: <8565ijazsy.fsf@junk.nocrew.org> Original-Lines: 10 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:13542 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13542 Lars Brinkhoff 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? -- jan