unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Documentation error: srfi-13, string-tokenize
@ 2004-08-11 16:44 Mike Small
  2004-08-11 22:02 ` Kevin Ryde
  2004-09-07  9:25 ` Marius Vollmer
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Small @ 2004-08-11 16:44 UTC (permalink / raw)



The description of string-tokenize in 1.6.4
(doc/ref/srfi-modules.texi) does not seem to be quite accurate.  The
part under the Scheme Procedure heading looks like it was fixed in
head in cvs, but the synopsis just under the miscellaneous heading
still implies that the token_char argument can be a single character
and that it matches the delimiters instead of the tokens themselves:

----------------------------------------------------------------------
Miscellaneous

   `string-replace' is for replacing a portion of a string with another
string and `string-tokenize' splits a string into a list of strings,
breaking it up at a specified character.
----------------------------------------------------------------------

Maybe this could be changed to something like the following:

----------------------------------------------------------------------
Miscellaneous

   `string-replace' is for replacing a portion of a string with another
string and `string-tokenize' splits a string into a list of strings,
breaking it up on characters not belonging to a specified character set.
----------------------------------------------------------------------


-- 
Mike Small
smallm@panix.com


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Documentation error: srfi-13, string-tokenize
  2004-08-11 16:44 Documentation error: srfi-13, string-tokenize Mike Small
@ 2004-08-11 22:02 ` Kevin Ryde
  2004-09-07  9:25 ` Marius Vollmer
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Ryde @ 2004-08-11 22:02 UTC (permalink / raw)
  Cc: bug-guile

Mike Small <smallm@panix.com> writes:
>
> The description of string-tokenize in 1.6.4
> (doc/ref/srfi-modules.texi) does not seem to be quite accurate.  The
> part under the Scheme Procedure heading looks like it was fixed in
> head in cvs,

Thanks, I brought that across.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Documentation error: srfi-13, string-tokenize
  2004-08-11 16:44 Documentation error: srfi-13, string-tokenize Mike Small
  2004-08-11 22:02 ` Kevin Ryde
@ 2004-09-07  9:25 ` Marius Vollmer
  1 sibling, 0 replies; 3+ messages in thread
From: Marius Vollmer @ 2004-09-07  9:25 UTC (permalink / raw)
  Cc: bug-guile

Mike Small <smallm@panix.com> writes:

> Maybe this could be changed to something like the following:
>
> ----------------------------------------------------------------------
> Miscellaneous
>
>    `string-replace' is for replacing a portion of a string with another
> string and `string-tokenize' splits a string into a list of strings,
> breaking it up on characters not belonging to a specified character set.
> ----------------------------------------------------------------------

Yes, excellent.  I have changed the text.  Thanks!


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-07  9:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-11 16:44 Documentation error: srfi-13, string-tokenize Mike Small
2004-08-11 22:02 ` Kevin Ryde
2004-09-07  9:25 ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).