1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Eric S. Raymond
e9571d2a21 Add or correct keywords 1993-03-18 21:29:42 +00:00
Roland McGrath
bd3910fef2 (compilation-forget-errors): Just set
compilation-directory-stack to nil; no need to loop through it.
(next-error): For a non-numeric prefix arg, pass nil for
compile-reinitialize-errors's FIND-AT-LEAST arg.
(next-error): When getting marker for error source location, be
sure to examine buffer local value of compilation-old-error-list
before switching to source file buffer.
1993-02-08 20:46:10 +00:00
Richard M. Stallman
fdcba502fa (compilation-sentinel): Change buffer-read-only with let. 1993-01-02 21:21:14 +00:00
Jim Blandy
57c8389c3d * compile.el (compilation-error-regexp-alist): Tightened up
BSD/GNU regexp to insist that line number end with a colon or
	close-paren.

	* compile.el (compilation-error-regexp-alist): Add regexp for the
	MIPS CC distributed with Ultrix.
1992-12-24 06:00:03 +00:00
Jim Blandy
bea1d57a78 * compile.el (compile-internal): Use NAME-OF-MODE in the prompt
when offering to kill an existing process.
1992-11-07 06:12:11 +00:00
Roland McGrath
1f82d0e4d0 (compilation-parse-errors): Save (match-beginning 0) in a variable, so the
looking-at call doesn't clobber its value when we want to use it to back up
before the error we discard.
Make sure compilation-error-list is at least two elts long before checking
its first two elts for being in the same file.
1992-10-01 02:00:41 +00:00
Roland McGrath
41acdfa97a (compilation-parse-errors): After we get enough errors to stop early, toss
the last one (which is for a different file), so we don't lose
the same way on the next run.
1992-09-30 01:45:47 +00:00
Roland McGrath
3f9e2e5121 (compilation-parse-errors): When we reach FIND-AT-LEAST errors, keep going
until we have seen all the consecutive errors in the same file.
1992-09-29 23:59:26 +00:00
Richard M. Stallman
6c43f2f9e9 entered into RCS 1992-09-14 01:33:12 +00:00
Roland McGrath
15d1a8dab6 *** empty log message *** 1992-09-02 23:15:36 +00:00
Roland McGrath
d1ed447584 *** empty log message *** 1992-08-06 23:56:50 +00:00
Roland McGrath
9cac31b842 *** empty log message *** 1992-08-04 22:31:21 +00:00
Roland McGrath
dadb11fbc1 *** empty log message *** 1992-08-04 21:29:26 +00:00
Roland McGrath
b5bb472ebe *** empty log message *** 1992-08-04 02:02:27 +00:00
Roland McGrath
c540863c29 *** empty log message *** 1992-08-02 03:36:38 +00:00
Roland McGrath
643f763f7d *** empty log message *** 1992-07-31 00:08:13 +00:00
Roland McGrath
353b13c3e4 *** empty log message *** 1992-07-30 21:09:53 +00:00
Roland McGrath
646bd33103 *** empty log message *** 1992-07-29 05:06:36 +00:00
Roland McGrath
b2bb6ec8ff *** empty log message *** 1992-07-27 19:54:35 +00:00
Richard M. Stallman
1fcf5f9263 *** empty log message *** 1992-07-24 19:27:07 +00:00
Richard M. Stallman
770970cbad *** empty log message *** 1992-07-24 08:17:31 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
fd7fa35a05 *** empty log message *** 1992-07-17 08:15:29 +00:00
Roland McGrath
29add8b9a4 *** empty log message *** 1992-07-16 21:46:14 +00:00
Eric S. Raymond
d1c7011d35 *** empty log message *** 1992-07-16 18:28:42 +00:00
Jim Blandy
f98955eaaa *** empty log message *** 1992-07-15 02:24:58 +00:00
Roland McGrath
ebff767cd0 *** empty log message *** 1992-07-05 05:11:16 +00:00
Jim Blandy
e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Jim Blandy
daa3760289 *** empty log message *** 1992-06-24 05:09:26 +00:00
Eric S. Raymond
fad160d5e1 *** empty log message *** 1992-06-11 02:31:08 +00:00
Jim Blandy
4746118aca *** empty log message *** 1992-04-24 08:11:54 +00:00
Roland McGrath
7c163413f1 *** empty log message *** 1992-03-06 00:28:08 +00:00
Jim Blandy
aa228418e9 *** empty log message *** 1991-12-21 09:14:03 +00:00
Roland McGrath
d3cb357bbf *** empty log message *** 1991-10-07 22:49:33 +00:00
Richard M. Stallman
55dfd2c4da Initial revision 1990-07-13 03:12:54 +00:00