- 20 Oct, 1992 11 commits
-
-
Richard M. Stallman authored
Explicitly bind control characters at that level.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ange-ftp-add-dumb-unix-host): Use default-directory, not dired-directory. (ange-ftp-allow-child-lookup): Eliminate use of dired-local-variables-file.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
directory-file-name returns same as DIR. Look for a file-truename handler for the file name.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
[!emacs]: Delete definition of EXCEEDS_LISP_PTR.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 19 Oct, 1992 12 commits
-
-
Richard M. Stallman authored
the body, so at worst we return nil.
-
Jim Blandy authored
previous_echo_glyphs, so that the minibuffer shows through.
-
Jim Blandy authored
-
Jim Blandy authored
* (Flive_window_p): New function. (Qlive_window_p): New variable, to name it in type errors. (syms_of_window): Defsubr Slive_window_p, init and staticpro Qlive_window_p. (decode_window): Use CHECK_LIVE_WINDOW instead of CHECK_WINDOW; the only thing a user should be able to do to a dead window is check its type. (Fcoordinates_in_window_p, Fnext_window, Fprevious_window, Fdelete_other_windows, Fselect_window, Fsplit_window, Fscroll_other_window): Use CHECK_LIVE_WINDOW instead of CHECK_WINDOW. (Fdelete_window): If WINDOW is a deleted window, do nothing; there's no harm in allowing people to delete deleted windows. Delete all of WINDOW's subwindows, too. (delete_all_subwindows): Set the buffer, vchild, and hchild of the windows we delete all to nil. * window.c (Fwindow_minibuffer_p): Make the WINDOW argument optional, like all the other window-querying functions. * window.c (Fpos_visible_in_window_p): Use decode_window to handle the WINDOW argument, instead of writing out that function's code. * window.c (check_frame_size): Don't define this extern; that doesn't mean anything. * window.c (Fdelete_window): Choose an alternative when we delete any frame's selected window, not just when we delete the selected frame's selected window.
-
Jim Blandy authored
and previous_echo_glyphs; let message do that work.
-
Jim Blandy authored
(Qlive_window_p): Extern declaration for this.
-
Jim Blandy authored
keymap-scanning loop. Don't treat vectors as binding tables if they're the wrong length. * keymap.c (store_in_keymap): Don't forget to QUIT in the keymap-scanning loop. Don't treat vectors as binding tables if they're the wrong length.
-
Jim Blandy authored
-
Jim Blandy authored
an array of Lisp_Objects. (this_command_keys_size): Deleted. (echo, add_command_key, Fthis_command_keys): Adjusted appropriately. (init_keyboard): Don't allocate it here. (syms_of_keyboard): Allocate it here, and staticpro it. * keyboard.c (read_char): Call ourselves with the appropriate number of arguments. (read_char_menu_prompt): If USED_MOUSE_MENU is zero, don't try to store things in it. * keyboard.c (modify_event_symbol): Arrange to set the click_modifier bit on otherwise unmodified mouse clicks. * keyboard.c (kbd_buffer_get_event): Remember that *mouse_position_hook may set *FRAME to 0; don't generate switch-frame events in this case. Fix fencepost bug in fetching events from keyboard buffer.
-
Jim Blandy authored
and refers to an obsolete version of struct face.
-
Jim Blandy authored
CHECK_LIVE_WINDOW instead of CHECK_WINDOW. * sunfns.c (Fsun_menu_internal): Same. * xmenu.c (Fx_popup_menu): Same.
-
Jim Blandy authored
(XTread_socket): Pass it by reference to XLookupString. * xterm.c: Clean up some of the caps lock handling: (x_shift_lock_mask): New variable. (x_find_modifier_mappings): Set it, based on the modifier mappings. (x_convert_modifiers): Use x_shift_lock_mask, instead of assuming that the lock bit always means to shift the character. (XTread_socket): When handling KeyPress events, don't pass an XComposeStatus structure along to XLookupString. When handling MappingNotify events, call XRefreshKeyboardMapping for both MappingModifier and MappingKeyboard events, not just the latter.
-
- 18 Oct, 1992 9 commits
-
-
Richard M. Stallman authored
(kill-paragraph, backward-kill-paragraph): Don't change point before calling kill-region.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs): (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'. (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer. (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
-
Richard M. Stallman authored
(sendmail-send-it): Call expand-mail-aliases.
-
Richard M. Stallman authored
-
Christopher Zaborsky authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 17 Oct, 1992 7 commits
-
-
Jim Blandy authored
message; let the minibuffer contents show through.
-
Jim Blandy authored
this_command_keys is now a vector.
-
Jim Blandy authored
distribution. * config.sub: New file, to help us recognize configuration names. * make-dist: Include it in the distribution.
-
Jim Blandy authored
-
Jim Blandy authored
-
Jim Blandy authored
-
Richard M. Stallman authored
-
- 16 Oct, 1992 1 commit
-
-
Jim Blandy authored
-