I disagree. The line you mentioned indeed leads to a problem, namely that 
`\macroname\macroname` is treated as a single word, but that is a different 
problem.

In my opinion, the best solution for both problems would be to patch the 
geanylatex plugin to autocomplete the word `macro` with `macroname` only if it 
is preceded by a `\`. Then removing the `\` from `wordchars` where you 
mentioned would make geany correctly recognize `\macroname\macro` as `macro`, 
and the latex plugin would be able to autocomplete it.

If this solution is acceptable, I could implement it.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1000#issuecomment-211054166

Reply via email to