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

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

bug#39595: #39595: M-x compile still very line-length weak


From: Mattias Engdegård
Subject: bug#39595: #39595: M-x compile still very line-length weak
Date: Sat, 15 Feb 2020 17:45:54 +0100

15 feb. 2020 kl. 08.35 skrev Eli Zaretskii <eliz@gnu.org>:

> I'm okay with disabling 'omake' if we have nowhere else to ask.

We may not have to, after all.  Reading the OMake sources, it very much looks 
like errors are indented by exactly 6 spaces, which means that we can replace 
(* " ") with (? "6 spaces") which is a lot faster.

Having done that, it turned out that recognising ruby-Test::Unit errors 
depended on the old 'omake' regexp rewriting (another reason to disable omake 
by default, perhaps), so that regexp had to be fixed as well.

Along with the two previous patches (for msft, watcom and maven), this should 
reduce the cost of long lines to something more tolerable for the time being.

Attachment: 0001-Make-OMake-support-slightly-less-expensive-bug-39595.patch
Description: Binary data


reply via email to

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