1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 00:40:35 -08:00
Commit graph

155589 commits

Author SHA1 Message Date
Karl Heuer
589479d190 (nroff-mode): Deleted garbage character. 1994-03-09 06:42:46 +00:00
Karl Heuer
0f933cf6b2 (find-buffer-visiting): Fix typo in previous change. 1994-03-09 06:20:32 +00:00
Karl Heuer
d68807fc71 Fix typo in previous change. 1994-03-09 06:13:36 +00:00
Karl Heuer
d1fa2e8a7a (Fcall_interactively): Don't select an active minibuffer. 1994-03-09 06:07:43 +00:00
Karl Heuer
8c2c32d279 (Fselect_window): Undo previous minibuffer change. 1994-03-09 06:02:56 +00:00
Richard M. Stallman
d29a563167 (window_loop): Delete MULTI_FRAME
conditional within the loop, spuriously added in prev change.
Don't ignore invisible or iconified frames for GET_BUFFER_WINDOW;
instead, let Fnext_window skip them if appropriate.
1994-03-09 05:59:08 +00:00
Karl Heuer
671cfd1aa3 (Fselect_window): Don't select an inactive minibuffer. 1994-03-09 04:17:47 +00:00
Karl Heuer
d65147f61d (mouse-minibuffer-check): New function to disallow mouse events in an inactive
minibuffer.  All relevant mouse functions changed to use it.
1994-03-09 04:00:12 +00:00
Karl Heuer
138c44f6a3 (find-buffer-visiting): New function to look for another buffer visiting the
same inode.
(find-file-noselect): Use it instead of inline code.
1994-03-09 00:23:30 +00:00
Karl Heuer
e6d25e1474 (apropos, super-apropos): Doc fix. 1994-03-08 23:53:06 +00:00
Karl Heuer
201cb91b51 (super-apropos-check-doc-file): Use doc-directory instead of data-directory. 1994-03-08 23:31:55 +00:00
Richard M. Stallman
e8edb3aef6 (Fdisplay_buffer): If pop_up_frames != 0,
consider just visible frames when looking for existing window.
1994-03-08 23:28:14 +00:00
Karl Heuer
be210740d1 Initial revision 1994-03-08 22:59:20 +00:00
Richard M. Stallman
8db970a4e7 Initial revision 1994-03-08 22:47:20 +00:00
Karl Heuer
a117e51e29 Add freebsd. 1994-03-08 22:37:54 +00:00
Richard M. Stallman
b0fab82cb6 (indented-text-mode): Run indented-text-mode-hook. 1994-03-08 21:42:39 +00:00
Richard M. Stallman
06d35594f6 Renamed from mode-clone.el.
All functions renamed.
(define-derived-mode): Renamed from define-mode-clone.
1994-03-08 19:02:50 +00:00
Richard M. Stallman
497513adfb (comint-completion-fignore): New variable.
(comint-dynamic-complete-as-filename): Use it.
1994-03-08 17:43:37 +00:00
Richard M. Stallman
e11284d5d2 (shell-completion-fignore): New variable.
(shell-mode): Use it to set comint-completion-fignore.
(shell-dynamic-complete-as-command): Use it.
1994-03-08 17:43:07 +00:00
Richard M. Stallman
c58632fc81 (syms_of_undo): staticpro pending_boundary.
(pending_boundary): New variable.
(syms_of_undo): Initialize it.
(Fundo_boundary): Use pending_boundary.
(record_insert, record_delete, record_property_change):
Set pending_boundary.
1994-03-08 16:33:28 +00:00
Roland McGrath
5d69474126 (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF before
trying to use fpathconf.
1994-03-08 06:53:48 +00:00
Roland McGrath
c51b1a7c77 Add #undef HAVE_FPATHCONF. 1994-03-08 06:52:58 +00:00
Roland McGrath
5725490b48 Check for fpathconf. 1994-03-08 06:51:56 +00:00
Roland McGrath
3708523330 (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. 1994-03-08 06:48:45 +00:00
Roland McGrath
f778aff2fd (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address. 1994-03-08 06:45:43 +00:00
Roland McGrath
f2a003428d (term_get_fkeys_data): Variable removed.
(term_get_fkeys_define_1, term_get_fkeys_define): Functions removed.
(term_get_fkeys_address): New variable, to pass arg through condition-case.
(term_get_fkeys): Set that to ADDRESS; just do condition-case around call to
term_get_fkeys_1, ignoring all errors.
(term_get_fkeys_1): New function, containing body of term_get_fkeys.
Don't use term_get_fkeys_define_1; call Fdefine_key directly.
1994-03-08 06:20:26 +00:00
Richard M. Stallman
89bca6129b (Fprevious_window, Fnext_window): ALL_FRAMES = visible
means consider only visible frames.
(window_loop): Likewise for FRAMES.
(Fget_buffer_window, Fget_largest_window, Fget_lru_window): Doc fix.
(Fdelete_windows_on): Doc fix.
1994-03-08 06:20:18 +00:00
Richard M. Stallman
f7af3f7b44 (next_frame, prev_frame): If MINIBUF is `visible',
consider only visible frames.
(Fnext_frame, Fprevious_frame): Doc fix.
(syms_of_frame): Staticpro Qvisible.
1994-03-08 06:18:49 +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
Richard M. Stallman
362fb47a7c (Qvisible): Declared. 1994-03-08 05:37:15 +00:00
Richard M. Stallman
3b5908ef61 (Fwindow_width): Doc fix. 1994-03-08 00:09:03 +00:00
Richard M. Stallman
26d6bb604c entered into RCS 1994-03-07 23:24:02 +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
Karl Heuer
acdf173af7 Comment fix. 1994-03-07 20:21:56 +00:00
Karl Heuer
e886137a18 (gdb): Use a minibuffer map with TAB to complete a filename. 1994-03-07 20:13:50 +00:00
Karl Heuer
b492f73b18 (comment-column): Doc fix. 1994-03-07 19:44:50 +00:00
Karl Heuer
dfd351ef6d (doprnt): Do the right thing for negative size spec. 1994-03-07 18:59:00 +00:00
Karl Heuer
9f6c23bc36 (get_minibuffer): Make name buffer large enough. 1994-03-07 18:55:55 +00:00
Karl Heuer
6300d782d7 (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix. 1994-03-07 18:53:02 +00:00
Karl Heuer
a4e71d81b9 (temp_echo_area_glyphs): Use quit_char, not C-g. 1994-03-07 18:47:49 +00:00
Karl Heuer
77b24de6f6 (Fscroll_other_window): Doc fix. 1994-03-07 18:39:11 +00:00
Richard M. Stallman
73e2025fcd (mouse-choose-completion): Bury the completion buffer. 1994-03-07 03:37:55 +00:00
Richard M. Stallman
0a688fd0fc Initial revision 1994-03-07 03:00:30 +00:00
Richard M. Stallman
f88b8cee6f Accept freebsd as OS. 1994-03-07 02:49:06 +00:00
Richard M. Stallman
cd1f32a618 Doc fixes.
(mouse-sel-insert-at-point): New variable.
(mouse-insert-selection): Don't move point if
mouse-sel-insert-at-point is non-nil.
1994-03-07 02:29:26 +00:00
Richard M. Stallman
fd80e3bbba (mark_object): Add no-op cast. 1994-03-06 22:07:19 +00:00
Richard M. Stallman
a1ed3ba654 (edebug-skip-whitespace): Only \n, not \r, ends a comment. 1994-03-06 21:05:30 +00:00
Richard M. Stallman
9125da08de (error): Use doprnt. Make buffer larger as necessary. 1994-03-06 20:39:52 +00:00
Richard M. Stallman
288f95bd03 (backquote-listify): Renamed from bq-listify.
(backquote-process): Renamed from bq-process.
(backquote-list*-function): Renamed from list*-function.
(backquote-list*-macro): Renamed from list*-macro.
(backquote-list*): Renamed from list*.
1994-03-06 19:43:23 +00:00