1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00
Commit graph

6226 commits

Author SHA1 Message Date
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
Richard M. Stallman
41ea659a7f Complete rewrite by Sladkey. 1994-03-06 19:39:10 +00:00
Richard M. Stallman
0dba5606aa Comment changes. 1994-03-06 19:00:21 +00:00
Richard M. Stallman
34628a901f (operate_on_word): Don't move point; store in *NEWPOINT.
(Fupcase_word, Fdowncase_word, Fcapitalize_word):
Set point after changing case.  Rename opoint to beg.
1994-03-06 18:54:21 +00:00
Richard M. Stallman
d6eac7d468 Initial revision 1994-03-06 03:27:00 +00:00
Richard M. Stallman
1bd5084056 (c++-font-lock-keywords-1, c++-font-lock-keywords-2): New variables.
(c++-font-lock-keywords): Use c++-font-lock-keywords-1.
1994-03-05 23:32:27 +00:00
Richard M. Stallman
54b2aa5c65 (jka-compr-insert-file-contents): Handle 5th arg. 1994-03-05 23:28:35 +00:00
Richard M. Stallman
b3bbaa663d (byte-compile-track-mouse): Handle >1 body form.
Generate code that binds track-mouse.
1994-03-05 23:27:51 +00:00
Richard M. Stallman
846d69ac63 (ARRAY_MARK_FLAG): Define here. 1994-03-05 23:26:52 +00:00
Richard M. Stallman
e3515d10e7 Clean up indentation and whitespace. 1994-03-05 21:53:42 +00:00
Richard M. Stallman
902a54b2c7 (main): Change delimiter from "^L" to "^_^L".
Allow for text following "BABYL OPTIONS:".
Add --help option.  Use argv[0] in error messages.
1994-03-05 21:49:26 +00:00
Richard M. Stallman
1518a9eb45 (main) [HAVE_SYSVIPC]: Make msgp->mtext longer if necessary.
On HPUX, error if it's more than 512 chars.
1994-03-05 21:42:57 +00:00
Richard M. Stallman
0bc439a076 Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h.
(write_to_vms_process): Change =- to -=.
(create_process): Set status field instead of obsolete flags field.
(child_sig): Likewise.
1994-03-05 21:38:34 +00:00
Richard M. Stallman
3f872b675a (ARRAY_MARK_FLAG): Definition moved to lisp.h. 1994-03-05 20:39:07 +00:00