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: hash-table-{to, from}-alist Date: Mon, 24 Nov 2008 11:58:15 -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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227553526 1617 80.91.229.12 (24 Nov 2008 19:05:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 19:05:26 +0000 (UTC) Cc: "Stephen J. Turnbull" , tomas@tuxteam.de, tzz@lifelogs.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 20:06:27 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 1L4glD-0005uo-CK for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 20:06:15 +0100 Original-Received: from localhost ([127.0.0.1]:44459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4gk4-0006JG-5I for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 14:05:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4elR-0001yZ-La for emacs-devel@gnu.org; Mon, 24 Nov 2008 11:58:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4elQ-0001x2-2K for emacs-devel@gnu.org; Mon, 24 Nov 2008 11:58:21 -0500 Original-Received: from [199.232.76.173] (port=39042 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4elP-0001wn-LK for emacs-devel@gnu.org; Mon, 24 Nov 2008 11:58:19 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:41373) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4elN-0002tE-Tz; Mon, 24 Nov 2008 11:58:18 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswEAINrKknO+J+z/2dsb2JhbACBbc89gnyBHQ X-IronPort-AV: E=Sophos;i="4.33,660,1220241600"; d="scan'208";a="30231915" Original-Received: from 206-248-159-179.dsl.teksavvy.com (HELO pastel.home) ([206.248.159.179]) by ironport2-out.teksavvy.com with ESMTP; 24 Nov 2008 11:58:17 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 93F648107; Mon, 24 Nov 2008 11:58:15 -0500 (EST) In-Reply-To: (Richard M. Stallman's message of "Mon, 24 Nov 2008 10:44:44 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (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:106095 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. Indeed. Stefan