Commit graph

385 commits

Author SHA1 Message Date
Roland McGrath
e99045bbcd (tags-table-extend-computed-list): In loop processing list of included
tables to incorporate it, advance TABLES to its cdr at end of loop.
1994-08-25 01:51:34 +00:00
Tom Tromey
700a20bf49 tcl-load-file default to current buffer. 1994-08-22 15:56:24 +00:00
Tom Tromey
3530a31713 Fixed bug in tcl-guess-application. 1994-08-21 20:33:05 +00:00
Tom Tromey
31cc18672a Keybindings don't overshadown comint bindings. 1994-08-21 03:54:45 +00:00
Richard M. Stallman
c1033e008c (perl-indent-command): Fix backwards conditional. 1994-08-17 01:45:45 +00:00
Richard M. Stallman
eb426f3a08 (c-macro-expansion): If the CPP output is empty, just show error messages. 1994-08-13 23:55:09 +00:00
Richard M. Stallman
8205cbfc8f (compilation-set-window-height): Add save-excursion. 1994-08-11 21:45:47 +00:00
Roland McGrath
9d591df883 (tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
tables not in core; else extend computed list.
1994-08-10 23:34:39 +00:00
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