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

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

bug#8576: 23.2; js-mode doesn't support multi-line variable declarations


From: Stefan Monnier
Subject: bug#8576: 23.2; js-mode doesn't support multi-line variable declarations
Date: Wed, 15 Feb 2012 15:41:48 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

> I'll work on a fix, at least for indentation.  The trouble is that the
> fix involves a potentially unbounded amount of backward parsing.

AFAIK all indentation algorithms involve some unbounded amount of
backward parsing, except for some rare exceptions where the language's
syntax is sufficiently limited/redundant (and line-oriented).


        Stefan





reply via email to

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