Richard M. Stallman
6ef5c4bdda
(Fmake_marker): Initialize insertion_type to 0.
1995-09-08 16:59:25 +00:00
Richard M. Stallman
4a722d6c53
(HAVE_UNISTD_H): Add #undef.
1995-09-08 16:24:48 +00:00
Richard M. Stallman
fc299663f4
(Fcopy_marker): New arg TYPE.
...
(Fmarker_insertion_type, Fset_marker_insertion_type): New functions.
(syms_of_marker): defsubr them.
1995-09-03 18:53:58 +00:00
Richard M. Stallman
26d84681fa
(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.
1995-09-03 18:52:37 +00:00
Richard M. Stallman
beecb55b9e
(adjust_markers_for_insert): New function.
...
(insert_from_buffer_1, insert_from_string_1, insert_1): Call it.
1995-09-03 18:51:47 +00:00
Richard M. Stallman
aee8173001
(putchar): Call internal_flush instead of _flsbuf.
...
(DO_TERMSCRIPT): New macro to support open-termscript.
(internal_flush): Corrected handling of flush in middle of
escape sequences. Handle screen width > 127.
(flush_escape): New function for use by internal_flush.
(sys_select): New MS-DOS specific version with us timing.
(EMACSCOLORS): New environment variable.
(IT_clear_end_of_line): Set default face.
(run_msdos_command): Restore mouse position after command.
Close "backup fd"s.
Corrected switch to cooked mode while running command.
(mouse_on, mouse_off): Now checks have_mouse > 0.
Note: "have_mouse < 0" means that a mouse is present, but
it has been disabled via msdos-mouse-disable.
(IT_write_glyphs): Allow esc-character itself to be printed.
(event_timestamp): New function to make reliable times stamps.
(sys_chdir): Skip drive letter before calling chdir.
(sleep_or_kbd_hit): Handle 60 seconds time wrap.
(mouse_get_pos): Return event_timestamp.
1995-09-03 17:32:58 +00:00
David J. MacKenzie
c70c27055d
Don't assume that HAVE_CONFIG_H implies emacs.
1995-09-02 23:47:41 +00:00
Richard M. Stallman
ac3b02794f
(Fmsdos_mouse_enable, Fmsdos_mouse_disable)
...
(Fmsdos_mouse_init): New functions.
(syms_of_dosfns): defsubr them.
(Fmode25, Fmode4350): Call mouse_off unconditionally.
(Fset_mouse_position): Return nil.
1995-09-02 16:23:53 +00:00
Richard M. Stallman
39238ce758
(sleep_or_kbd_init): Delete declaration.
1995-09-02 16:23:03 +00:00
Richard M. Stallman
7964ba9e07
(sys_subshell) [MSDOS]: Handle SUSPEND env var.
...
Disable error report from subshell if system returns non-zero.
Don't call vfork before calling system.
Don't call wait_for_termination.
(sys_select): Turn it off if MSDOS.
(reset_sys_modes): Support EMACSCOLORS env var.
1995-09-02 16:22:17 +00:00
Richard M. Stallman
91b0b37e2a
[!MULTI_FRAME] (Factive_minibuffer_window): New function.
...
[!MULTI_FRAME] (syms_of_frame): defsubr it.
1995-09-02 16:20:15 +00:00
Richard M. Stallman
64aba29c64
(SITELOAD_PURESIZE_EXTRA): New macro.
...
(BASE_PURESIZE): Use SITELOAD_PURESIZE_EXTRA.
1995-09-02 16:18:26 +00:00
Richard M. Stallman
adc6741c3f
(Fmake_symbolic_link, Fadd_name_to_file):
...
Look for handler for the new name as well as for the target.
1995-09-02 01:21:55 +00:00
Richard M. Stallman
8436e23177
(Ffile_name_all_completions, Ffile_name_completion):
...
Look for handler for FILE as well as for DIRNAME.
1995-09-02 01:19:53 +00:00
Richard M. Stallman
ae4788a82b
(re_search_2): If pattern starts with \=, optimize search.
1995-09-01 18:43:30 +00:00
Richard M. Stallman
aea4a109af
(save_excursion_save): Pass the new arg to Fcopy_marker.
1995-09-01 02:02:17 +00:00
Richard M. Stallman
eeb82665b2
(save_window_save): Pass the new arg to Fcopy_marker.
1995-09-01 02:01:29 +00:00
Richard M. Stallman
b78ce8fbdb
(Fcommand_execute): Ignore `disabled' property on
...
commands if `disable-command-hook' is nil.
(read_key_sequence): Validate the event position
before calling get_local_map.
1995-08-31 23:09:39 +00:00
Richard M. Stallman
47d7d104ac
(Fdisplay_completion_list): Clear all text properties
...
for the whitespace between completion items.
1995-08-31 17:23:50 +00:00
Richard M. Stallman
2c6c7c721b
(Fdecode_time): Doc fix.
1995-08-29 19:38:04 +00:00
Richard M. Stallman
d70fbccad6
(decode_env_path): Use ".", not nil, for current dir.
1995-08-29 15:32:00 +00:00
Richard M. Stallman
6856855556
(x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.
1995-08-29 04:36:12 +00:00
Roland McGrath
afe3e77471
(GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.
...
(HAVE_SOCKETS, A_TEXT_SEEK, NO_REMAP): Macros removed.
1995-08-28 20:38:37 +00:00
Richard M. Stallman
bf1f6e77a1
(doprnt): Fix typo in error message.
1995-08-27 23:53:06 +00:00
Richard M. Stallman
ecb2a4680f
Delete some #if 0'd functions.
1995-08-27 18:17:01 +00:00
Richard M. Stallman
f335fabe75
(modifier_names): Add 4 bits to modifier bit positions.
1995-08-26 15:26:42 +00:00
Richard M. Stallman
faec11dbd4
(PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop
...
register values if POSIX backtracking is turned off.
(NUM_FAILURE_ITEMS): Value is 0 if no POSIX backtracking.
1995-08-22 19:44:26 +00:00
Karl Heuer
75d13c6481
(display_text_line): Write blanks under the entire
...
scroll bar, not just the first column.
1995-08-22 00:32:03 +00:00
Richard M. Stallman
59aadc813c
(Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.
...
(syms_of_keyboard): Set up new vars.
(command_loop_1): Run Qpost_command_idle_hook.
1995-08-21 22:02:50 +00:00
Richard M. Stallman
58b2bb63f7
Include syssignal.h.
1995-08-21 21:56:40 +00:00
Richard M. Stallman
37473f05cb
(SA_RESTART): Add #undef.
1995-08-21 20:52:13 +00:00
Richard M. Stallman
a20435c061
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
...
(START_FILES): Defined.
(LIB_STANDARD): New definition, details depending on __GNUC__.
1995-08-21 18:48:21 +00:00
David J. MacKenzie
3e19e687d2
default to user-supplied buffer.
1995-08-21 04:33:21 +00:00
Richard M. Stallman
176cc1bce1
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
...
(SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined.
(sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.
1995-08-20 16:04:10 +00:00
Richard M. Stallman
7a6ec3d1ad
(SYSTEM_TYPE): Change to just "aix".
1995-08-20 16:03:43 +00:00
Richard M. Stallman
bfc30de97f
(sigsetmask, _setjmp, _longjmp): Delete undefs.
...
[__GNUC__] (_NO_PROTO): Add undef.
1995-08-20 15:51:42 +00:00
Richard M. Stallman
029305afa1
Include aix3-2-5.h, not aix3-2.h.
1995-08-20 15:50:33 +00:00
Richard M. Stallman
648c0abd51
Initial revision
1995-08-19 18:24:48 +00:00
Richard M. Stallman
308444156d
(scan_sexps_forward): Fix previous change.
1995-08-19 17:00:34 +00:00
Richard M. Stallman
308e97d018
(struct Lisp_Marker): Make insertion_type an unsigned int.
1995-08-19 05:38:46 +00:00
Richard M. Stallman
69b07ee13a
(scan_sexps_forward): Use the initial depth
...
in the starting state for tracking when we reach TARGETDEPTH.
1995-08-16 15:03:24 +00:00
Richard M. Stallman
2718dfa4b8
(Fself_insert_command): Optimize the case with arg > 2
...
to avoid running change hooks lots of times.
1995-08-16 15:00:57 +00:00
Karl Heuer
2c70c9923e
(sort_args): Initialize best_priority smaller than any
...
actual priority.
1995-08-15 18:49:20 +00:00
Richard M. Stallman
bc4498bb86
(Fcall_process_region): Pass new arg to Fwrite_region.
1995-08-14 17:26:50 +00:00
Richard M. Stallman
7204a979c6
(Fwrite_region): New arg lockname.
...
(auto_save_1): Pass new arg.
1995-08-14 17:26:27 +00:00
Richard M. Stallman
575985b101
(standard_args): Fix previous change.
1995-08-14 17:13:38 +00:00
Richard M. Stallman
c3c6202c3f
(standard_args): Add option --eval to evalute an
...
expression on the command line and print the result.
1995-08-14 16:04:48 +00:00
Richard M. Stallman
199afd290f
(Fcancel_kbd_macro_events): New function.
...
(syms_of_macros): defsubr it.
1995-08-13 15:47:11 +00:00
Richard M. Stallman
7e63ac6aec
(store_frame_param): Don't call set_menu_bar_lines if X.
1995-08-12 23:26:21 +00:00
Richard M. Stallman
3a0b426081
(TEXT_END, DATA_END): Fix the definitions.
1995-08-11 23:47:16 +00:00