aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/compile.el
Commit message (Collapse)AuthorAgeFilesLines
* (grep-tree-command, grep-tree-files-aliases)Kim F. Storm2002-05-301-1/+119
| | | | | | | | | (grep-tree-ignore-CVS-directories, grep-tree-ignore-case): New custom variables. (grep-compute-defaults): Compute grep-tree-command's default value. (grep-expand-command-macros): New aux function. (grep-tree-last-regexp, grep-tree-last-files): New aux variables. (grep-tree): New command like grep-find but extended prompting.
* Modified doc string to say that the kill-compilation function alsoRobert J. Chassell2002-05-301-2/+2
| | | | kills processes made by a grep command; created a defalias, kill-grep.
* (compilation-error-regexp-alist):Richard M. Stallman2002-05-101-0/+4
| | | | New element to recognize Python error messages.
* (compilation-error-regexp-alist):Richard M. Stallman2002-04-061-0/+27
| | | | New alternatives for FILE:LINE.COL and for ranges of columns and lines.
* (compilation-handle-exit):Richard M. Stallman2002-03-281-0/+3
| | | | If compilation-window-height is 0, display status in echo area.
* (compilation-forget-errors): Don't adjust compilation-parsing-end if it's nil.Richard M. Stallman2002-03-251-1/+2
|
* (grep-compute-defaults): Definition moved up.Richard M. Stallman2002-02-061-55/+57
|
* (compilation-handle-exit):Richard M. Stallman2002-01-251-3/+9
| | | | | Add a compilation-handle-exit property to the "finished" message. (compilation-parse-errors): Stop parsing when that property is seen.
* (compile-internal): Fix previous change.Richard M. Stallman2001-12-291-16/+14
|
* Comment change.Richard M. Stallman2001-12-261-1/+2
|
* (compile-internal): Set TERM variable in process-environment.Richard M. Stallman2001-12-261-5/+15
|
* (compilation-error-regexp-alist): Added regexps for RXP.Miles Bader2001-12-061-0/+10
| | | | From Reto Stamm <[email protected]>.
* (recompile): Use compilation-arguments if set, so as to be able to M-xRichard M. Stallman2001-11-141-2/+5
| | | | recompile the exact command which created a compilation-mode buffer.
* (compile-goto-error): Fix previous change in the case where subsequentRichard M. Stallman2001-11-101-8/+18
| | | | errors have not been parsed yet because they are in a different source file.
* (compilation-parse-errors-filename-function):Gerd Moellmann2001-10-251-1/+14
| | | | | New variable. (compilation-parse-errors): Use it.
* (compile-mouse-goto-error, compile-goto-error): Turn caadr into caar of cdr.Stefan Monnier2001-10-231-2/+2
|
* (compilation-set-window-height): SelectGerd Moellmann2001-10-221-1/+4
| | | | old window only if it's still live.
* (compile-mouse-goto-error, compile-goto-error):Stefan Monnier2001-10-121-5/+12
| | | | | | Consider the text between two errors as belonging to the first error. (compilation-goto-locus): Use pop-to-buffer rather than switch-to-buffer-other-frame.
* (compilation-buffer-name): New function.Gerd Moellmann2001-10-051-5/+22
| | | | | (compile-internal): Use it to determine the name of the compilation buffer.
* (grep-use-null-device): New variable.Miles Bader2001-10-051-9/+52
| | | | | | | | | (grep-command): Mention `grep-use-null-device'. (grep-compute-defaults): Compute `grep-use-null-device' if necessary. Make computation of `grep-command' respect `grep-use-null-device'. (grep): Respect `grep-use-null-device'. Call `grep-compute-defaults' even if grep-command is set, if grep-use-null-device is still tentative.
* w32 find cannot be used with `grep-find'.Sam Steingold2001-09-191-5/+10
|
* (grep-compute-defaults): Don't setGerd Moellmann2001-09-131-30/+40
| | | | | | grep-command/grep-find-command when it is already non-nil. (grep-command): Make it a user option. (grep-find-command): Likewise.
* (compile-internal): If EMACS is alreadyEli Zaretskii2001-07-231-1/+5
| | | | defined in the environment, don't override its value.
* (compilation-parse-errors): `linenum' might return a this-error usingStefan Monnier2001-07-191-34/+42
| | | | the alternative format (a pair of markers).
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (compile-reinitialize-errors): Add help-echo to mouse-highlighted messages.Eli Zaretskii2001-06-171-4/+6
| | | | (compilation-forget-errors): Remove help-echo property as well.
* (grep-compute-defaults): Use null-deviceEli Zaretskii2001-04-061-2/+2
| | | | | instead of literal /dev/null. Reported by Jens Schmidt <[email protected]>.
* (grep-regexp-alist): Remove the blank fromEli Zaretskii2001-02-161-1/+3
| | | | | the character class after the (optional) drive, to support file names with embedded blanks.
* (compilation-forget-errors): Fix indentation.Gerd Moellmann2000-12-231-3/+2
|
* (grep): `tag-default' can be nil.Stefan Monnier2000-11-141-8/+8
|
* (compile-collect-regexps): Use dolist and push.Stefan Monnier2000-10-051-5/+2
|
* (grep): Provide a default set of files.Stefan Monnier2000-08-161-8/+11
| | | | | (next-error): Docstring fix. (compilation-find-file): Avoid find-file (fails in a dedicated window).
* (compilation-setup): Make variableGerd Moellmann2000-08-081-0/+1
| | | | | compilation-error-screen-columns buffer-local, as some comment in the code suggests it should be.
* (compile-internal): Style typo.Stefan Monnier2000-05-231-2/+1
|
* Add to debug-ignored-errors.Dave Love2000-05-221-0/+2
|
* (compilation-parse-errors): CollectGerd Moellmann2000-05-161-1/+1
| | | | `nomessage' regexps last.
* (compile-internal): Display the compilationGerd Moellmann2000-04-031-1/+1
| | | | buffer in a different frame, if it's already displayed there.
* (compilation-goto-locus): Delete hideshow overlays if they interfere.Thien-Thi Nguyen1999-12-261-34/+49
| | | | (compilation-find-file): Make intangible overlays tangible.
* (compilation-parse-errors): UseGerd Moellmann1999-11-181-1/+1
| | | | compilation-buffer-p instead of testing major-mode.
* * progmodes/compile.el (compilation-error-regexp-alist):Gerd Moellmann1999-10-301-4/+0
| | | | Undo previous change.
* (compilation-error-regexp-alist): RecognizeGerd Moellmann1999-10-281-0/+5
| | | | MIPS Pro 7.3 compiler error message syntax.
* Checkdoc-inspired fixes.Dave Love1999-10-271-28/+33
|
* Comment.Dave Love1999-09-091-1/+1
|
* (compilation-error-regexp-alist): New item for SGI IRIX MipsPro compilers.Richard M. Stallman1999-08-291-0/+5
|
* (compilation-error-regexp-alist):Richard M. Stallman1999-08-291-1/+3
| | | | | | Fix the Perl -w entry to allow period after line number. Don't allow newlines in file name, but allow them after line number for Perl debugging traces.
* (compilation-parsing-end,compilation-setup)Richard M. Stallman1999-08-291-8/+12
| | | | | | (compilation-filter, compilation-forget-errors) (compilation-parse-errors): Use a marker instead of an integer for `compilation-parsing-end'.
* Deal with compilation-error-screen-columns being buffer-local.Karl Heuer1999-06-271-4/+6
|
* (compilation-error-regexp-alist): AllowDave Love1999-06-091-1/+1
| | | | digits in program name in first pattern.
* (compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax.Karl Heuer1999-04-261-4/+7
|
* (grep-compute-defaults): If xargs -e isn't supported, use find -exec.Karl Heuer1999-04-261-3/+7
|