]> git.eshelyaron.com Git - emacs.git/commit
Make compilation-mode regexp matching case-sensitive (bug#40119)
authorMattias Engdegård <mattiase@acm.org>
Wed, 18 Mar 2020 15:01:02 +0000 (16:01 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 25 Mar 2020 20:41:49 +0000 (21:41 +0100)
commitd08c9472e821615da06f92756e49c271be8da7f1
treecbfb74ec17bf4a25f5d57a85d780ac0d46e049c5
parent1060a6401b8ee9aaa4b2056025402e7fa1ad1643
Make compilation-mode regexp matching case-sensitive (bug#40119)

The number of regexps is large, they are written independently of one
another, and they frequently intersect.  Using case-sensitive matching
improves separation and performance, and is probably what everyone
have being assuming was used by compilation-mode all along.

* lisp/progmodes/compile.el (compilation-error-case-fold-search): New.
(compilation-parse-errors): Bind case-fold-search to
compilation-error-case-fold-search during matching.
* etc/NEWS: Announce.
etc/NEWS
lisp/progmodes/compile.el