Replace/RE/All = seg-error !?



I need to clean-up text fetched by lynx/links, by
removing the numbered links.
Eg.     * 2.4 [11]What is the Challenge of the TUNES Project?
     * 2.5  [12]Couldn't  TUNES  be  just a normal application running
===
should automatically replace both:
"[11]" and "[12]". So using Edit/Replace with the
RE facility, I use: \[[0-9]*\]
meaning:
\[ = an open bracket
[0-9] = any element of the set "0" thru "9"
* = zero or more times-repeated
\] = closing bracket.
It usually works. But sometimes I get <seg error>.
That seems to be on bigger files.
And it seems that if it seg-errors ONCE, it will
also seg-error on the next/different file.

BTW, does the new version still have bad-arrow-keys
after exiting <spell check> ?

== TIA.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]