From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: hash-table-{to, from}-alist Date: Mon, 24 Nov 2008 10:44:44 -0500 Message-ID: References: <863aknitfg.fsf@lifelogs.com> <20080830051807.GB9625@tomas> <86bpwe9su5.fsf@lifelogs.com> <867i6z1jo5.fsf_-_@lifelogs.com> <86ej14vhvg.fsf@lifelogs.com> <20081122054510.GA28298@tomas> <873ahkkkt5.fsf@xemacs.org> <20081122152126.GA4142@tomas> <87vdufk6do.fsf@xemacs.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1227542372 23370 80.91.229.12 (24 Nov 2008 15:59:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 15:59:32 +0000 (UTC) Cc: tzz@lifelogs.com, tomas@tuxteam.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 17:00:33 2008 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 1L4drK-00015b-OV for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 17:00:22 +0100 Original-Received: from localhost ([127.0.0.1]:59056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4dqB-00056T-Ar for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 10:59:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4dj5-0001oJ-Ms for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:51:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4din-0001ba-Ay for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:51:38 -0500 Original-Received: from [199.232.76.173] (port=50544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4dim-0001Ux-4R for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:51:32 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57121) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4dcV-00067k-CJ for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:45:03 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L4dcC-0000Np-Vc; Mon, 24 Nov 2008 10:44:45 -0500 In-reply-to: <87vdufk6do.fsf@xemacs.org> (stephen@xemacs.org) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:106075 Archived-At: BTW, it turns out that in XEmacs and its descendants prin1 uses the CL structure syntax when `print-readably' is bound to t: #s(hash-table size 1 data (x x-value)) Being compatible with that seems like a good idea, if there is no obstacle.