1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

513 Commits

Author SHA1 Message Date
Karl Heuer
c63e0f9a7d (hide-ifdef-toggle-read-only): Use force-mode-line-update.
(hide-ifdef-toggle-outside-read-only): Use force-mode-line-update.
1995-04-25 22:29:17 +00:00
Karl Heuer
3d93ac2871 (f90-auto-fill-mode): Use force-mode-line-update. 1995-04-25 22:17:55 +00:00
Simon Marshall
f022dd8915 Use new fortran-match-!-comment to do !-style fontification; do rest in regexps 1995-04-24 10:51:17 +00:00
Karl Heuer
72e80cad6f (f90-keywords): "only" added to keyword list.
(f90-font-lock-keywords-1): Type may now have attributes private
and public.
(f90-font-lock-keywords-2): Fixed difference between type and type().
(hilit-set-mode-patterns): Type may now have attributes private.
and public, fixed difference between type and type().
(f90-p-type-re): New regular-expression constant for type commands.
(f90-mode): indent-tabs-mode put to nil by default.
(f90-looking-at-type-like): Now uses f90-p-type-re.
(f90-no-block-limit): Now uses f90-p-type-re.
(f90-change-keywords): Don't change preprocessor lines.
1995-04-20 17:23:29 +00:00
Richard M. Stallman
dfc4f59b16 (cpp-edit-reset): Fix typo.
(cpp-signal-read-only, cpp-grow-overlay): Update to new calling conventions.
(cpp-make-overlay-hidden): Don't allow insertion before a read-only overlay.
1995-04-19 06:37:49 +00:00
Roland McGrath
a2416e212f (tags-search, tags-query-replace): Put (quote ...) around args inserted
into forms to be evalled.
1995-04-18 18:29:05 +00:00
Richard M. Stallman
2e922f0b7a (cpp-edit-list): Move definition toward start of file.
(cpp-face-type-list, cpp-writable-list, cpp-button-event)
(cpp-edit-buffer, cpp-branch-list, cpp-face-default-list)
(cpp-face-light-name-list, cpp-face-dark-name-list)
(cpp-face-light-list, cpp-face-dark-list, cpp-face-mono-list)
(cpp-face-none-list, cpp-face-all-list, cpp-overlay-list): Likewise.

