bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: another symbol-printing fix


From: Paul Jarc
Subject: Re: another symbol-printing fix
Date: Mon, 05 Jan 2004 13:55:08 -0500
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

I wrote:
>       * print.c (scm_print_symbol_name): Handle #{`foo}#, #{,foo}#,
>       and #{.}# specially.
>
> This is still not complete, though.  There are still problem cases
> like #{0.0}#, #{-i}#, etc.

This patch handles those numeric cases.  It incorporates and overrides
my earlier patch.  After this, there are no remaining buggy cases to
solve, AFAIK: any symbol, no matter how strange, should be able to be
written and re-read, resulting in the same symbol.

        * print.c (scm_print_symbol_name): Handle #{`foo}#, #{,foo}#,
        #{.}#, and all numeric strings specially.


paul

Attachment: print-numbers.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]