- 17 Oct, 2000 3 commits
-
-
Gerd Moellmann authored
string's size_byte. (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function. (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable. (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th string allocated.
-
Gerd Moellmann authored
of selective display off while searching for the next line start.
-
Kenichi Handa authored
-
- 16 Oct, 2000 10 commits
-
-
Stefan Monnier authored
-
Gerd Moellmann authored
iterator at the beginning, so that they can be set later on, for instance in reseat_at_next_visible_line_start without being overwritten.
-
Gerd Moellmann authored
-
Eli Zaretskii authored
-
Gerd Moellmann authored
-
Miles Bader authored
-
Gerd Moellmann authored
-
Miles Bader authored
Make h unsigned to avoid wackiness when the high bit gets set.
-
Miles Bader authored
OLD_POS or NEW_POS has a non-nil field property, even if they're the same.
-
Kenichi Handa authored
-
- 15 Oct, 2000 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
Do the meta->esc mapping. Call get_keyelt before returning. Start scanning from the second element (the first is always `keymap') to make it easier to detect when we reach a parent map. Handle the case of inheriting from a symbol whose function is a map. (Fkeymap_parent): Also handle the `inherit from symbol' case. (fix_submap_inheritance, Fdefine_key): Update call to access_keymap. (get_keyelt, Flookup_key): Update call to access_keymap. Remove the meta->esc mappings. (define_as_prefix): Delete old disabled code. (menu_item_p): New function. (where_is_internal_1): Skip over the few remaining menu items. * lisp.h (access_keymap): Update prototype. * keyboard.c (read_char, menu_bar_items, tool_bar_items): Update call to access_keymap. (follow_key, read_key_sequence): Update calls to access_keymap. Remove the meta->esc mappings.
-
- 13 Oct, 2000 4 commits
-
-
Gerd Moellmann authored
with additional argument.
-
Gerd Moellmann authored
(try_cursor_movement, display_line): Use it. (append_space): Also save/restore iterator's current character and its length. (init_from_display_pos): Add an assertion. (handle_stop): Don't set iterator's add_overlay_start. (handle_invisible_prop): Likewise. (load_overlay_strings): If text under an overlay is invisible, take both before- and after-strings into account when the iterator is positioned either at the start or at the end of the overlay. (forward_to_next_line_start): Rewritten. (reseat_at_next_visible_line_start): Rewritten. (set_iterator_to_next): Add parameter RESEAT_P.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 12 Oct, 2000 5 commits
-
-
Stefan Monnier authored
face-set-after-frame-default since the caller does it for us anyway.
-
Eli Zaretskii authored
on character terminals.
-
Gerd Moellmann authored
selected window. (save_excursion_restore): If buffer was visible in a window, and a different window was selected, and the old selected window is still live, restore point in that window.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 11 Oct, 2000 5 commits
-
-
Kenichi Handa authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(Ffind_charset_region): Doc fix.
-
Kenichi Handa authored
text to insert in a buffer by make_string_unibyte/multibyte instead of Fstring_as_unibyte/multibyte.
-
Kenichi Handa authored
-
- 10 Oct, 2000 3 commits
-
-
Andreas Schwab authored
-
Miles Bader authored
-
Kenichi Handa authored
returning. (base64_encode_1): Make it work for a text of multibyte form. (Fbase64_decode_region): Allocate sufficient memory for multibyte case. Don't call str_to_multibyte because base64_decode_1 produces correct multibyte form for eight-bit codes. (Fbase64_decode_string): Adjusted for the change of base64_decode_1. (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If MULTIBYTE is nonzero, produce correct multibyte form for eight-bit codes.
-
- 09 Oct, 2000 2 commits
-
-
Andreas Schwab authored
-
Eli Zaretskii authored
variables. If ALIST includes foreground-color or background-color, change also the colors of the default face for this frame.
-
- 08 Oct, 2000 1 commit
-
-
Eli Zaretskii authored
-
- 07 Oct, 2000 1 commit
-
-
Eli Zaretskii authored
-
- 06 Oct, 2000 1 commit
-
-
Dave Love authored
-
- 05 Oct, 2000 3 commits
-
-
Dave Love authored
position like menu-bar.
-
Gerd Moellmann authored
call_function.
-
Miles Bader authored
-