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

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

bug#25529: diagnosis and one approach to a fix


From: Dmitry Gutov
Subject: bug#25529: diagnosis and one approach to a fix
Date: Tue, 7 Feb 2017 15:11:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

On 07.02.2017 15:07, Tom Tromey wrote:

Dmitry> I'm not sure. Normally, that helps deal with multiline literals, but
Dmitry> regexps in JavaScript are single-line. Maybe Stefan remembers.

Based on discussion in the multi-mode thread, I'm thinking perhaps it
handles the case where the start of the regexp literal was syntax-ified
but not the end.

That's the idea, but syntax-propertize runs syntax-propertize-extend-region-functions, which extends to the beginning of the line of the edited region.

So if we made an edit inside a line containing a regexp, START should be at the beginning of that line.

There could be some edge cases, though.





reply via email to

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