Re: .text search unexpected match



vince.darley@xxxxxxxxx wrote:
> Tk 8.5 has a '-strictlimits' flag to 'search' which will do what you
> want (see TIP 155).

Many thanks for this hint. I could barely have figured out by myself.

I had a look at the doc for the text widget in Tk8.5 but it says no
word about -strictlimits, be it in 8.5a3 or even in cvs HEAD.

>>From what I can read in the source code in /library/text.c, this option
is apparently implemented but I have no working 8.5 at hand to test.

TIP 155 has been implemented and committed in the cvs late october 2003
so it's a rather old story. Therefore I suspect that -strictlimits has
simply been forgotten when updating the text widget .n doc file.

Francois

.