index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
compile.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
*
Tighten and simplify typescript compilation-mode regexps (bug#61104)
Mattias Engdegård
2023-02-06
1
-8
/
+20
*
Add support for TypeScript compilation to compile.el (bug#61104)
Jostein Kjønigsen
2023-02-04
1
-0
/
+18
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
compile.el: Fix regression with nb of errors in modeline
Stefan Monnier
2022-12-15
1
-0
/
+1
*
; Fix typos (don't abbreviate "with" or "without")
Stefan Kangas
2022-12-01
1
-1
/
+1
*
* lisp/progmodes/compile.el (compilation-mode-line-errors): Use `defvar`
Stefan Monnier
2022-10-24
1
-1
/
+1
*
; Update the doc string of 'compilation-auto-jump-to-first-error'
Eli Zaretskii
2022-10-10
1
-2
/
+7
*
Fix some misleading quoting in cl-case
Lars Ingebrigtsen
2022-09-13
1
-2
/
+2
*
Fix remaining byte-compile warnings in loaddefs.el
Lars Ingebrigtsen
2022-07-31
1
-0
/
+1
*
Reformulate compile-command condition
Lars Ingebrigtsen
2022-07-31
1
-1
/
+1
*
Clean up more robustly in compile.el
João Távora
2022-07-25
1
-15
/
+16
*
(compilation-parse-errors-function): Remove obsolete var
Stefan Monnier
2022-07-21
1
-95
/
+26
*
Recognize Gradle error messages in compile-mode
Lars Ingebrigtsen
2022-06-30
1
-1
/
+10
*
More robust `gnu` pattern (bug#56249)
Mattias Engdegård
2022-06-29
1
-6
/
+7
*
Complete transition to rx for compilation `gnu` pattern
Mattias Engdegård
2022-06-29
1
-34
/
+39
*
Fix compilation-mode parsing of file names in Gradle errors
Lars Ingebrigtsen
2022-06-29
1
-8
/
+9
*
Make `M-x grep' work better with "git grep"
Lars Ingebrigtsen
2022-06-02
1
-0
/
+3
*
Allow running several commands in compilation-start
Lars Ingebrigtsen
2022-05-17
1
-23
/
+38
*
Add new user option compilation-hidden-output
Lars Ingebrigtsen
2022-05-16
1
-2
/
+41
*
Add more compilation-auto-jump-to-first-error options
Lars Ingebrigtsen
2022-05-10
1
-16
/
+49
*
Make compilation-parse-errors more resilient
Lars Ingebrigtsen
2022-05-06
1
-2
/
+3
*
Fix compilation-max-output-line-length type
Lars Ingebrigtsen
2022-04-30
1
-1
/
+1
*
Truncate output from grep
Lars Ingebrigtsen
2022-04-30
1
-2
/
+46
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Tighten `gnu` compile regexp further
Mattias Engdegård
2021-11-24
1
-3
/
+2
*
|
Simplify `gnu` compilation-mode regexp
Mattias Engdegård
2021-11-22
1
-7
/
+2
*
|
Improve error parsing for GCC -fanalyzer output
Philip Kaludercic
2021-11-21
1
-1
/
+4
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-16
1
-1
/
+2
|
\
|
|
*
Improve documentation string for 'compilation-error-regexp-alist'.
Philipp Stephani
2021-10-16
1
-1
/
+2
*
|
Mark def* macros for indentation
Lars Ingebrigtsen
2021-10-13
1
-0
/
+1
|
/
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-3
/
+5
*
Don't use `format' on strings without % format directives
Lars Ingebrigtsen
2021-09-21
1
-1
/
+1
*
Make 'compile' respect buffer-local process environment
Augusto Stoffel
2021-09-16
1
-0
/
+9
*
; Minor doc fixes found by checkdoc
Stefan Kangas
2021-09-13
1
-4
/
+4
*
Fix problem with symlinks in compile buffers
Lars Ingebrigtsen
2021-08-26
1
-3
/
+6
*
; compilation-error-regexp-alist-alist): eval-when-compile
Mattias Engdegård
2021-07-31
1
-1
/
+2
*
Off-by-one error in compilation rule end-column function (bug#49624)
Mattias Engdegård
2021-07-23
1
-5
/
+8
*
Count compile errors when FILE is a function
Mattias Engdegård
2021-07-18
1
-1
/
+1
*
compilation-goto-locus does not handle right display-buffer
pillule
2021-03-28
1
-2
/
+3
*
Fix problem in Tramp running two async processes in parallel
Michael Albinus
2021-03-16
1
-6
/
+1
*
Add command to recenter errors from Occur/Grep buffers
Tino Calancha
2021-02-07
1
-0
/
+4
*
Prefer defvar-local in progmodes/*.el
Stefan Kangas
2021-01-31
1
-10
/
+5
*
Fix Bug#45518 in compile.el
Michael Albinus
2021-01-29
1
-1
/
+6
*
Merge from origin/emacs-27
Paul Eggert
2021-01-01
1
-4
/
+4
|
\
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Stricter gradle-kotlin message pattern
Mattias Engdegård
2020-12-09
1
-5
/
+14
[next]