Email list hosting service & mailing list manager

The rest of the issues I found: Jim Rees (24 Feb 2016 17:48 UTC)
Re: The rest of the issues I found: Alex Shinn (29 Feb 2016 04:10 UTC)
Re: The rest of the issues I found: Jim Rees (29 Feb 2016 15:25 UTC)
Re: The rest of the issues I found: Jim Rees (29 Feb 2016 15:25 UTC)
Re: The rest of the issues I found: Alex Shinn (13 Mar 2016 07:37 UTC)
Re: The rest of the issues I found: Jim Rees (13 Mar 2016 15:17 UTC)

Re: The rest of the issues I found: Alex Shinn 13 Mar 2016 04:46 UTC

On Mon, Feb 29, 2016 at 9:46 PM, Jim Rees <xxxxxx@gmail.com> wrote:
> I noticed Chibi's string-find-right returns the matching index + 1, or START
> on failure, instead of what this SRFI would suggest.
>
> After playing with my own proposal, and realizing that every find-right
> result has to be incremented by 1 to be useful, I realize Chibi is doing it
> better.

Credit where it's due, this was Alan Watson's idea.
I wasn't sure at first, but it does simplify a lot of idioms.
Removing the need for a separate "before start" cursor
is also a nice simplification.

--
Alex