aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/compile.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix font-lock in Compilation modeEli Zaretskii2017-09-091-0/+10
* Show number of errors in compilation-mode mode-lineTom Tromey2017-08-071-23/+55
* Merge from origin/emacs-25Paul Eggert2017-03-191-1/+3
|\
| * Add helpful comment to compile-command's docstringNoam Postavsky2017-01-071-1/+3
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Clarify doc string of internal compilation functionLars Ingebrigtsen2016-05-011-2/+4
* | Add a new compile error regexp for Clang includesPhilipp Stephani2016-12-181-0/+7
* | ; Update file name in commentPhilipp Stephani2016-12-101-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-011-1/+1
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-1/+1
* | Clarify doc string of internal compilation functionLars Ingebrigtsen2016-04-271-2/+4
* | Regexps for matching CMake outputJö Fahlke2016-04-231-0/+7
|/
* Comint and compile no longer set EMACSPaul Eggert2016-04-081-8/+0
* Comint, term, and compile now set EMACSPaul Eggert2016-03-231-0/+8
* Fix compilation next-error in buffers with selective-displayEli Zaretskii2016-01-031-5/+17
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Expunge occurrences of `setq' with an odd number of arguments.Alan Mackenzie2015-11-231-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-2/+2
* Support MSW filename style for ant compilation error regexpVincent Belaïche2015-10-041-1/+1
* (compilation-error-regexp-alist-alist): Tone down guile-fileJostein Kjønigsen2015-09-201-1/+23
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-3/+3
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* * lisp/progmodes/compile.el: Assume 8-wide TABs (bug#21038)Magnus Henoch2015-08-131-2/+4
* Have `compilation-set-window' use right window for getting fringes (Bug#20829)Martin Rudalics2015-07-041-3/+3
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-3/+3
* Update Maven compilation-mode entry to distinguish warningsPaul Pogonyshev2015-05-191-1/+1
* Stop messing with the EMACS env varStefan Monnier2015-04-091-5/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24; up to 117656Glenn Morris2014-11-011-0/+6
|\
| * Fix bug #18856 with failure to fontify compilation buffers.Eli Zaretskii2014-11-011-0/+6
* | Merge from emacs-24; up to 117634Glenn Morris2014-10-291-1/+10
|\ \ | |/
| * Fix bug #18874 with rgrep not obeying grep-scroll-output.Eli Zaretskii2014-10-291-1/+10
* | * lisp/progmodes/compile.el (compilation--previous-directory): Simplify.Stefan Monnier2014-10-151-13/+7
* | Support Guile backtraces in compilation mode.Jan Nieuwenhuizen2014-08-131-0/+2
* | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-281-4/+2
* | Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.orgGlenn Morris2014-05-111-6/+7
|\ \ | |/
| * * compile.el (recompile): Handle C-u M-x recompile from non-compilation bufferGlenn Morris2014-05-081-6/+7
* | Use rx for `gnu' compile patternDaniel Colascione2014-05-051-10/+40
|/
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * progmodes/compile.el (compile-goto-error): Do not push-mark.Leo Liu2013-12-161-4/+3
* Bug#16045Michael Albinus2013-12-061-5/+1
* * lisp/window.el (display-buffer-no-window): New action function.Juri Linkov2013-12-031-3/+3
* * window.el (display-buffer-alist, display-buffer): Document theLeo Liu2013-11-191-11/+16
* compile: Support GNU Make-4.0 directory quoting (tiny change)Jed Brown2013-10-231-2/+2
* * lisp/progmodes/compile.el (compilation-parse-errors):Stefan Monnier2013-10-071-3/+4
* * lisp/progmodes/compile.el (compilation-start): Try globbing the arg to `cd'.Kevin Rodgers2013-10-021-1/+10
* Tweak some settings of compile-commandGlenn Morris2013-08-131-1/+3
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1