The function tempo-complete-tag (C-c M-Tab) is not working
when the
cursor is at line 1 col 1.
The tempo-match-finder pattern is
"[^-a-zA-Z0-9_]\([-a-zA-Z0-9_]+\)\=".
If I set it to be "\b\([^\b]+\)\=" the bug
disappears.
Unfortunately it does not match hyphen so
"gen-event" is not found.
I have tried some combination without much success. So I
hope a regex
master out there will be able to figure out a correct
pattern.
Thanks for your help.
_______________________________________________
erlang-bugs mailing list
erlang-bugs erlang.org
ht
tp://www.erlang.org/mailman/listinfo/erlang-bugs
|