summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Tighten `gnu` compile regexp furtherMattias Engdegård2021-11-241-3/+2
* | Simplify `gnu` compilation-mode regexpMattias Engdegård2021-11-221-7/+2
* | Improve error parsing for GCC -fanalyzer outputPhilip Kaludercic2021-11-211-1/+4
* | Merge from origin/emacs-28Glenn Morris2021-10-161-1/+2
|\ \ | |/
| * Improve documentation string for 'compilation-error-regexp-alist'.Philipp Stephani2021-10-161-1/+2
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-0/+1
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-3/+5
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-1/+1
* Make 'compile' respect buffer-local process environmentAugusto Stoffel2021-09-161-0/+9
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-4/+4
* Fix problem with symlinks in compile buffersLars Ingebrigtsen2021-08-261-3/+6
* ; compilation-error-regexp-alist-alist): eval-when-compileMattias Engdegård2021-07-311-1/+2
* Off-by-one error in compilation rule end-column function (bug#49624)Mattias Engdegård2021-07-231-5/+8
* Count compile errors when FILE is a functionMattias Engdegård2021-07-181-1/+1
* compilation-goto-locus does not handle right display-bufferpillule2021-03-281-2/+3
* Fix problem in Tramp running two async processes in parallelMichael Albinus2021-03-161-6/+1
* Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-071-0/+4
* Prefer defvar-local in progmodes/*.elStefan Kangas2021-01-311-10/+5
* Fix Bug#45518 in compile.elMichael Albinus2021-01-291-1/+6
* Merge from origin/emacs-27Paul Eggert2021-01-011-4/+4
|\
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Stricter gradle-kotlin message patternMattias Engdegård2020-12-091-5/+14
* | Prefer setq-local in compile.elStefan Kangas2020-12-081-26/+22
* | Only use the comint environment in comint-derived modesAlyssa Ross2020-12-071-1/+2
* | Make the 'cucumber' compilation pattern work without 'omake'Mattias Engdegård2020-11-271-4/+11
* | Reformat comment for 'gnu' compilation ruleMattias Engdegård2020-11-151-33/+34
* | Fix javac message parsing column number off-by-oneMattias Engdegård2020-11-061-10/+13
* | Don't do compilation-transform-file-match-alist if there's no file nameLars Ingebrigtsen2020-10-271-6/+6
* | Keep track of matching rules in compilation-modeMattias Engdegård2020-10-191-20/+26
* | Hoist some loop-invariant variable bindings in compile.elMattias Engdegård2020-10-191-98/+99
* | Search harder for file name matches in *compilation* buffersDavid Engster2020-10-151-0/+34
* | Make M-x compile skip the header when looking for errors etcLars Ingebrigtsen2020-09-291-1/+12
* | Fix some defcustom typesLars Ingebrigtsen2020-09-251-1/+2
* | Support shellcheck in compilation-modeStefan Kangas2020-09-221-0/+3
* | Fix compilation-mode-map doc stringakater2020-09-141-2/+1
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-5/+2
* | Protect compilation-auto-jump against code killing the bufferLars Ingebrigtsen2020-09-051-6/+7
* | Bind 'n' and 'p' in compilation-mode-mapStefan Kangas2020-08-301-0/+2
* | Add support for parsing column numbers in Visual Studio messagesDaniel Martín2020-08-281-2/+2
* | Parse the whole buffer at once in compile.elJonas Bernoulli2020-08-141-4/+1
* | gcc-include compilation lines are now INFO, instead of WARNINGDima Kogan2020-08-131-2/+2
* | * lisp/progmodes/compile.el: Remove unnecessary comments.Jonas Bernoulli2020-08-131-2/+0
* | javac support in compilation-parse-errors rulesFilipp Gunbin2020-04-011-3/+23
* | Turn compilation-error-case-fold-search into a defvarMattias Engdegård2020-03-281-4/+6
* | Make compilation-mode regexp matching case-sensitive (bug#40119)Mattias Engdegård2020-03-251-1/+10
|/
* Make OMake support slightly less expensive (bug#39595)Mattias Engdegård2020-02-171-3/+3
* Speed up 'msft' and 'watcom' compilation error regexpsMattias Engdegård2020-02-171-2/+2