[racket] DrRacket find

From: Taegyoon Kim (steloflute at gmail.com)
Date: Fri May 9 22:13:20 EDT 2014

Ok, I got the idea. It shows the number of matches before the insertion
point (cursor).

Taegyoon
 2014. 5. 10. 오전 11:03에 "Robby Findler" <robby at eecs.northwestern.edu>님이 작성:

> Try putting the insertion point after the last search hit.
>
> Robby
>
> On Fri, May 9, 2014 at 8:17 PM, Taegyoon Kim <steloflute at gmail.com> wrote:
> > In DrRacket, the find/replace window shows "0/2, 1/2 Matches". (Total
> > matches = 2)
> >
> > Inconsistency! "0/1, 1/1 Matches" if the intention is zero-based array.
> >
> > I think it should display "1/2, 2/2 Matches" for better
> human-friendliness.
> >
> > --
> > p.s. Take a look at L++ | https://bitbucket.org/ktg/l if time permits.
> >
> > L++ is a programming language that transcompiles to C++. It uses
> Lisp-like
> > syntax.
> >
> > It is written in Racket and uses Racket's macro system.
> >
> > ____________________
> >   Racket Users list:
> >   http://lists.racket-lang.org/users
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140510/f5b6edfd/attachment.html>

Posted on the users mailing list.