From: Kevin Ryde <user42@zip.com.au>
Subject: doco srfi-13 string-replace
Date: Sat, 24 May 2003 07:33:58 +1000 [thread overview]
Message-ID: <874r3lny9l.fsf@zip.com.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
FYI:
* srfi-modules.texi (SRFI-13 Miscellaneous): In string-replace, start1
and end1 are not optional.
I'll apply this change to the 1.6 branch too, since it's contrary to
the spec and the code, though it's not really a big deal.
[-- Attachment #2: srfi-modules.texi.string-replace.diff --]
[-- Type: text/plain, Size: 582 bytes --]
--- srfi-modules.texi.~1.14.~ 2003-05-22 11:33:27.000000000 +1000
+++ srfi-modules.texi 2003-05-23 18:07:50.000000000 +1000
@@ -1799,7 +1799,7 @@
another string and @code{string-tokenize} splits a string into a list of
strings, breaking it up at a specified character.
-@deffn {Scheme Procedure} string-replace s1 s2 [start1 end1 start2 end2]
+@deffn {Scheme Procedure} string-replace s1 s2 start1 end1 [start2 end2]
Return the string @var{s1}, but with the characters
@var{start1} @dots{} @var{end1} replaced by the characters
@var{start2} @dots{} @var{end2} from @var{s2}.
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next reply other threads:[~2003-05-23 21:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-23 21:33 Kevin Ryde [this message]
2003-05-23 21:38 ` doco srfi-13 string-replace Kevin Ryde
2003-06-01 23:08 ` Marius Vollmer
2003-06-02 8:23 ` Martin Grabmueller
2003-06-02 15:58 ` Marius Vollmer
2003-06-03 6:56 ` Martin Grabmueller
2003-06-03 13:01 ` Marius Vollmer
2003-06-04 15:45 ` Kevin Ryde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874r3lny9l.fsf@zip.com.au \
--to=user42@zip.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).