How to use the syntax table?
Plamen Tanovski <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
Hi,
how can I match the argument of a LaTeX command in a
query-replace-regexp? Let us have
\gogo{asdfas \bobo{adfasd}a adsf} asdf \gogo{adfasd}
Neither \\gogo{.*\s) nor \\gogo{.*?\s) do the right match. And also
how can I find braces across the lines?
At least, why is ` punctuation (and ' not)?
Best regrads,