Adds menubar, datadef, helpdef and keydef to the functions list,
allows spaces or tabs between the left margin and the text, and
allows tabs everywhere that a space was required.
John Kopp
Columbia, MD
Oops| I missed the fact that I had increased the size of
expression to 255. In 2001, I encountered a similar problem with
the variable s in FindPara, told Sammy, and he increased its size
to 255 characters. Before recent versions, the regex search engine
could not handle an expression of 110 characters. I don't know
what the limit actually is. I remember there was some discussion
regarding this, but I've forgotten all the details.
Anyway, the short answer is: In the function mCompressView(...),
change expression[100] to expression[255].
John Kopp