1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

6214 Commits

Author SHA1 Message Date
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
Richard M. Stallman
829d872be9 (shut_down_emacs): Set Vrun_hooks to nil. 1994-03-05 20:38:30 +00:00
Richard M. Stallman
012d4cdc7f (Fdo_auto_save): Doc fix. 1994-03-05 20:36:38 +00:00
Richard M. Stallman
88ce066e29 (command_loop_1, read_key_sequence, Fcommand_execute):
Don't call Vrun_hooks if it is nil.
1994-03-05 20:35:52 +00:00
Richard M. Stallman
92d3b06efb (read_minibuf): Don't call Vrun_hooks if it is nil. 1994-03-05 20:35:13 +00:00
Richard M. Stallman
9fed2b1852 (save_excursion_restore): Don't call Vrun_hooks if nil. 1994-03-05 20:32:35 +00:00
Richard M. Stallman
fd186f07f1 (Fkill_buffer, Fkill_all_local_variables):
Don't call Vrun_hooks if it is nil.
1994-03-05 20:31:10 +00:00
Karl Heuer
8746da9580 (command_loop_1): Fix misplaced assignment of last_point_position. 1994-03-05 03:58:45 +00:00
Karl Heuer
c47fae76cd (rmail-message-filter): Doc fix. 1994-03-04 23:08:31 +00:00
Karl Heuer
972a693aa5 *** empty log message *** 1994-03-04 22:26:03 +00:00
Karl Heuer
1a2f2d332e (isnan): New macro.
(float_arith_driver): min and max yield NaN if any argument is a NaN.
1994-03-04 21:21:08 +00:00
Fred Pierresteguy
cffa74ea6c (update_one_frame_psheets): Call EmacsFrameSetCharSize to
force the paned widget to resize to the right value.
        (xmenu_show): No need to check a second time whether the mouse has
        moved to another menu bar item. This slows down execution.
1994-03-04 09:30:58 +00:00
Fred Pierresteguy
57aa60d8f1 (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use XtVaSetValues for
geometry management.
1994-03-04 09:09:49 +00:00