From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: RFD: [PATCH] Fixing symbol printing Date: Sun, 12 Jun 2005 00:14:21 +0300 Message-ID: <87br6ch9zm.fsf@zagadka.de> References: <87acm2uqu2.fsf@ivanova.rotty.yi.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118525181 10816 80.91.229.2 (11 Jun 2005 21:26:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Jun 2005 21:26:21 +0000 (UTC) Cc: Guile Developers Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jun 11 23:26:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DhDU1-0002fm-TB for guile-devel@m.gmane.org; Sat, 11 Jun 2005 23:25:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhDYO-00067J-29 for guile-devel@m.gmane.org; Sat, 11 Jun 2005 17:30:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DhDXL-0005nj-P4 for guile-devel@gnu.org; Sat, 11 Jun 2005 17:29:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DhDXA-0005id-Uj for guile-devel@gnu.org; Sat, 11 Jun 2005 17:28:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhDX8-0005bM-MQ for guile-devel@gnu.org; Sat, 11 Jun 2005 17:28:50 -0400 Original-Received: from [213.243.153.36] (helo=smtp3.pp.htv.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DhDJo-0002wg-PV for guile-devel@gnu.org; Sat, 11 Jun 2005 17:15:04 -0400 Original-Received: from zagadka.ping.de (cs181072157.pp.htv.fi [82.181.72.157]) by smtp3.pp.htv.fi (Postfix) with SMTP id 041CF27AC8A for ; Sun, 12 Jun 2005 00:14:21 +0300 (EEST) Original-Received: (qmail 29140 invoked by uid 1000); 11 Jun 2005 21:14:21 -0000 Original-To: Andreas Rottmann In-Reply-To: <87acm2uqu2.fsf@ivanova.rotty.yi.org> (Andreas Rottmann's message of "Tue, 07 Jun 2005 17:30:45 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5099 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:5099 Andreas Rottmann writes: > Hi! > > I've developed the following patch, which fixes R5RS-compatibility for > printing symbols starting/ending with ':'. Good! [...] > However, when the keywords reader option is set, the old behaviour is > re-established, to allow writing out these symbols in "escaped form" > so that they can be read back when the prefix keywords reader option > is turned on. Shouldn't we make a new printer option for this so that reading and writing can be controlled separately? The printer option could have a setting that says "be compatible with the reader option", which would be the default. Ok? -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel