Richard M. Stallman
c94b02d6f7
(compilation-set-window-height): New function,
...
broken out from compile-internal.
Don't change window height if it is the frame root window.
(compile-internal): Call it.
(compilation-goto-locus): Call it.
Use any visible frame already showing the compilation buffer.
1994-08-08 09:02:40 +00:00
Richard M. Stallman
440c10f882
Doc fixes.
...
(c-macro-expansion): Capture and display CPP error messages.
1994-08-07 17:23:44 +00:00
Richard M. Stallman
62057cefc1
(indent-c-exp): Preserve point when handling comments.
1994-08-06 21:22:51 +00:00
Richard M. Stallman
168e43e724
(select-tags-table): Doc fix.
1994-08-05 04:33:20 +00:00
Karl Heuer
1bebba148e
(auto-mode-alist): Fix typos in comments.
1994-08-03 02:17:57 +00:00
Richard M. Stallman
e60476ca9c
Set up a "Compile" menubar item.
...
(recompile): New function.
(previous-error): New function.
(first-error): New function.
1994-08-02 21:01:04 +00:00
Richard M. Stallman
05d9e5954d
(compilation-error-regexp-alist): Fix previous change.
...
Add alternatives for GNU error messages with program name in them.
1994-08-01 00:39:26 +00:00
Richard M. Stallman
69d4d27f67
(compilation-error-regexp-alist): Make separate
...
regexp for Borland C++; the combined one matched too much.
1994-07-31 19:00:42 +00:00
Richard M. Stallman
d1fa6affef
(hide-ifdefs): Doc fix.
1994-07-29 20:00:00 +00:00
Richard M. Stallman
d86bdede4d
(compilation-error-regexp-alist): Fix bug in Borland
...
C++ change. Make first regexp reject cases that give column
numbers. Add new regexp for GNU format with column numbers.
1994-07-27 17:52:02 +00:00
Richard M. Stallman
7fb63acd84
Finish installing previous change.
1994-07-26 21:23:38 +00:00
Richard M. Stallman
b4300a1a6c
(compilation-next-error-locus): New arg SILENT.
1994-07-26 19:18:06 +00:00
Tom Tromey
597c7ed598
Emacs 18 changes from Carl Witty.
1994-07-26 00:46:07 +00:00
Richard M. Stallman
a17c29e05e
(c++-mode-syntax-table): Give RET the same syntax as newline.
1994-07-25 00:34:55 +00:00
Roland McGrath
229b798613
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
...
value of tags-file-name before calling tags-verify-table, which switches
buffers; change all references to use local-tags-file-name. Save current
buffer before that call and on error, switch back before killing local
value of tags-file-name.
1994-07-20 14:02:48 +00:00
Richard M. Stallman
37fd22082c
(compilation-error-regexp-alist): Allow `(' after
...
linenum in "FILE", line LINENUM. Add backslash so C-M-a works.
1994-07-19 20:03:12 +00:00
Richard M. Stallman
e932f2d21a
"Comment out" autoload cookies.
1994-07-15 22:10:07 +00:00
Tom Tromey
cd754bf547
Added ";;;###autoload" comments where appropriate.
1994-07-14 22:49:21 +00:00
Richard M. Stallman
8eb2676516
(compilation-next-error-locus): Don't call
...
compilation-forget-errors if compilation is still runing.
1994-07-12 04:09:07 +00:00
Richard M. Stallman
673f4fc6c4
(prolog-mode-syntax-table): Make newline end comments.
1994-07-12 03:10:30 +00:00
Richard M. Stallman
6e1dbafa9a
(compilation-window-height): Use defvar.
...
(compilation-leave-directory-regexp): Likewise.
(compilation-enter-directory-regexp): Likewise.
1994-07-11 00:24:26 +00:00
Richard M. Stallman
a612577378
(find-tag-regexp): Bind to C-M-..
1994-07-10 21:33:55 +00:00
Richard M. Stallman
a6e68e6c2c
(sh-chmod-argument): Change default.
1994-07-02 16:55:54 +00:00
Richard M. Stallman
e98cc0af19
(visit-tags-table-buffer): Move error call into scope of `file'.
1994-07-02 00:45:49 +00:00
Richard M. Stallman
07ac942ac6
(sh-set-shell): Obey sh-query-for-magic in all cases.
...
(sh-mode): Don't move point permanently.
1994-07-01 16:28:00 +00:00
Richard M. Stallman
260600e5fb
(minor-mode-map-alist): Add missing quote.
1994-06-30 19:21:03 +00:00
Roland McGrath
40ce92683c
(tag-exact-match-p): Fix typo in last change.
1994-06-28 20:24:38 +00:00
Roland McGrath
63aeffd5a0
(tag-exact-match-p): Test for point sitting after the explicit tag name
...
itself.
1994-06-28 20:21:43 +00:00
Roland McGrath
c3dea9ba0b
(visit-tags-table-buffer): Don't take car of return frmo
...
tags-table-including.
1994-06-24 08:07:57 +00:00
Roland McGrath
ec623f1b77
Fix bits of last change lost in Emacs crash.
1994-06-23 01:30:12 +00:00
Roland McGrath
3cc3f7035c
(tags-table-including): Don't call tags-table-check-computed-list.
...
After skipping a table not in core, make sure TABLES is non-nil before
using it. At end, find the table in the user's list which includes FOUND.
1994-06-23 01:11:38 +00:00
Roland McGrath
a3d358c65a
(tags-table-computed-list, tags-table-computed-list-for): New variables.
...
(tags-table-list-pointer, tags-table-list-started-at): Doc fixes.
(tags-table-parent-pointer-list): Variable removed.
(tags-table-check-computed-list, tags-table-extend-computed-list): New
functions.
(tags-find-table-in-list): Function removed.
(tags-table-list-member): New function replaces it.
(tags-verify-table): New function, broken out of visit-tags-table-buffer.
(tags-table-including, tags-next-table): Rewritten.
(visit-tags-table-buffer-cont): Variable removed.
(visit-tags-table-buffer): Overhauled.
(tag-exact-match-p): Disallow newline in tag string before \177.
1994-06-17 04:05:56 +00:00
Richard M. Stallman
c5507689ba
(find-tag-history): New variable.
...
(find-tag-noselect): Set that variable.
1994-06-15 04:37:26 +00:00
Richard M. Stallman
b906e00ba2
(fortran-blink-matching-do): When looking for do,
...
insist on nondigit after it.
1994-06-14 20:19:04 +00:00
Roland McGrath
81d93b5e63
Fix regexp in last change.
1994-06-14 00:58:05 +00:00
Roland McGrath
e7601974b0
(compilation-error-regexp-alist): Extend first regexp to handle Borland C++
...
msgs: "Warning" or "Error" before file name.
1994-06-13 23:27:44 +00:00
Richard M. Stallman
c6d38ae261
(complete-tag): Likewise.
1994-06-10 23:01:10 +00:00
Tom Tromey
f5608c7621
tcl-current-word does the right thing in inferior-tcl-mode.
1994-06-05 16:57:22 +00:00
Tom Tromey
efd7d762ec
Another menu fix.
1994-06-03 21:09:19 +00:00
Tom Tromey
a796569b5c
Fixed menu bug.
1994-06-03 20:39:14 +00:00
Tom Tromey
03993eef27
Fixed bug in bug-reporting code.
1994-06-03 00:47:15 +00:00
Richard M. Stallman
c021b7a5dc
(compilation-error-regexp-alist): Stricter Lucid regexp.
1994-06-02 18:15:13 +00:00
Richard M. Stallman
348ec81171
(fortran-link-matching-do): Ignore DO statements with line numbers.
1994-05-26 20:35:55 +00:00
Tom Tromey
dc509e648d
Menu items now sensitive as appropriate.
1994-05-26 05:06:14 +00:00
Richard M. Stallman
84f4e2168f
(c-fill-paragraph): Don't include part of comment
...
terminator in the fill-prefix.
1994-05-25 08:42:32 +00:00
Richard M. Stallman
ef90db4560
(select-tags-table-mode): New function, a major mode.
...
(select-tags-table): Call that.
(select-tags-table-mode-map): New variable.
1994-05-23 05:07:27 +00:00
Richard M. Stallman
a4e104bf5c
Doc fix.
1994-05-22 22:14:17 +00:00
Tom Tromey
524587f216
Added bug-report keybindings and menu entries.
1994-05-22 20:38:11 +00:00
Tom Tromey
8a1bbe07a8
Even more compile stuff.
1994-05-22 20:18:28 +00:00
Tom Tromey
764d485b21
Moved emacs version checking code to very beginning.
1994-05-22 20:17:15 +00:00