- 25 Jun, 2001 1 commit
-
-
Gerd Moellmann authored
take this shortcut if ZV is visible in the window. (try_window_id): When checking for window start being in changed text, don't check that the buffer's size has changed.
-
- 14 Jun, 2001 1 commit
-
-
Richard M. Stallman authored
insertion at EOB as if it were "off the bottom of the screen."
-
- 11 May, 2001 2 commits
-
-
Gerd Moellmann authored
window_end_vpos.
-
Gerd Moellmann authored
the case that lines were deleted at the end of the window. Add some more debug_method_adds.
-
- 10 May, 2001 2 commits
-
-
Gerd Moellmann authored
the window start.
-
Gerd Moellmann authored
-
- 09 May, 2001 1 commit
-
-
Gerd Moellmann authored
-
- 03 May, 2001 1 commit
-
-
Gerd Moellmann authored
the window start or all below the window end mostly rewritten. (redisplay_window): Move the tests if try_window_id is applicable to try_window_id. (GIVE_UP): New macro.
-
- 25 Apr, 2001 1 commit
-
-
Gerd Moellmann authored
and window_end_bytepos were not adjusted.
-
- 20 Apr, 2001 1 commit
-
-
Gerd Moellmann authored
-
- 17 Apr, 2001 1 commit
-
-
Gerd Moellmann authored
matrix of mini-windows.
-
- 10 Apr, 2001 1 commit
-
-
Gerd Moellmann authored
instead of using it.last_visible_y for the height of the window.
-
- 09 Apr, 2001 1 commit
-
-
Gerd Moellmann authored
the change of window_internal_height into account.
-
- 06 Apr, 2001 1 commit
-
-
Gerd Moellmann authored
-
- 04 Apr, 2001 1 commit
-
-
Gerd Moellmann authored
the buffer that was used for echoing.
-
- 30 Mar, 2001 4 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(set_iterator_to_next): If a string from a display property ends, consider the case that this might also be the end of an overlay string having the display property.
-
Gerd Moellmann authored
lists.
-
Gerd Moellmann authored
-
- 28 Mar, 2001 2 commits
-
-
Gerd Moellmann authored
(Qinhibit_eval_during_redisplay): New variables. (safe_eval, safe_call): If inhibit_eval_during_redisplay is set, don't eval, return nil instead. (syms_of_xdisp): DEFVAR_BOOL inhibit-eval-during-redisplay. Initialize Qinhibit_eval_during_redisplay.
-
Gerd Moellmann authored
the iterator's multibyte_p flag.
-
- 27 Mar, 2001 3 commits
-
-
Gerd Moellmann authored
Give up if matrix starts in an ellipsis. (init_from_display_pos): Do nothing if POS doesn't specify a dpvec_index but the iterator has such a position.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(init_from_display_pos): Use it. (try_window_reusing_current_matrix): Don't use cursor_row_p.
-
- 26 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
-
- 25 Mar, 2001 2 commits
-
-
Gerd Moellmann authored
with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
-
Gerd Moellmann authored
last_arrow_position and last_arrow_string are set.
-
- 23 Mar, 2001 4 commits
-
-
Gerd Moellmann authored
extracted from mark_window_display_accurate. Compute BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED, BUF_BEG_UNCHANGED, BUF_END_UNCHANGED. (mark_window_display_accurate): Use it. (redisplay_internal): Use it for the selected window. (redisplay_internal): Avoid duplicate mark_window_display_accurate for the selected frame.
-
Gerd Moellmann authored
(try_window_reusing_current_matrix): Use cursor_row_p. (try_window_reusing_current_matrix) <scrolling up>: Fix disabling of rows. (init_from_display_pos): If POS specifies a position in a display vector, maybe get the iterator set up for that ellipsis.
-
Gerd Moellmann authored
-
Stefan Monnier authored
(string_buffer_position): Use `make_number'.
-
- 19 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
is an integer don't have to be for space characters.
-
- 14 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
skip the padding blanks inserted in extend_face_to_end_of_line, before checking for trailing whitespace.
-
- 09 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
(single_display_prop_string_p): New functions.
-
- 08 Mar, 2001 2 commits
-
-
Gerd Moellmann authored
instead of nil.
-
Gerd Moellmann authored
(display_string): Call face_at_string_position with new parameter.
-
- 06 Mar, 2001 1 commit
-
-
Gerd Moellmann authored
if face_change_count is non-zero.
-
- 22 Feb, 2001 2 commits
-
-
Gerd Moellmann authored
at the start of the function, check that the \n in it->c is from the iterator's current position.
-
Gerd Moellmann authored
DISPLAY_REPLACED_BEFORE_P. If it is non-zero ignore display properties which replace the display of text with something else. (handle_display_prop): Call handle_single_display_prop with additional argument saying if we already replaced text display with something else. Use AREF. (with_echo_area_buffer_unwind_data, display_menu_bar) (decode_mode_spec_coding): Use AREF and ASIZE.
-
- 21 Feb, 2001 1 commit
-
-
Gerd Moellmann authored
mark_window_display_accurate after all windows have been redisplayed because this call resets flags in buffers which are needed for proper redisplay.
-