Stefan Monnier
ffb4b7a11d
(grep): Provide a default set of files.
...
(next-error): Docstring fix.
(compilation-find-file): Avoid find-file (fails in a dedicated window).
2000-08-16 20:20:43 +00:00
Gerd Moellmann
18aac618fa
(compilation-setup): Make variable
...
compilation-error-screen-columns buffer-local, as some comment
in the code suggests it should be.
2000-08-08 18:30:47 +00:00
Stefan Monnier
32d6fffb81
(compile-internal): Style typo.
2000-05-23 20:14:43 +00:00
Dave Love
f1ed9461a9
Add to debug-ignored-errors.
2000-05-22 17:41:53 +00:00
Gerd Moellmann
2497076e21
(compilation-parse-errors): Collect
...
`nomessage' regexps last.
2000-05-16 14:31:54 +00:00
Gerd Moellmann
92d8844ebe
(compile-internal): Display the compilation
...
buffer in a different frame, if it's already displayed there.
2000-04-03 21:20:05 +00:00
Thien-Thi Nguyen
721cfafec9
(compilation-goto-locus): Delete hideshow overlays if they interfere.
...
(compilation-find-file): Make intangible overlays tangible.
1999-12-26 12:59:52 +00:00
Gerd Moellmann
9dd1cf67c2
(compilation-parse-errors): Use
...
compilation-buffer-p instead of testing major-mode.
1999-11-18 15:57:55 +00:00
Gerd Moellmann
e8d017d059
* progmodes/compile.el (compilation-error-regexp-alist):
...
Undo previous change.
1999-10-30 19:15:17 +00:00
Gerd Moellmann
40d63d1fee
(compilation-error-regexp-alist): Recognize
...
MIPS Pro 7.3 compiler error message syntax.
1999-10-28 11:20:17 +00:00
Dave Love
851231e955
Checkdoc-inspired fixes.
1999-10-27 22:38:17 +00:00
Dave Love
04f12e5765
Comment.
1999-09-09 20:16:02 +00:00
Richard M. Stallman
e3c0f9ded6
(compilation-error-regexp-alist): New item for SGI IRIX MipsPro compilers.
1999-08-29 19:54:39 +00:00
Richard M. Stallman
3d8be0c945
(compilation-error-regexp-alist):
...
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.
1999-08-29 19:44:22 +00:00
Richard M. Stallman
c4d7c00a24
(compilation-parsing-end,compilation-setup)
...
(compilation-filter, compilation-forget-errors)
(compilation-parse-errors): Use a marker instead of an integer for
`compilation-parsing-end'.
1999-08-29 19:07:33 +00:00
Karl Heuer
47d1bc29bb
Deal with compilation-error-screen-columns being buffer-local.
1999-06-27 21:43:52 +00:00
Dave Love
a0730fbd38
(compilation-error-regexp-alist): Allow
...
digits in program name in first pattern.
1999-06-09 17:57:05 +00:00
Karl Heuer
717149ecaf
(compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax.
1999-04-26 05:09:59 +00:00
Karl Heuer
ac6b7d7858
(grep-compute-defaults): If xargs -e isn't supported, use find -exec.
1999-04-26 04:49:42 +00:00
Richard M. Stallman
01c504479b
(compilation-handle-exit): Do right thing
...
if (car status) doesn't end in a newline.
1999-04-03 14:04:39 +00:00
Richard M. Stallman
bccc6e3d9f
(compile-internal): Use save-selected-window.
1999-02-16 03:36:28 +00:00
Richard M. Stallman
4315d68ee5
(compile-auto-highlight): Customize.
1999-02-09 09:14:34 +00:00
Richard M. Stallman
474d71ae8b
(compilation-setup): Set value of
...
compilation-directory-stack as in compilation-forget-errors.
(compile-reinitialize-errors): Bind buffer-undo-list and deactivate-mark.
(compilation-forget-errors): Likewise.
1999-02-08 23:50:42 +00:00
Dave Love
41a3354e11
(compile-mouse-goto-error): Don't lose with
...
null markers.
(compile-goto-error): Likewise.
1999-02-05 15:19:54 +00:00
Richard M. Stallman
667aec946d
(compilation-next-error-locus): Don't decrease argument FIND-AT-LEAST
...
of compilation-next-error-locus.
1999-02-01 10:38:08 +00:00
Richard M. Stallman
d28701c72f
(compilation-goto-locus): If already in the
...
compilation buffer's window, keep it in that window.
(compile-mouse-goto-error): Add Doc. Don't play with windows.
(compile-goto-error): Don't play with windows.
1999-01-18 01:10:25 +00:00
Richard M. Stallman
7052680be6
(compilation-shell-minor-mode): New function.
1999-01-11 17:37:34 +00:00
Karl Heuer
d914bed56b
(compilation-error-regexp-alist): Insist on a non-digit in the file name.
1998-12-14 03:12:21 +00:00
Karl Heuer
e228c7e2d4
(compilation-error-regexp-alist): Fix regexp to match
...
"ChangeLog:1:1998-12-09 ..."
1998-12-14 03:06:46 +00:00
Andreas Schwab
f8e03ecbd3
(compilation-error-screen-columns): New
...
variable.
(compilation-next-error-locus): Use it to decide whether to use
forward-char or move-to-column.
1998-09-18 09:06:20 +00:00
Karl Heuer
ae9e2dc7ae
(compilation-error-regexp-alist):
...
Fix previous change: allow . and _ in command name.
1998-09-10 15:58:37 +00:00
Karl Heuer
8d9fbccc36
(compilation-error-regexp-alist):
...
In first pattern (GNU utilities and other things),
allow a space after the optional program name at the beginning.
1998-09-06 14:20:14 +00:00
Richard M. Stallman
966c0a72c3
(next-error): Doc fix.
...
(grep): Doc fix.
1998-08-09 06:31:29 +00:00
Richard M. Stallman
c6d464ec64
(grep): Doc fix.
...
(next-error): Doc fix.
1998-07-19 22:17:03 +00:00
Richard M. Stallman
1ffddaf4d4
(grep-command): Initialize to nil.
...
(grep-find-command): Initialize to nil.
(grep-find-use-xargs): Initialize to nil.
(grep-compute-defaults): New function, sets those three vars properly.
(grep, grep-find): Call grep-compute-defaults if ...command variable
is still nil.
(grep-program): Doc fix.
1998-06-23 15:51:47 +00:00
Richard M. Stallman
cb60918c9c
(grep-null-device): Variable deleted.
...
(grep-command, grep-find-use-xargs): Use null-device.
(grep, grep-find): Use null-device.
1998-06-09 02:52:12 +00:00
Karl Heuer
d1208263cd
(grep): Fix previous change.
1998-06-01 03:08:53 +00:00
Karl Heuer
a46fddeb85
(compilation-scroll-output): Correct the :version
...
keyword to be a string.
1998-05-30 15:00:07 +00:00
Richard M. Stallman
7cd960e6e0
(grep-tag-default): New function.
...
(grep): New default arg when prefix arg is specified.
1998-05-24 01:10:12 +00:00
Andreas Schwab
aa53db6a6e
* progmodes/compile.el (compilation-directory-stack): Doc fix.
...
(compilation-mode): Accept optional parameter and initialize
mode-name from it.
(compile-internal): Pass name-of-mode to compilation-mode. Don't
set mode-name here.
(compilation-minor-mode): Don't let mode-line-process change.
(compilation-next-error-locus): Use forward-char instead of
move-to-column.
(compilation-parse-errors): Set default-directory from head of
compilation-directory-stack.
1998-05-04 08:35:40 +00:00
Richard M. Stallman
4d60e093d5
(compilation-error-regexp-alist):
...
Handle f90 in DEC AXP OSF/1 cc pattern.
1998-03-20 04:41:13 +00:00
Dave Love
9b7dee8699
(compilation-error-regexp-alist): Allow initial
...
program name in first pattern.
1998-02-24 12:45:02 +00:00
Dave Love
b5812513a4
(compilation-scroll-output): New variable.
...
(compile-internal): Use it. Set lazy-lock-defer-on-scrolling.
1998-02-09 19:40:38 +00:00
Karl Heuer
c7c5bbc0b8
(compilation-error-regexp-alist):
...
New element for Sun F90.
1997-10-27 03:53:24 +00:00
Karl Heuer
355345fd1a
(compilation-forget-errors):
...
Reinit compilation-directory-stack the way compile-internal does.
(compilation-parse-errors): Don't let default-directory change.
1997-10-15 23:34:58 +00:00
Karl Heuer
22052f1d13
(compilation-mode-font-lock-keywords): Font-lock column numbers.
1997-09-27 16:12:51 +00:00
Karl Heuer
7933678bcb
(compilation-mode-map): Use more meaningful menu name.
1997-09-27 16:06:15 +00:00
Richard M. Stallman
bb40e751be
(compilation-parse-errors): Fixed two bugs that
...
could make compilation-parse-errors loop infinitely. Each round
of the parsing loop now either moves point ahead at least a line
or sets `found-desired' to true to stop the loop.
1997-09-12 19:53:33 +00:00
Richard M. Stallman
e83be08050
(compilation-ask-about-save): Add autoload cookie.
1997-09-05 19:41:25 +00:00
Richard M. Stallman
d2705a1815
(compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;
...
check more carefully for the rest of the error message.
1997-08-29 02:08:28 +00:00