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

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

bug#25861: 25.1.91; error from js-mode indentation function


From: Dmitry Gutov
Subject: bug#25861: 25.1.91; error from js-mode indentation function
Date: Fri, 24 Feb 2017 18:37:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

On 24.02.2017 17:08, Tom Tromey wrote:

While working on some JS code I noticed that when writing a certain
file, I got a "scan-error" when I typed TAB.  I tracked this down to a
buglet in js--indent-in-array-comp.

This patch fixes the problem by wrapping the call to forward-sexp there
in a condition-case.  I've added a new test case as well.

Looks good, thanks. I guess we didn't notice it until now because most people use some kind of auto-pairing solution, like electric-pair-mode.





reply via email to

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