GNU bug report logs -
#13623
24.3.50; Redisplay issue with transient-mark-mode
Previous Next
Reported by: Lawrence Mitchell <wence <at> gmx.li>
Date: Sun, 3 Feb 2013 22:08:02 UTC
Severity: normal
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Lawrence Mitchell <wence <at> gmx.li>
> Date: Sun, 03 Feb 2013 22:05:15 +0000
>
>
> When using word or sexp marking commands, the active region does not
> always get highlighted.
>
> emacs -Q
> M-<
> M-@ # note how ";; This" is selected, and highlighted in region-face
> M-@ # ";; This buffer" is selected, however, " buffer" is not highlighted
>
> Pressing C-l at this point, correctly shows the highlighted region.
Thanks, should be fixed now (revision 111673 on the trunk).
Dmitry, this bug and also 13626 were both caused by your changes in
revision 111647. While the reason for the changes was to use non-Lisp
objects for some fields, several hunks in the changeset had no
relation whatsoever to that, and were highly questionable. Example:
- /* If showing the region, and mark has changed, we must redisplay
- the whole window. The assignment to this_line_start_pos prevents
- the optimization directly below this if-statement. */
- if (((!NILP (Vtransient_mark_mode)
- && !NILP (BVAR (XBUFFER (w->buffer), mark_active)))
- != !NILP (w->region_showing))
- || (!NILP (w->region_showing)
- && !EQ (w->region_showing,
- Fmarker_position (BVAR (XBUFFER (w->buffer), mark)))))
- CHARPOS (this_line_start_pos) = 0;
I don't understand why such non-trivial code is being dropped on the
floor without discussion. And there were others like this in this
revision.
Please don't assume that any dropped code that is really needed will
cause bugs that will be immediately reported. I've seen display bugs
that went unnoticed for months and even years. In this case, we were
just lucky.
This bug report was last modified 12 years and 193 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.