summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* (compilation-error-regexp-alist): Add regexpRichard M. Stallman1996-04-261-0/+5
* (compilation-find-buffer): Only choose compilation-last-buffer if it isRoland McGrath1996-03-141-0/+1
* (compilation-parse-errors):Richard M. Stallman1996-03-011-26/+8
* (compilation-minor-mode): Add missing `)'.Erik Naggum1996-02-221-1/+1
* (compilation-minor-mode): Run compilation-minor-mode-hook.Roland McGrath1996-02-211-2/+5
* (compilation-parse-errors): Detect doubled slashes in file names matchedRoland McGrath1996-02-131-0/+26
* (compilation-filter): Run compilation-filter-hook.Richard M. Stallman1996-02-011-0/+1
* (compilation-handle-exit): Undo previous change.Karl Heuer1996-01-231-7/+2
* (compilation-handle-exit): If process-status doesn'tKarl Heuer1996-01-211-1/+4
* Update FSF's address.Erik Naggum1996-01-141-2/+3
* (compilation-error-regexp-alist, grep-regexp-alistRoland McGrath1996-01-061-9/+11
* Mon Nov 6 18:01:01 1995 Dave Love <d.love@dl.ac.uk>Roland McGrath1996-01-061-0/+6
* (compilation-error-regexp-alist): Broaden GNAT regexp to match column numbers.Roland McGrath1996-01-061-4/+4
* (compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.Roland McGrath1996-01-061-0/+3
* (compilation-handle-exit): New function, broken out of compilation-sentinel.Roland McGrath1996-01-061-70/+65
* (compilation-error-list): Doc fix.Karl Heuer1996-01-041-2/+2
* (compile-internal): On systems with no asynchronousRichard M. Stallman1995-12-231-2/+26
* (compilation-mode): Add autoload cookie.Roland McGrath1995-12-201-13/+14
* (compilation-sentinel): Use the local value ofRichard M. Stallman1995-11-141-6/+6
* compilation-mode-font-lock-keywords tweakSimon Marshall1995-11-091-1/+2
* (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