On Dec 6, 1:06 pm, "Ville M. Vainio" <[EMAIL PROTECTED]> wrote:
> Can that by changed? Why do they need to know the whole file, as
> opposed to just a block of text? Can they be fooled by saying that the
> block is the whole file?
The problem, now fully solved, is that the pattern matchers work on
text that can span lines. That can't change without rewriting all the
pattern matchers and all the pattern matching code, and probably all
the files in leo/Modes.
The solution was to deduce where each line (block) fits into the big
picture, and to call the pattern matchers in the global context.
Edward
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---