/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1067 by kfstorm, Mon Nov 7 11:55:20 2005 UTC revision 1.1068 by kfstorm, Fri Nov 11 15:33:23 2005 UTC
# Line 2978  handle_stop (it) Line 2978  handle_stop (it)
2978       struct it *it;       struct it *it;
2979  {  {
2980    enum prop_handled handled;    enum prop_handled handled;
2981    int handle_overlay_change_p = 1;    int handle_overlay_change_p;
2982    struct props *p;    struct props *p;
2983    
2984    it->dpvec = NULL;    it->dpvec = NULL;
2985    it->current.dpvec_index = -1;    it->current.dpvec_index = -1;
2986      handle_overlay_change_p = !it->ignore_overlay_strings_at_pos_p;
2987      it->ignore_overlay_strings_at_pos_p = 0;
2988    
2989    /* Use face of preceding text for ellipsis (if invisible) */    /* Use face of preceding text for ellipsis (if invisible) */
2990    if (it->selective_display_ellipsis_p)    if (it->selective_display_ellipsis_p)
# Line 5686  set_iterator_to_next (it, reseat_p) Line 5688  set_iterator_to_next (it, reseat_p)
5688              reseat_at_next_visible_line_start (it, 1);              reseat_at_next_visible_line_start (it, 1);
5689            else if (it->dpvec_char_len > 0)            else if (it->dpvec_char_len > 0)
5690              {              {
5691                  if (it->method == GET_FROM_STRING
5692                      && it->n_overlay_strings > 0)
5693                    it->ignore_overlay_strings_at_pos_p = 1;
5694                it->len = it->dpvec_char_len;                it->len = it->dpvec_char_len;
5695                set_iterator_to_next (it, reseat_p);                set_iterator_to_next (it, reseat_p);
5696              }              }

Legend:
Removed from v.1.1067  
changed lines
  Added in v.1.1068

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26