1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 21:12:23 -08:00
Commit graph

6043 commits

Author SHA1 Message Date
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
Per Bothner
624f44f19f * term.el (term-eol-on-send): New variable. Use it.
(term-send-input):  Don't move process-mark until after 'history stuff.
1995-03-08 00:54:20 +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
347cd536de (find-ls-option): Doc fix: now a cons.
(find-dired): Initialize the process-mark for the filter to use.
Find listing switches in cdr of find-ls-option.
(find-dired-filter): Use dired-insert-set-properties on new text.
1995-03-06 19:55:47 +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
Richard M. Stallman
889560ede7 (menu-bar-help-menu): Binding for view-emacs-FAQ. 1995-03-06 05:19:05 +00:00
Richard M. Stallman
7ee71cf1bc (view-emacs-FAQ): New function. Bind to C-h F.
(help-for-help): Doc fix.
1995-03-06 05:16:14 +00:00
Richard M. Stallman
6a06ace60b (tar-grind-file-mode): Doc fix. 1995-03-06 04:37:18 +00:00
Richard M. Stallman
2e52ff59e5 (Info-extract-menu-node-name): Collapse multiple spaces. 1995-03-06 04:25:29 +00:00
Richard M. Stallman
4d9bd66423 (shell-command-on-region): Obey REPLACE even if
OUTPUT-BUFFER is nil.  Interactively, make REPLACE non-nil
only if there is a prefix arg.
1995-03-03 06:48:20 +00:00
Richard M. Stallman
78c793d117 (kill-emacs-query-functions): Doc fix. 1995-03-02 19:36:40 +00:00
Boris Goldowsky
6b60c5d19f (vc-comment-to-change-log): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:55:09 +00:00
Boris Goldowsky
fc4a6dd106 (indented-text-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:54:12 +00:00
Boris Goldowsky
0220283937 (tex-common-initialization, latex-mode, slitex-mode): Remove ^ from
paragraph-start & paragraph-separate.
1995-03-02 15:52:37 +00:00
Boris Goldowsky
6e9f6940cc (texinfo-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:48:20 +00:00
Boris Goldowsky
886f165697 (texinfo-format-refill): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:46:52 +00:00
Boris Goldowsky
c53857e9b2 (simula-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:43:35 +00:00
Boris Goldowsky
eb35ee41de (mail-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:42:36 +00:00
Boris Goldowsky
690bc320aa (scribe-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:41:16 +00:00
Boris Goldowsky
53e84345ac (scheme-mode-variables): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:40:12 +00:00
Boris Goldowsky
aeb82bd5c1 (news-reply-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:39:18 +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
dad432c6ab (outline-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:36:11 +00:00
Boris Goldowsky
3d6663bb11 (Edit-options-mode): Remove ^ from paragraph-start. 1995-03-02 15:34:57 +00:00
Boris Goldowsky
0608d57e5c (nroff-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:32:57 +00:00
Boris Goldowsky
6f2096a7d4 (modula-2-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:31:55 +00:00
Boris Goldowsky
6217bd13c9 (mim-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:28:45 +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
352e62b775 Use font-lock-maximum-decoration to set ada-font-lock-keywords. 1995-03-02 11:10:55 +00:00
Simon Marshall
c1a644d3ea Use font-lock-maximum-decoration when setting ada-font-lock-keywords 1995-03-02 11:07:44 +00:00
Simon Marshall
799761f0c1 Added font-lock-maximum-decoration; use it to set lisp-font-lock-keywords, and
C and C++ ones.
Added font-lock-after-fontify-buffer-hook; font-lock-fontify-buffer runs it.
Added font-lock-thing-lock-cleanup; font-lock-mode runs it when turning off.
Fixed font-lock-fontify-region so it uses forward-comment from comment-start,
rather than searching for comment-end.
Mods to lisp-font-lock-keywords-1 and 2.
1995-03-02 10:57:07 +00:00
Simon Marshall
b7e97ed504 Make sure shell-cd sets list-buffers-directory to a directory ending with `/'. 1995-03-02 08:59:07 +00:00
Richard M. Stallman
a96e9ed73e (gud-massage-args): Variable and function deleted.
(gud-common-init): Don't set the variable.
1995-03-02 08:34:04 +00:00
Richard M. Stallman
dfbd82a69a (gud-common-init): Put substed file name back in original
sequence in the args.  Pass ARGS to massage-file even if no file name.
(gud-gdb-massage-args, gud-sdb-massage-args, gud-dbx-massage-args)
(gud-mipsdbx-massage-args, gud-xdb-massage-args)
(gud-perldb-massage-args): Don't add FILE onto the args.
1995-03-02 08:33:01 +00:00
Boris Goldowsky
8e700d6e43 (mh-letter-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 16:03:33 +00:00
Boris Goldowsky
6746862870 (icon-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 16:00:54 +00:00
Boris Goldowsky
b2ca492b31 (gnus-uu-post-reply-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 15:58:51 +00:00
Boris Goldowsky
dabbbb65cf (edt-indent-or-fill-region): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 15:55:32 +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
ac0e96eb6e (bibtex-mode): Remove ^ from paragraph-start. 1995-03-01 15:43:27 +00:00
Boris Goldowsky
8e32e928fe (awk-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-01 15:41:51 +00:00
Boris Goldowsky
35ad468319 (outline-mode): Remove ^ from paragraph-start & -separate. 1995-03-01 15:39:01 +00:00
Boris Goldowsky
e2e71c3251 (ada-mode): Remove ^ from paragraph-start & -separate. 1995-03-01 15:35:47 +00:00
Boris Goldowsky
55cc56775b (paragraph-start, paragraph-separate): Default values no longer start
with ^. Doc fix.
(use-hard-newlines): Moved here from cmds.c.  Made buffer-local.  Doc fix.
(looking-at-hard): Deleted, not needed.
(forward-paragraph): Removes ^ from beginning of regexps, if
required.  Look for paragraph-start and paragraph-separate at
left-margin, not BOL.  Lines with just left-margin indentation are
treated like blank lines.
1995-03-01 15:21:11 +00:00
Boris Goldowsky
30bb975477 (newline): Moved from cmds.c. Indents last
inserted line to left-margin.
1995-03-01 15:09:58 +00:00
Richard M. Stallman
46cd263f61 (vc-do-command): Search vc-path first, not last. 1995-03-01 08:30:54 +00:00
Karl Heuer
c42f586d11 (shell-command-on-region): Fix typos in doc string.
(universal-argument, describe-arg): Deleted; this is now in C code.
(prefix-arg-internal, digit-argument, negative-argument): Likewise.
1995-03-01 03:42:18 +00:00