bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16390: 24.3.50; [PATCH] texinfo-mode does not fontify @math{2^{61}}


From: Bastien
Subject: bug#16390: 24.3.50; [PATCH] texinfo-mode does not fontify @math{2^{61}} correctly
Date: Wed, 08 Jan 2014 09:28:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:

> Don't use regexps for this. Use a matcher function that scans for the
> end of the sexp.

Is it really worth a dedicated function, when the regexp
is good enough to deal with nested curly braces?  It deals
with only one level of nesting, but I don't think we need
more.

If this is the right thing to do, can you point at an
example of such a matcher function?

-- 
 Bastien





reply via email to

[Prev in Thread] Current Thread [Next in Thread]