From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: hashtable-print-readable provide point Date: Sat, 08 Aug 2009 15:55:26 -0400 Message-ID: References: <87skg5d02c.fsf@anzu.internal.golden-gryphon.com> <87ab2aqhax.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249761348 32729 80.91.229.12 (8 Aug 2009 19:55:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Aug 2009 19:55:48 +0000 (UTC) Cc: Ted Zlatanov , Andreas Schwab , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 08 21:55:40 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MZs0w-0001nq-B6 for ged-emacs-devel@m.gmane.org; Sat, 08 Aug 2009 21:55:38 +0200 Original-Received: from localhost ([127.0.0.1]:59261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZs0v-00007l-Uf for ged-emacs-devel@m.gmane.org; Sat, 08 Aug 2009 15:55:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZs0r-00007g-Gf for emacs-devel@gnu.org; Sat, 08 Aug 2009 15:55:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZs0m-00005D-2E for emacs-devel@gnu.org; Sat, 08 Aug 2009 15:55:32 -0400 Original-Received: from [199.232.76.173] (port=38480 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZs0l-000050-WA for emacs-devel@gnu.org; Sat, 08 Aug 2009 15:55:28 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:50763 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZs0l-0002H6-MX for emacs-devel@gnu.org; Sat, 08 Aug 2009 15:55:27 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuMEAHt0fUpFxL8W/2dsb2JhbACBUs0yhBcFgUyFbA X-IronPort-AV: E=Sophos;i="4.43,346,1246852800"; d="scan'208";a="43196208" Original-Received: from 69-196-191-22.dsl.teksavvy.com (HELO ceviche.home) ([69.196.191.22]) by ironport2-out.teksavvy.com with ESMTP; 08 Aug 2009 15:55:26 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id C26D9B40CD; Sat, 8 Aug 2009 15:55:26 -0400 (EDT) In-Reply-To: <87ab2aqhax.fsf@cyd.mit.edu> (Chong Yidong's message of "Sat, 08 Aug 2009 14:41:42 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113818 Archived-At: >> (when (hash-table-p (read-from-string (prin1-to-string (make-hash-table)))) >> (provide 'hashtable-print-readable)) > The test doesn't seem to work. Is the code implemented correctly? This is email-code, of course: guaranteed 100% untested. Stefan