1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-14 02:42:46 -07:00
Commit graph

155589 commits

Author SHA1 Message Date
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
Boris Goldowsky
70743ff117 (textget): Check default_properties vbl too. 1995-03-06 15:43:56 +00:00
Boris Goldowsky
883b5fa175 Declare Vdefault_properties. 1995-03-06 15:43:56 +00:00
Boris Goldowsky
c7dd82a34d (Vdefault_properties): New vbl. 1995-03-06 15:43:56 +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
f48f33caa6 (x_connection_closed): Ignore non-X frames.
Fix the logic for deleting frames that use separate minibuffers
that are on the dead connection.
1995-03-06 04:35:33 +00:00
Richard M. Stallman
829782956e (defined_color): If colormap is full, find closest match. 1995-03-06 04:33:56 +00:00
Richard M. Stallman
a992f9d90e (load_color): Call defined_color to allocate the color. 1995-03-06 04:32:25 +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
f4c8ded2b0 (Fcall_interactively): Fix Feb 22 change. 1995-03-06 04:17:49 +00:00
Richard M. Stallman
7c2087eea5 (Fpop_to_buffer): Call Fset_buffer_major_mode if we create a buffer. 1995-03-06 04:15:23 +00:00
Richard M. Stallman
a6e0153c17 (read_key_sequence): Update orig_local_map
for some additional gotos to replay_sequence.
1995-03-03 10:32:07 +00:00
Richard M. Stallman
dfc21838c0 (exec_sentinel, read_process_output): If running filter
or sentinel changes the local map, call record_asynch_buffer_change.
1995-03-03 10:31:49 +00:00
Richard M. Stallman
d2e9ee068c Change in eval-after-load; advise not using it. 1995-03-03 06:49:59 +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
Karl Heuer
a9cc8174a2 (display_mode_line): Temporarily set current_perdisplay to reference the frame
we're updating.
1995-03-03 06:41:20 +00:00
Karl Heuer
8b97da83a7 (defining_kbd_macro): Delete; now part of perdisplay. All uses changed.
(kbd_macro_buffer, kbd_macro_ptr, kbd_macro_end): Likewise.
(kbd_macro_bufsize): Likewise.
(Fstart_kbd_macro): Initialize kbd_macro_buffer if not already done.
(init_macros): Delete initialization of defining_kbd_macro.
(syms_of_macros): Delete initialization of kbd_macro_buffer.
1995-03-03 05:02:50 +00:00
Karl Heuer
834ec2768c (defining_kbd_macro): Delete declaration. 1995-03-03 05:02:29 +00:00
Karl Heuer
67f0e52875 (struct PERDISPLAY): New members defining_kbd_macro, kbd_macro_buffer,
kbd_macro_ptr, kbd_macro_end, kbd_macro_bufsize.
1995-03-03 05:02:06 +00:00
Karl Heuer
8066f1a1d1 (read_char_minibuf_menu_prompt): orig_defn_macro is now Lisp_Object, not int.
(init_perdisplay): Initialize some of the new members.
(wipe_perdisplay): Free kbd_macro_buffer.
1995-03-03 05:01:27 +00:00
Richard M. Stallman
27c395516d Fix sort-diary-entries example. 1995-03-03 02:50:16 +00:00
Karl Heuer
217e16c10f (cmd_error): Allow current_perdisplay to be null. 1995-03-03 02:08:49 +00:00
Karl Heuer
44820cc38c (Fcall_interactively): Disallow switch-frame events when reading k' or K'
specification.
1995-03-03 01:51:09 +00:00
Karl Heuer
ce98e6086f (read_key_sequence): New arg can_return_switch_frame. All callers changed.
(Fread_key_sequence): Likewise.
1995-03-03 01:50:42 +00:00
Richard M. Stallman
9f232a5df0 (syms_of_emacs): Doc fix. 1995-03-02 19:37:37 +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