summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* Introduce 'compilation-annotation' text propertyAugusto Stoffel2023-02-271-14/+21
* Tighten and simplify typescript compilation-mode regexps (bug#61104)Mattias Engdegård2023-02-061-8/+20
* Add support for TypeScript compilation to compile.el (bug#61104)Jostein Kjønigsen2023-02-041-0/+18
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* compile.el: Fix regression with nb of errors in modelineStefan Monnier2022-12-151-0/+1
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+1
* * lisp/progmodes/compile.el (compilation-mode-line-errors): Use `defvar`Stefan Monnier2022-10-241-1/+1
* ; Update the doc string of 'compilation-auto-jump-to-first-error'Eli Zaretskii2022-10-101-2/+7
* Fix some misleading quoting in cl-caseLars Ingebrigtsen2022-09-131-2/+2
* Fix remaining byte-compile warnings in loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
* Reformulate compile-command conditionLars Ingebrigtsen2022-07-311-1/+1
* Clean up more robustly in compile.elJoão Távora2022-07-251-15/+16
* (compilation-parse-errors-function): Remove obsolete varStefan Monnier2022-07-211-95/+26
* Recognize Gradle error messages in compile-modeLars Ingebrigtsen2022-06-301-1/+10
* More robust `gnu` pattern (bug#56249)Mattias Engdegård2022-06-291-6/+7
* Complete transition to rx for compilation `gnu` patternMattias Engdegård2022-06-291-34/+39
* Fix compilation-mode parsing of file names in Gradle errorsLars Ingebrigtsen2022-06-291-8/+9
* Make `M-x grep' work better with "git grep"Lars Ingebrigtsen2022-06-021-0/+3
* Allow running several commands in compilation-startLars Ingebrigtsen2022-05-171-23/+38
* Add new user option compilation-hidden-outputLars Ingebrigtsen2022-05-161-2/+41
* Add more compilation-auto-jump-to-first-error optionsLars Ingebrigtsen2022-05-101-16/+49
* Make compilation-parse-errors more resilientLars Ingebrigtsen2022-05-061-2/+3
* Fix compilation-max-output-line-length typeLars Ingebrigtsen2022-04-301-1/+1
* Truncate output from grepLars Ingebrigtsen2022-04-301-2/+46
* 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