Bugs item #1017609, was opened at 2004-08-27 16:12
Message generated for change (Settings changed) made by mainzelm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=1017609&group_id=10493
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: hetz (chetz)
Assigned to: Martin Gasbichler (mainzelm)
Summary: read-delimited with character predicate
Initial Comment:
In section 7 of the manual it says,
that the char-set argument from
(read-delimited char-set [port handle-delim])
could be a character predicate, but:
13> (read-delimited char-digit?)
Error: ->char-set: Not a charset, string or char.
#{Procedure 14381 (char-digit? in char-predicates-
lib)}
14>
----------------------------------------------------------------------
>Comment By: Martin Gasbichler (mainzelm)
Date: 2005-10-18 17:07
Message:
Logged In: YES
user_id=17553
I fixed the manual because SRFI-14's x->char-set does not
accept char predicates either.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=1017609&group_id=10493
|