On Sun, Dec 12, 2010 at 12:30 AM, SegundoBob <[email protected]> wrote:
> I think c.find_h() would be more useful if it used re.search() instead > of re.match(). Using quicksearch, you only get the strict regex search if you use r: in the headline. So this wouldn't help as much as you think, at least in terms of using quicksearch. I do admit that using re.match was a sort of arbitrary choice, and I'm open to "relaxing" it if you think it'll be helpful. > This change would not give up any functionality because beginning a > regex with ^ restricts the expression to matching the beginning of the > string: Good point. -- Ville M. Vainio @@ Forum Nokia -- 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.