(cpp-highlight-buffer): Rename stack to cpp-state-stack.
(cpp-parse-open, cpp-parse-close): Likewise.
(cpp-push-button, cpp-choose-symbol): Rename data to cpp-callback-data.
(cpp-state-stack, cpp-callback-data): Add defvars.
1995-04-18 07:21:52 +00:00
Richard M. Stallman
f3a69d8f62 (cpp-parse-open): Delete comments that go past end of line.
(cpp-edit-reset): Clean up the four standard buttons.
(cpp-parse-buffer): Name was undefined--use cpp-highlight-buffer.
1995-04-15 02:04:41 +00:00
Richard M. Stallman
612abcae5d Comment change. 1995-04-14 23:24:11 +00:00
Richard M. Stallman
012733b38e (perl-comment-indent): Make extra space only when
not at beginning of line.
1995-04-11 03:00:04 +00:00
Roland McGrath
b97089fa54 (compilation-error-regexp-alist): Remove superfluous SGI cc regexp. 1995-04-10 16:45:47 +00:00
Richard M. Stallman
d437b3f6bc (list-tags): Delete call to select-tags-matched-file. 1995-04-09 11:39:41 +00:00
Roland McGrath
f48b601a2f (next-file): Add paren missing from last change. 1995-04-09 03:21:37 +00:00
Roland McGrath
2f14fde6d0 (next-file): Handle empty list returned by (tags-table-files). 1995-04-09 03:18:11 +00:00
Roland McGrath
984ae4edd2 (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc. 1995-04-08 20:15:20 +00:00
Tom Tromey
50776640f7 (tcl-outline-level): New function
(tcl-mode): Added outline-handling stuff.
From Jesper Pedersen <blackie@imada.ou.dk>
1995-04-08 19:52:50 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Karl Heuer
732be46569 Update copyright. 1995-04-07 01:20:53 +00:00
Karl Heuer
f470f9bd66 Update copyright. 1995-04-07 00:16:13 +00:00
Karl Heuer
3ca7b46f53 Fix comments. 1995-04-04 03:00:59 +00:00
Richard M. Stallman
3a3f61fa71 (scheme-indent-sexp): Don't fail when
calculate-scheme-indent returns a one-element list.
1995-03-31 19:23:55 +00:00
Richard M. Stallman
fe7ad22dc1 (calculate-c++-indent): Copy colon-line-end code from calculate-c-indent. 1995-03-27 07:50:26 +00:00
Karl Heuer
02da8c8209 (c-style-alist): Set c-continued-brace-offset and
c-brace-offset in all styles, so that they don't inherit a trash
value from a previously set style.
1995-03-24 02:50:54 +00:00
Karl Heuer
12b4943a37 (compilation-sentinel): Use format'; concat' doesn't
stringize integers anymore.
1995-03-24 00:48:45 +00:00
Richard M. Stallman
f45a220ab3 (asm-mode): Make a per-buffer child keymap here.
Use asm-comment-char to specify which character to define.
(asm-mode-map): Don't bind `;' at load time.
1995-03-23 20:57:04 +00:00
Richard M. Stallman
e7d795eba3 (pascal-mode-syntax-table): Give \ punctuation syntax. 1995-03-23 20:40:48 +00:00
Richard M. Stallman
148d2a8dec Doc fixes. 1995-03-22 21:31:08 +00:00
Richard M. Stallman
c5c170d083 (c-mode-map): Use "C-mode", not "C mode". 1995-03-20 00:06:30 +00:00
Richard M. Stallman
e7e7be7c5c (c-style-alist): For BSD, set c-continued-brace-offset
instead of c-brace-offset.
1995-03-15 23:04:06 +00:00
Thien-Thi Nguyen
20171c7c69 `emacs-version' checking now handles Lucid's version change to 19.xx. 1995-03-14 16:29:27 +00:00
Richard M. Stallman
752e8dd9c8 (c-mode): Make comment-multi-line t locally. 1995-03-13 05:25:21 +00:00
Richard M. Stallman
8de214e60d (calculate-perl-indent): When backing up over continuations,
don't go to line beg;
perl-backward-to-start-of-continued-exp gives the right place.
1995-03-08 02:22:45 +00:00
Francesco Potortì
521fffcd6f * cmacexp.el (c-macro-expansion): put the unique string before the
first #line directive (instead of after), preceded by a newline.
1995-03-07 15:24:44 +00:00
Roland McGrath
20c1daecbc (compilation-buffer-p): Fix braino in last change: switch to the buffer first.
(compilation-error-regexp-alist): Doc fix: optional cdrs give
string containing %s to produce the file name from the matched text.
(compilation-find-file): Reorder args: MARKER first, then FILENAME, DIR,
and new arg &rest FORMATS (as they appear in parsed the fileinfo lists).
Try each of the FORMATS in each directory tried.
(compilation-next-error-locus): Apply compilation-find-file to the FILEINFO
list.
(compilation-parse-errors): Instead of a cons (DIR . FILE), make a list
(FILE DIR [FORMATS...]) using the 4th cdr of the matching elt of
regexp-alist.
1995-03-06 15:51:22 +00:00
Boris Goldowsky
c53857e9b2 (simula-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:43:35 +00:00
Boris Goldowsky
53e84345ac (scheme-mode-variables): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:40:12 +00:00
Boris Goldowsky
564148946e (prolog-mode-variables): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:38:25 +00:00
Boris Goldowsky
edae0c554c (perl-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:37:20 +00:00
Boris Goldowsky
6f2096a7d4 (modula-2-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:31:55 +00:00
Simon Marshall
33308f7b9d Use font-lock-maximum-decoration when setting fortran-font-lock-keywords. 1995-03-02 11:20:30 +00:00
Simon Marshall
47d310b8e8 Use font-lock-maximum-decoration when setting f90-font-lock-keywords. 1995-03-02 11:19:36 +00:00
Simon Marshall
c1a644d3ea Use font-lock-maximum-decoration when setting ada-font-lock-keywords 1995-03-02 11:07:44 +00:00
Boris Goldowsky
6746862870 (icon-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 16:00:54 +00:00
Boris Goldowsky
fccf116681 (c++-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 15:53:48 +00:00
Boris Goldowsky
52af0e4756 (c-mode, c-fill-paragraph): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 15:47:38 +00:00
Boris Goldowsky
8e32e928fe (awk-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 15:41:51 +00:00
Roland McGrath
8fca6c30ae (compilation-buffer-p): Check for compilation-minor-mode or
compilation-mode major mode, rather than internal state variables.  Don't
want to match a buffer that was once in compilation-minor-mode but is not now.
1995-02-26 21:37:30 +00:00
Thien-Thi Nguyen
c1ff6dac5c Clean up doc strings.
Remove cl.el and emacs-vers.el dependencies.
1995-02-26 21:05:42 +00:00
Richard M. Stallman
5cff3cc1d9 (c++-backward-to-noncomment): Don't loop forever
if first line of buffer starts with ` #'.
1995-02-25 07:49:39 +00:00
Richard M. Stallman
15cb2300cf (perl-tab-to-comment): Default is nil. 1995-02-23 06:26:55 +00:00