summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):Stefan Monnier2010-09-081-8/+25
* Fix Ruby compilation error matching.Chong Yidong2010-09-041-11/+5
* Give Ruby compilation rule a lower priority than Gnu (Bug#6778).Chong Yidong2010-08-141-4/+4
* Merge from emacs-23Juanma Barranquero2010-07-271-1/+1
|\
| * Doc fix to commentary (Bug#6653).Chong Yidong2010-07-171-1/+1
| * Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).Chong Yidong2010-04-201-7/+10
* | Add compilation regexps for cucumber and ruby.Aleksei Gusev2010-07-101-1/+12
* | * progmodes/compile.el (compilation-buffer-modtime): Rename fromStefan Monnier2010-05-081-5/+5
* | * progmodes/compile.el: (compilation-start): Abbreviate default directory.Stefan Monnier2010-04-231-1/+2
* | * compile.el (compilation-save-buffers-predicate): Add missing :version tag.Glenn Morris2010-04-091-1/+2
* | (compilation-save-buffers-predicate): Remove the "autoload" cookie.Sam Steingold2010-04-091-1/+0
* | (compilation-save-buffers-predicate): New custom variable.Sam Steingold2010-04-071-2/+19
* | Fix for `compile' (Bug#5771).Chong Yidong2010-03-281-1/+2
* | fix a typo in last patchSam Steingold2010-03-241-1/+1
* | Fix bug#5620: recalculate all markers on compilation bufferSam Steingold2010-03-231-3/+6
|/
* * progmodes/compile.el (compilation-error-regexp-alist-alist): InChong Yidong2010-02-201-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * compile.el (compilation-read-command): Doc fix.Chong Yidong2010-01-091-1/+6
* Fix compile-command's safe-local-variable condition.Chong Yidong2010-01-091-1/+1
* * textmodes/ispell.el (ispell-skip-region-alist):Dan Nicolaescu2009-11-121-1/+1
* * widget.el (define-widget): Purecopy the docstring.Dan Nicolaescu2009-11-111-1/+1
* * compilation.txt: Add one more error message for msft (Bug#4100).Chong Yidong2009-11-081-3/+5
* Fix typos in comments.Juanma Barranquero2009-10-261-1/+1
* fix a typo in the last patchSam Steingold2009-10-131-1/+1
* (compilation-mode-font-lock-keywords): Do not prepend "^ *" toSam Steingold2009-10-121-5/+4
* (compilation-next-error-function): Fix theSam Steingold2009-10-121-10/+7
* * progmodes/compile.el (compilation-goto-locus): Use next-error-move-function.Richard M. Stallman2009-08-131-2/+4
* Update comment (from Kevin Ryde).Chong Yidong2009-08-101-5/+13
* (compilation-mode-font-lock-keywords): Omake sometimes indents theSam Steingold2009-07-101-2/+12
* * progmodes/compile.el (compilation-error-regexp-alist-alist):Chong Yidong2009-06-171-3/+4
* * progmodes/compile.el (compilation-filter): If inserting at endRichard M. Stallman2009-05-181-2/+11
* (compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo ...Sam Steingold2009-03-041-0/+5
* (compilation-move-to-column): Guard against negative col values.Sam Steingold2009-03-031-1/+1
* Fix last change.Chong Yidong2009-02-211-1/+1
* (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173).Chong Yidong2009-02-211-1/+1
* (compilation-error-regexp-alist-alist):Nick Roberts2009-02-191-4/+4
* Require comint at top level to fix the last patch.Sam Steingold2009-02-181-1/+2
* (compilation-filter): Call `comint-carriage-motion', just like `comint-output...Sam Steingold2009-02-171-1/+5
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (compilation-read-command): Extracted from compile.Sam Steingold2008-12-041-7/+14
* (compilation-auto-jump-to-first-error):Juri Linkov2008-11-221-1/+1
* (compilation-start-hook): New hook.Sam Steingold2008-11-181-1/+13
* Minor doc fix, suggested by Juri Linkov.Chong Yidong2008-11-171-1/+1
* (compilation-mode-tool-bar-map): Check if tool-bar-map has beenChong Yidong2008-10-121-19/+22
* (compilation-mode-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-20/+19
* (compilation-start): Resurrect the version for systems that don't supportEli Zaretskii2008-10-091-31/+63
* (compilation-start): Make sure to move to point-maxMartin Rudalics2008-10-041-5/+9
* * progmodes/compile.el (compilation-start): Don't disable undo inStefan Monnier2008-06-131-14/+22
* (compilation-filter): Fix up last change.Stefan Monnier2008-06-111-0/+1
* * window.c (Vwindow_point_insertion_type): New var.Stefan Monnier2008-06-101-3/+8