aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/compile.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (compilation-exit-message-function): New variable.Roland McGrath1995-08-211-9/+32
* (compilation-error-regexp-alist): Add regexp for Sun ada.Roland McGrath1995-08-041-0/+4
* (grep-null-device): Defined.Richard M. Stallman1995-06-161-2/+5
* (compilation-find-file): If FILENAME is absolute, applyRoland McGrath1995-06-141-23/+39
* (compilation-mode-map): Fix capitalization in menu bar.Karl Heuer1995-05-301-4/+4
* (compilation-error-regexp-alist): In "Cray C" regexp, don't allow newlines.Roland McGrath1995-05-301-1/+1
* (compilation-error-regexp-alist): In "IBM C/C++ Tools" regexp, disallowRoland McGrath1995-05-261-1/+1
* (compilation-next-error-locus): Ignore zero column number.Roland McGrath1995-05-121-5/+12
* (compilation-error-regexp-alist): Add regexps for IBM and Cray compilers.Roland McGrath1995-05-111-1/+10
* (compile-internal): Disable undo before erasingRichard M. Stallman1995-04-291-2/+3
* (compilation-error-regexp-alist): Remove superfluous SGI cc regexp.Roland McGrath1995-04-101-4/+0
* (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc.Roland McGrath1995-04-081-1/+3
* (compilation-sentinel): Use `format'; `concat' doesn'tKarl Heuer1995-03-241-3/+2
* (compilation-buffer-p): Fix braino in last change: switch to the buffer first.Roland McGrath1995-03-061-13/+24
* (compilation-buffer-p): Check for compilation-minor-mode orRoland McGrath1995-02-261-2/+2
* (compile-internal): Force redisplay on compilationRichard M. Stallman1995-01-201-0/+1
* (compilation-minor-mode-map): Bind C-m to compilation-goto-error.Richard M. Stallman1994-12-271-0/+1
* (compilation-next-error-locus): Finish last change.Roland McGrath1994-11-301-1/+1
* (compilation-next-error-locus): Parsed column numbers are 1-origin.Roland McGrath1994-11-301-1/+2
* (compile): With prefix arg, prompt even if (not compilation-read-command).Roland McGrath1994-11-101-17/+13
* (compilation-error-regexp-alist): Add an element for Irix 5.2 warnings.Richard M. Stallman1994-11-091-0/+4
* (compilation-filter): Do nothing if buffer is dead.Richard M. Stallman1994-10-131-6/+7
* * compile.el: (compilation-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
* (compilation-mode-font-lock-keywords): New variable.Richard M. Stallman1994-10-071-1/+8
* Fix indentation.Richard M. Stallman1994-09-211-3/+3
* (compile-internal): Set EMACS=t in process-environment.Richard M. Stallman1994-09-161-3/+4
* (compilation-sentinel): Include exit status in modeline.Karl Heuer1994-09-161-1/+2
* (grep-command): Doc fix.Richard M. Stallman1994-09-011-1/+1
* (compilation-set-window-height): Add save-excursion.Richard M. Stallman1994-08-111-7/+10
* (compilation-set-window-height): New function,Richard M. Stallman1994-08-081-11/+20
* Set up a "Compile" menubar item.Richard M. Stallman1994-08-021-0/+42
* (compilation-error-regexp-alist): Fix previous change.Richard M. Stallman1994-08-011-1/+10
* (compilation-error-regexp-alist): Make separateRichard M. Stallman1994-07-311-5/+7
* (compilation-error-regexp-alist): Fix bug in BorlandRichard M. Stallman1994-07-271-3/+9
* Finish installing previous change.Richard M. Stallman1994-07-261-111/+114
* (compilation-next-error-locus): New arg SILENT.Richard M. Stallman1994-07-261-4/+5
* (compilation-error-regexp-alist): Allow `(' afterRichard M. Stallman1994-07-191-2/+4
* (compilation-next-error-locus): Don't callRichard M. Stallman1994-07-121-1/+7
* (compilation-window-height): Use defvar.Richard M. Stallman1994-07-111-3/+3
* Fix regexp in last change.Roland McGrath1994-06-141-2/+2
* (compilation-error-regexp-alist): Extend first regexp to handle Borland C++Roland McGrath1994-06-131-1/+5
* (compilation-error-regexp-alist): Stricter Lucid regexp.Richard M. Stallman1994-06-021-1/+1
* (compilation-goto-locus): Handle case where *compilation*Richard M. Stallman1994-05-191-1/+4
* (compilation-error-regexp-alist): Add fortran pattern.Karl Heuer1994-04-271-0/+2
* (compilation-next-error-locus): Use compilation-error-message instead ofRoland McGrath1994-04-251-3/+4
* (compilation-setup, compilation-sentinel):Richard M. Stallman1994-04-241-2/+2
* (compilation-parse-errors): Fix references for column number, 3 elt notRoland McGrath1994-04-201-2/+2
* (compile-reinitialize-errors): Fix typo in comment.Karl Heuer1994-04-051-1/+1
* (compile-mouse-goto-error): Simplify.Karl Heuer1994-04-021-33/+32
* (compile-mouse-goto-error): New command.Richard M. Stallman1994-03-301-0/+37