From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83281 Path: news.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.gnus.general Subject: Re: XEmacs hash table representation (was XEmacs builds failing - gnus-spec.el) Date: Thu, 06 Jun 2013 09:06:27 -0700 Message-ID: <3218.1370534787@rawbw.com> References: <87d2rzuwjd.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1370534851 23383 80.91.229.3 (6 Jun 2013 16:07:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Jun 2013 16:07:31 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31547@lists.math.uh.edu Thu Jun 06 18:07:30 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ukcin-0001Sr-8L for ding-account@gmane.org; Thu, 06 Jun 2013 18:07:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Ukci0-0005PO-L7; Thu, 06 Jun 2013 11:06:40 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ukchz-0005PA-20 for ding@lists.math.uh.edu; Thu, 06 Jun 2013 11:06:39 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Ukchu-0002m2-1d for ding@lists.math.uh.edu; Thu, 06 Jun 2013 11:06:38 -0500 Original-Received: from shell0.rawbw.com ([198.144.192.45] ident=root) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Ukchs-0000Rh-2H for ding@gnus.org; Thu, 06 Jun 2013 18:06:32 +0200 Original-Received: from rawbw.com (m208-249.dsl.rawbw.com [198.144.208.249]) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r56G6RJo031225 for ; Thu, 6 Jun 2013 09:06:28 -0700 (PDT) (envelope-from mike.kupfer@xemacs.org) In-Reply-To: Ted's message of "Thu, 06 Jun 2013 10:46:30 EDT." <87d2rzuwjd.fsf@lifelogs.com> X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.3.1 X-Spam-Score: -0.5 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83281 Archived-At: Ted Zlatanov wrote: > On Sun, 02 Jun 2013 09:22:34 -0700 Mike Kupfer wrote: > MK> I did some > MK> (very) limited testing, and it looked like the printed representations > MK> of hash tables are compatible between Emacs and XEmacs. > > They are not, unfortunately... I forget the exact issues because this > was years ago but there were some annoying cases with the data, both > with the metadata and with the string encodings. Rats. Okay, thanks for the information. mike