Greetings!  We made it ansi compliant -- specifically it ignores
trailing newlines, so that (read-char-no-hang) at the prompt does not
return #\Newline, but rather

(read-char-no-hang)

NIL

>(read-char-no-hang)a

#\a

>

Please let me know if this causes you problems.

Take care,

root <d...@axiom-developer.org> writes:

> Camm,
>
> In the latest version of GCL-2.6.8pre there is a change to the function
> READ-CHAR-NO-HANG that seems to break Axiom's new browse function.
>
> Can you tell me what changed?
>
> Tim
>
>
>
>

-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to