1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 00:50:44 -08:00
Commit graph

10633 commits

Author SHA1 Message Date
Jim Blandy
ef5623efbd * disptab.h (window_display_table): Doc fix.
(buffer_display_table): New declaration.
1994-10-08 22:13:44 +00:00
Jim Blandy
4f5d0c3c26 * cmds.c (Fforward_line): Call scan_buffer with new args.
(Fend_of_line): Replace call to Fforward_line and search loop with
call to find_before_next_newline.
1994-10-08 22:13:15 +00:00
Jim Blandy
18e9375535 * buffer.h (struct buffer): New members: newline_cache,
width_run_cache, width_table, and cache_long_line_scans.
1994-10-08 22:12:45 +00:00
Jim Blandy
28e969dd70 * buffer.c: #include region-cache.h.
(Fget_buffer_create): Initialize new members of struct buffer.
(Fkill_buffer): Free memory occupied by caches.
(init_buffer_once): Set default value for cache_long_line_scans in
buffer_defaults, and give it a bit in buffer_local_flags.
(syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans.
1994-10-08 22:12:12 +00:00
Jim Blandy
e8951513b6 * Makefile.in.in (obj) Add region-cache.o to the list of files.
(region-cache.o): New target.
(buffer.o, indent.o, search.o): Depend on region-cache.h.
1994-10-08 22:11:16 +00:00
Richard M. Stallman
ad456ad421 (file_name_completion): Ignore files "." and ".." in first pass.
(Ffile_name_completion): Perform the completion even if the
name part is empty.
1994-10-08 09:52:08 +00:00
Richard M. Stallman
5d2ca7aec6 (test_completion): New function, extracted from do_completion.
(do_completion): Use test_completion.
(Fminibuffer_complete_and_exit): If completion is already
exact, don't try to complete it.
1994-10-08 09:51:31 +00:00
Richard M. Stallman
03361bcc45 (inhibit_local_menu_bar_menus): New variable.
(read_char_x_menu_prompt): Optionally don't use local maps.
(syms_of_keyboard): Set up Lisp variable.
1994-10-08 04:30:15 +00:00
Karl Heuer
1c4ca5a330 (enum Lisp_Misc_Type): New type.
(struct Lisp_Marker): Add a member of that type.  Delete unused member
`modified'.
1994-10-07 21:44:51 +00:00
Richard M. Stallman
270c21387d (make_gap): Keep input blocked till after we set BEG_ADDR. 1994-10-07 17:40:50 +00:00
Richard M. Stallman
fcd2fe416a (check_writable, check_executable): Test HAVE_EACCESS. 1994-10-07 08:42:25 +00:00
Richard M. Stallman
41969ed9f3 (HAVE_EACCESS): Add #undef.
(HAVE_MKTIME): Add #undef.
1994-10-07 08:36:40 +00:00
Karl Heuer
5c798141c5 (Lisp_Void, VOIDP): Deleted. 1994-10-06 23:09:17 +00:00
Karl Heuer
1bfcade382 (Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):
Don't check for Lisp_Void; nothing ever creates that type.
1994-10-06 23:07:57 +00:00
Karl Heuer
9fae5e5350 (Fbyte_code): Delete case Lisp_Void. 1994-10-06 23:01:51 +00:00
Karl Heuer
9eb879911f (mark_object): Delete case Lisp_Void. 1994-10-06 22:59:55 +00:00
Karl Heuer
702672da3c (Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative. 1994-10-06 22:39:18 +00:00
Karl Heuer
db37cb3732 (Fabs): Don't use XFASTINT when negative. 1994-10-06 22:38:08 +00:00
Karl Heuer
865c050f41 (Fset, default_value, Fset_default, Fkill_local_variable): Access
buffer_local_flags as Lisp_Object, not int.
1994-10-06 22:32:11 +00:00
Karl Heuer
2836d9a4dc (defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.
Give XSETBUFFER_OBJFWD an integer offset, not a pointer.
1994-10-06 22:31:59 +00:00
Karl Heuer
aab808227e (init_buffer_once): Don't use XSETFASTINT when negative.
(reset_buffer_local_variables, Fbuffer_local_variables): Access
buffer_local_flags as Lisp_Object, not int.
1994-10-06 22:30:47 +00:00
Karl Heuer
838abf5670 (Fload, load_unwind): Store stream pointer as a cons of two integers,
obviating the need for Lisp_Internal_Stream datatype.
1994-10-06 21:50:14 +00:00
Karl Heuer
512367102e (Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted. 1994-10-06 21:47:34 +00:00
Karl Heuer
9852abf34d (mark_object): Delete case Lisp_Internal_Stream. 1994-10-06 21:47:12 +00:00
Karl Heuer
6428369f33 (read1): New argument for returning out-of-band data, obviating the need for
Lisp_Internal datatype.
(read0, read1, read_list): Use that new calling sequence.
1994-10-06 21:29:49 +00:00
Karl Heuer
df1955fcf9 (Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted. 1994-10-06 21:29:23 +00:00
Richard M. Stallman
0fb53770ce (x_set_icon_type): Remove period from error message.
(x_icon_type): New function.
1994-10-06 07:08:03 +00:00
Richard M. Stallman
4baa8a8329 (make_hdr): Undo June 16 change. 1994-10-06 03:25:51 +00:00
Richard M. Stallman
f793dc6c1e (Ffile_regular_p): New function.
(syms_of_fileio): defsubr it.
1994-10-05 09:33:33 +00:00
Richard M. Stallman
701ca6c06b (Finteractive): Doc fix. 1994-10-04 22:55:50 +00:00
Karl Heuer
33b43fa6ee (single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue. 1994-10-04 19:49:16 +00:00
Karl Heuer
90e1eb6f4d (construct_mouse_click): Don't use XFASTINT as an lvalue. 1994-10-04 19:48:36 +00:00
Karl Heuer
a39f04772b (Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of calling
XSET directly.
1994-10-04 19:47:37 +00:00
Karl Heuer
e0c1aef22b (x_new_focus_frame, construct_mouse_click, construct_menu_click,
note_mouse_highlight, XTmouse_position, x_scroll_bar_create,
x_scroll_bar_set_handle, x_scroll_bar_move, XTset_vertical_scroll_bar,
XTredeem_scroll_bar, x_scroll_bar_handle_click, x_scroll_bar_note_movement,
x_scroll_bar_report_motion, XTread_socket, x_make_frame_visible): Use new
accessor macros instead of calling XSET directly.
1994-10-04 19:46:12 +00:00
Richard M. Stallman
c0a0492738 (input_signal_count): New variable.
(XTread_socket): Increment it.
(x_make_frame_visible): Exit final loop when XTread_sockets has run.
1994-10-04 19:38:53 +00:00
Richard M. Stallman
8ed87156cf (widget_id_tick): Move definition into conditional.
(syms_of_xmenu): Conditionalize initialization of widget_id_tick.

(last_menu_bar_item_end): Var deleted.
(this_menu_bar_item_beg, this_menu_bar_item_end): Vars deleted.
(other_menu_bar_item_p, unread_menu_bar_button)
(check_mouse_other_menu_bar): Functions deleted.
(last_event_timestamp, Vdouble_click_time, Vmouse_depressed): Decls deleted.
(xmenu_show): XMENU_FOO conditional and its contets deleted.
1994-10-04 19:37:55 +00:00
Karl Heuer
0319206797 (validate_region): Swap using temp Lisp_Object, not int. 1994-10-04 19:36:47 +00:00
Karl Heuer
7c6f34f0cc (read_process_output): Don't use XFASTINT as an lvalue. 1994-10-04 17:35:21 +00:00
Karl Heuer
247e20a8ba (Fmodify_syntax_entry): Don't use XFASTINT as an lvalue. 1994-10-04 17:32:17 +00:00
Karl Heuer
f58dd69bcf (Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue. 1994-10-04 17:22:08 +00:00
Karl Heuer
330e7312a3 (validate_interval_range): Don't use XFASTINT as an lvalue. 1994-10-04 17:19:36 +00:00
Karl Heuer
e8e536a996 (try_window_id): Don't use XFASTINT as an lvalue. 1994-10-04 17:10:36 +00:00
Karl Heuer
e33f733040 (x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue. 1994-10-04 17:09:34 +00:00
Karl Heuer
e43ec7859e (XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use
XSETFASTINT instead.
1994-10-04 17:04:39 +00:00
Karl Heuer
d4edf04792 (Fx_open_connection): Don't use XFASTINT as an lvalue. 1994-10-04 16:46:24 +00:00
Karl Heuer
e09798108d (compute_char_face): Don't use XFASTINT as an lvalue. 1994-10-04 16:45:39 +00:00
Karl Heuer
c2213350bf (redisplay, mark_window_display_accurate, redisplay_window, try_window,
try_window_id, display_text_line, display_menu_bar, decode_mode_spec,
init_xdisp): Don't use XFASTINT as an lvalue.
1994-10-04 16:44:49 +00:00
Karl Heuer
d834a2e98c (make_window, Fset_window_hscroll, Fset_window_start, set_window_height,
set_window_width, Fset_window_buffer, Fselect_window, temp_output_buffer_show,
make_dummy_parent, Fsplit_window, change_window_height, window_scroll,
Fscroll_left, Fscroll_right, Frecenter, Fmove_to_window_line,
Fset_window_configuration, save_window_save, Fcurrent_window_configuration,
init_window_once): Don't use XFASTINT as an lvalue.
1994-10-04 16:34:57 +00:00
Karl Heuer
64db38486e (create_process): Don't use XFASTINT as an lvalue. 1994-10-04 16:16:33 +00:00
Karl Heuer
28b2b11600 (record_delete, record_first_change): Don't use XFASTINT as an lvalue. 1994-10-04 16:15:52 +00:00