all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah Lee <xah@xahlee.org>
To: help-gnu-emacs@gnu.org
Subject: what's "weakness" in elisp's hash table?
Date: Thu, 3 Jan 2008 08:43:09 -0800 (PST)	[thread overview]
Message-ID: <be001af5-0978-48c1-975e-2fe461f712e3@s8g2000prg.googlegroups.com> (raw)

in emacs lisp, when creating a hash table, there's the “:weakness”
thing.

See
http://xahlee.org/elisp/Creating-Hash.html

what does that mean? Suppose if i do

  (setq myhash (make-hash-table :test 'equal :weakness 'key))
  (puthash "mary" "19" myhash)
  ...

Then, the "mary" would disappear if i don't access it??

  Xah
  xah@xahlee.org
\xAD\xF4 http://xahlee.org/

             reply	other threads:[~2008-01-03 16:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-03 16:43 Xah Lee [this message]
2008-01-03 21:15 ` what's "weakness" in elisp's hash table? Tassilo Horn
2008-01-06  9:45 ` =?ISO-8859-1?Q?what's_"weakness"_in_elisp's_hash_table??= Tim X

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=be001af5-0978-48c1-975e-2fe461f712e3@s8g2000prg.googlegroups.com \
    --to=xah@xahlee.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.