]> git.eshelyaron.com Git - emacs.git/commit
Omit the `omake` compilation-mode rule by default
authorMattias Engdegård <mattiase@acm.org>
Wed, 4 Oct 2023 17:27:49 +0000 (19:27 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 5 Oct 2023 10:25:57 +0000 (12:25 +0200)
commitca9f0e75b1f25b02b32538246ea64e50be6c97c0
tree114a134fe69e3b76d1fc0ca12bbc80a317438203
parentcfcdb6ec2af52dd4c7b2300363a0da1c79b9b26e
Omit the `omake` compilation-mode rule by default

It keeps interfering with other rules, slowing everything down a
little bit and makes it harder to add or change other rules.  The rule
is still there and can easily be re-enabled by those who need it.

* etc/NEWS: Announce.
* lisp/progmodes/compile.el (compilation-error-regexp-alist):
Exclude `omake`.
* test/lisp/progmodes/compile-tests.el
(compile-tests--test-regexps-data):
Actually test the `cucumber` rule. Remove the `omake` test case.
(compile-test-error-regexps):
Test `omake` here.  Test other rules without `omake` included.
etc/NEWS
lisp/progmodes/compile.el
test/lisp/progmodes/compile-tests.el