[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tex-validate-region reports false errors on some LaTeX commands
From: |
martin rudalics |
Subject: |
Re: tex-validate-region reports false errors on some LaTeX commands |
Date: |
Sun, 09 Sep 2007 10:37:06 +0200 |
User-agent: |
Mozilla Thunderbird 1.0 (Windows/20041206) |
> The easy fix is to simply ignore open parentheses (also open square
> brackets) that are preceded by a backslash. If things are fixed this
> way, then mismatched uses of \(, \), \[, and \] will not be diagnosed,
> but that is better than reporting zillions of false errors.
We could give the backslash before paren style characters some
syntax-table property (punctuation?). We'd match "\(" with ")" then.
Would that harm much?