emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hash-table-{to, from}-alist


From: Florian Beck
Subject: Re: hash-table-{to, from}-alist
Date: Thu, 06 Aug 2009 18:58:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Ted Zlatanov <address@hidden> writes:

> I've committed the patch with the usual ChangeLog information.

I was in eager anticipation for this patch, but I can't get it to work
with strings as keys:

(let ((hashtable (make-hash-table :test 'equal)))
  (puthash "key" "value" hashtable)
  (gethash "key" (car (read-from-string (prin1-to-string hashtable)))))

  => nil

Why?  

-- 
Florian Beck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]