aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/compile.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Speed up 'maven' compilation error message regexpMattias Engdegård2020-02-171-4/+16
* Remove redundant 'msft' compilation error rule (bug#39595)Mattias Engdegård2020-02-141-7/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Trivial docstring fixesJuanma Barranquero2019-12-241-1/+1
* Fix an error with remote file name in compile.elMichael Albinus2019-12-181-11/+5
* Compilation Mode: Fix arrow handling when compilation-context-lines is tAlan Mackenzie2019-11-171-16/+29
* Fix a few more minor quoting problems.Paul Eggert2019-11-111-1/+1
* Make ant regexp in compilation-error-regexp-alist-alist more laxFilipp Gunbin2019-11-011-2/+5
* Add gradle-kotlin to compilation-error-regexp-alist-alistFilipp Gunbin2019-10-291-0/+10
* Fix hitting RET on some text in compilation-modeLars Ingebrigtsen2019-10-131-3/+9
* In compilation-tear-down-arrow-spec-in-margin, test compilation-arrow-overlayAlan Mackenzie2019-10-131-4/+5
* Fix compilation-transform-file-match-alist failureLars Ingebrigtsen2019-10-121-12/+13
* * lisp/progmodes/compile.elAndreas Schwab2019-10-101-2/+1
* Allow filtering out warnings/errors from compile.el detectionLars Ingebrigtsen2019-10-101-12/+44
* Support GNU make error messages in compile mode.Paul Smith2019-10-051-0/+6
* Fix error in gnu compilation-mode regexp (bug#37582)Mattias Engdegård2019-10-041-1/+1
* Remove the compilation-arrow-overlay on a major mode change/reinitializationAlan Mackenzie2019-09-291-1/+4
* Fix untidinesses in compile.el.Alan Mackenzie2019-09-081-7/+4
* Repair change to compilation-context-lines (bug#36832)Mattias Engdegård2019-09-041-1/+2
* Use left margin to hold "=>" to indicate current error in fringeless windowsAlan Mackenzie2019-09-031-26/+49
* Introduce new value t for compilation-context-lines to eliminate scrollingAlan Mackenzie2019-08-251-22/+68
* Merge commit '9b480db6732c6d2e886838f112d9bd46fc8989bf'Stephen Leake2019-07-301-6/+36
|\
| * * lisp/progmodes/compile.el: Fix bug#36803.Stefan Monnier2019-07-271-3/+9
| * Fix many-compilations case of compilation-goto-in-progress-bufferLars Ingebrigtsen2019-07-251-1/+4
| * Make "Compiling" in the mode line a clickable commandLars Ingebrigtsen2019-07-231-3/+24
* | Improve doc strings for some -search-path variablesStephen Leake2019-07-301-2/+3
|/
* * lisp/progmodes/compile.el (compilation-filter): `compilation--ensure-parse'Juri Linkov2019-07-121-1/+1
* * lisp/progmodes/compile.el (compilation-filter): Use font-lock-ensureJuri Linkov2019-07-121-0/+2
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Don't check comp-buffer-name-function in derived mode (Bug#34956)Troy Hinckley2019-04-041-2/+1
* * lisp/progmodes/compile.el (compilation-error-regexp-alist): TypoStefan Monnier2019-04-041-1/+1
* * lisp/progmodes/compile.el: Use non-nil values for *-functionStefan Monnier2019-04-031-14/+19
* * lisp/progmodes/compile.el: Allow 'line' functions in error-regexp-alistStefan Monnier2019-04-031-126/+89
* Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723Michael Albinus2019-03-091-9/+10
* Merge from origin/emacs-26Glenn Morris2019-03-011-1/+1
|\
| * Fix last change on 'compilation-parse-errors'Tobias Bading2019-03-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2019-02-151-11/+11
|\ \ | |/
| * Fix faces in compilation messagesDaniel Lopez2019-02-151-11/+11
* | * lisp/progmodes/compile.el: Remove redundant :groupsStefan Monnier2019-02-151-52/+23
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Make compilation mode work with warnings from compiled buffer functionsAlan Mackenzie2018-11-281-18/+29
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-6/+0
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-14/+0
|/