1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
Commit graph

312 commits

Author SHA1 Message Date
Karl Heuer
f89fdaed3d (compilation-error-regexp-alist): Add fortran pattern. 1994-04-27 21:57:57 +00:00
Richard M. Stallman
0c37b824df (tags-add-tables): Doc fix. 1994-04-26 09:39:30 +00:00
Roland McGrath
5d1fa1a04e (compilation-next-error-locus): Use compilation-error-message instead of
"Moved past last error" when MOVE is 1 (default value).
1994-04-25 22:31:41 +00:00
Richard M. Stallman
f66d964cae (inferior-lisp-mode): Remove space after `:' in mode-line-process. 1994-04-24 08:16:47 +00:00
Richard M. Stallman
ebf0b439d5 (compilation-setup, compilation-sentinel):
Remove space after `:' in mode-line-process.
1994-04-24 08:15:18 +00:00
Tom Tromey
95338744d6 Wrote tcl-indent-for-comment 1994-04-23 16:23:36 +00:00
Richard M. Stallman
cd99f76d3d (makefile-mode): Removed extra quote before makefile-warn-suspicious-lines. 1994-04-22 20:20:49 +00:00
Richard M. Stallman
074521be7e (c-macro-expansion): changed the algorithm to allow
__FILE__ and __LINE__ directives to be expanded correctly.
(c-macro-expansion): use a forth optional argument DISPLAY meaning
it should print messages at the start and end of preprocessing.
All callers changed.
(c-macro-expand): Don't display message here.
1994-04-21 18:40:14 +00:00
Roland McGrath
8425a49a3c (compilation-parse-errors): Fix references for column number, 3 elt not
2nd.
1994-04-20 19:52:37 +00:00
Richard M. Stallman
9c32788e36 Doc fixes.
(c-macro-expansion): Handle a and b comment styles.
(c-macro-shrink-window-flag): Renamed from c-macro-shrink-window-p.
(c-macro-prompt-flag): Renamed from c-macro-prompt-p.
1994-04-20 06:19:14 +00:00
Richard M. Stallman
89fb82d613 Provide cmacexp.
(c-macro-prompt-p): Renamed from c-macro-always-prompt-p.
(c-macro-cppflags): Var renamed from c-macro-default-cppflags.
(c-macro-expand): Don't handle C-u C-u specially.
Compute message here in var mymsg.
Clear buffer-auto-save-file-name.
(c-macro-display-buffer): Now takes no argument.
Use point-max to get large number.
(c-macro-default-message, c-macro-eval): Functions deleted.
(c-macro-expansion): Use startinstring as the char to insert.
1994-04-20 06:12:03 +00:00
Richard M. Stallman
7383caaa1c (pascal-outline-map): Move pascal-outline-goto-defun to C-c C-d. 1994-04-18 01:06:31 +00:00
Karl Heuer
9854c615cc (makefile-mode): make-local-variable misspelled as make-local-file. 1994-04-11 20:40:58 +00:00
Richard M. Stallman
947388af39 (fortran-blink-matching-do): New function,
basically copied from fortran-blink-matching-if.
(fortran-indent-line): Call it.
(fortran-mode): Doc mod.
1994-04-07 17:14:44 +00:00
Tom Tromey
bd4a38e575 Updated LCD archive entry. 1994-04-07 17:11:03 +00:00
Tom Tromey
a7c86d7fd2 Modified LCD archive entry. 1994-04-07 00:23:36 +00:00
Tom Tromey
246046610c Bug fix; 19.23 should (require 'lmenu). 1994-04-06 22:17:36 +00:00
Tom Tromey
db2e9cddce Fixed up headers for release. 1994-04-06 22:12:42 +00:00
Tom Tromey
9875e64691 Initial revision 1994-04-06 22:10:06 +00:00
Karl Heuer
676a14e169 (compile-reinitialize-errors): Fix typo in comment. 1994-04-05 02:19:02 +00:00
Karl Heuer
e78e10caf2 (compile-mouse-goto-error): Simplify.
(compilation-parse-errors-function): Doc fix.
1994-04-02 05:07:50 +00:00
Richard M. Stallman
f98494a43d (compile-mouse-goto-error): New command.
(compilation-minor-mode-map): Bind mouse-2.
1994-03-30 17:36:24 +00:00
Karl Heuer
5ef470be66 (calculate-c-indent): Don't loop forever at bobp.
(calculate-c-indent, indent-c-exp): Test char against 0, not nil.
1994-03-30 01:43:08 +00:00
Richard M. Stallman
18e3ab4119 (asm-mode): Doc fix. 1994-03-22 20:48:30 +00:00
Richard M. Stallman
ac59aed83f entered into RCS 1994-03-22 05:43:25 +00:00
Roland McGrath
5ff3b093bf (compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match
Absoft FORTRAN 77 errors.
1994-03-19 01:05:27 +00:00
Richard M. Stallman
81aca4f425 (pascal-indent-case): Handle comma separated list.
(pascal-set-auto-comments): No comment after record block.
(pascal-seperator-keywords): Renamed to pascal-separator-keywords.
(pascal-get-lineup-indent): Handle multiple declarations on same line.
1994-03-12 06:29:57 +00:00
Karl Heuer
61361a0756 Put hyphen in a safer place in the character class. 1994-03-12 01:23:16 +00:00
Karl Heuer
26add1bf46 Don't use triple-hyphen in a character class. 1994-03-12 00:23:12 +00:00
Roland McGrath
b7277ac618 (etags-list-tags): Check for explicit tag names. 1994-03-08 05:58:50 +00:00
Roland McGrath
e1dec509bd (etags-tags-completion-table): Let the line number or char pos be empty.
(etags-snarf-tag): Look for line number as well as char pos.  Let either be
empty; return both.
(etags-goto-tag-location): Arg also contains line number.
If char pos is nil, use line number.
1994-03-08 05:49:24 +00:00
Roland McGrath
eaa3cac5f4 (compile-reinitialize-errors): Rename first arg from ARGP to REPARSE.
Test only its nilness.
(compile-goto-error): Pass (consp ARGP) to compile-reinitialize-errors
instead of ARGP itself.
(next-error): Code broken out into two new functions; call them.
(compilation-next-error-locus): New function; bulk of code from next-error.
Silently skip errors whose source loci are markers in killed buffers.
(compilation-goto-locus): New function, final code from next-error.
1994-03-07 22:31:48 +00:00
Roland McGrath
31efa7c9f6 (compile-goto-error): Push the mark before calling next-error. 1994-03-04 06:11:51 +00:00
Karl Heuer
176afd0492 (c-fill-paragraph): Preserve final sentence boundary. 1994-03-04 00:05:15 +00:00
Richard M. Stallman
f6807db3d6 (pascal-calculate-indent): Fixed indentation bug
in for-loops, with-structures and else-structures.
(pascal-noindent-re): Add `else'.
1994-03-02 19:41:24 +00:00
Richard M. Stallman
74cf365d66 (inferior-lisp-mode-map): Use copy-keymap. 1994-03-02 16:51:20 +00:00
Richard M. Stallman
b8ca7cc378 (makefile-mode): Set local-write-file-hooks, not write-file-hooks.
Version 1.16.
(makefile-mode): Correct `make-variable-buffer-local' to
`make-local-variable'.  Set indent-tabs-mode to t.

(makefile-insert-macro-ref): Do not append a space
to the inserted macro reference.
(makefile-insert-macro-ref): Likewise if the reference is to
one of makefile-runtime-macros-list.
(makefile-format-macro-ref): If the name of the macro ref
starts with a '(' or '{' then the enclosing parentheses are not added.

(makefile-warn-suspicious-lines): New function.

Changed mode name to "Makefile" instead of "makefile".
1994-03-02 07:57:04 +00:00
Roland McGrath
33633b2810 (tags-add-tables): Change default value to 'ask-user; update doc.
(visit-tags-table-buffer): If tags-add-tables is nil, never add to current
list; if t, always; if non-nil, non-t, ask user.
1994-03-02 05:24:33 +00:00
Richard M. Stallman
7e0dd87e24 (pascal-sub-block-re): Recognize for and with. 1994-03-01 22:28:47 +00:00
Richard M. Stallman
1dc5112cb7 (c-macro-display-buffer): Delete special view-mode hack.
(c-macro-expansion): Parse from 1 to START just once.
Avoid counting lines.  Use ???!!!???!!! to mark start of
the region we want to look at.
1994-02-25 06:27:24 +00:00
Richard M. Stallman
bd13332096 (c-mode): Set outline-regexp and outline-level.
(c-outline-level): New function.
1994-02-24 22:34:24 +00:00
Roland McGrath
9481474b9d (copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to
exclude : from file names; avoids lossage when : appears in error text.
1994-02-17 00:11:28 +00:00
Richard M. Stallman
069511c0a2 (c++-mode): Set parse-sexp-ignore-comments to t. 1994-02-16 18:20:13 +00:00
Richard M. Stallman
7ac7f4c200 (perl-mode): Set parse-sexp-ignore-comments. 1994-02-12 02:17:58 +00:00
Roland McGrath
b00f856bc3 (etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
right there.
1994-02-11 05:54:37 +00:00
Richard M. Stallman
c72344c70d (makefile-browser-fill, makefile-browser-toggle):
Bind inhibit-read-only; don't set buffer-read-only.
1994-02-07 05:54:34 +00:00
Richard M. Stallman
6c61e6a9bc (c-macro-expand): Check inhibit-read-only. 1994-02-07 05:40:46 +00:00
Richard M. Stallman
4af1f50975 Properly check in the total rewrite installed months ago. 1994-02-07 05:39:56 +00:00
Richard M. Stallman
f1ff664544 (indent-c-exp): If line starts with }, ignore what
the previous line ends with.
1994-02-07 00:55:58 +00:00
Richard M. Stallman
410e491707 Comment change. 1994-02-06 01:39:23 +00:00