From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: records as s-expressions Date: Thu, 13 Nov 2003 01:08:56 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87n0b1165j.fsf@zagadka.ping.de> References: <87llrxcan4.fsf@zagadka.ping.de> <87fzhtq87a.fsf@zagadka.ping.de> <87ad80rjs5.fsf@zagadka.ping.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068682264 24714 80.91.224.253 (13 Nov 2003 00:11:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2003 00:11:04 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Nov 13 01:11:01 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AK54f-0002BK-00 for ; Thu, 13 Nov 2003 01:11:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AK61p-0008L2-DD for guile-devel@m.gmane.org; Wed, 12 Nov 2003 20:12:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AK60d-00084Y-PY for guile-devel@gnu.org; Wed, 12 Nov 2003 20:10:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AK607-0007yB-HP for guile-devel@gnu.org; Wed, 12 Nov 2003 20:10:54 -0500 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AK607-0007xz-22 for guile-devel@gnu.org; Wed, 12 Nov 2003 20:10:23 -0500 Original-Received: from dialin.speedway42.dip164.dokom.de ([195.138.42.164] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1AK55N-0001Le-00 for guile-devel@gnu.org; Thu, 13 Nov 2003 01:11:45 +0100 Original-Received: (qmail 29273 invoked by uid 1000); 13 Nov 2003 00:08:56 -0000 Original-To: Thamer Al-Harbash In-Reply-To: (Paul Jarc's message of "Thu, 16 Oct 2003 17:40:59 -0400") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3008 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3008 prj@po.cwru.edu (Paul Jarc) writes: > Marius Vollmer wrote: >> Something like this: >> >> (define r (make-record-type foo '(a b) readable-record-printer)) >> (register-record-reader 'foo foo) > > Is there any reaon that make-record-type should not automatically > register the type name for reading as well as printing? Hmm, the only reason I can think of is that record type names are not necessarily unique right now. But they wont magically become unique when we print them readably... So yes, I think we can make records print readably by default. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel