emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flickering mouse-face


From: Chong Yidong
Subject: Re: Flickering mouse-face
Date: Sun, 21 Jan 2007 18:35:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

OK, I've found and checked in the correct fix for the bug.  I also
reverted my original, deeply flawed fix.

FWIW, the original bug was caused by a 2006-09-17 change to dispnew.c
to avoid redrawing a whole row if it has mouse-face in it.  The
rationale for this change was that this was causing excessive
flickering of mode lines.  So I've made it so that we redraw a row if
it has mouse-face in it, except if it's a mode line.

Thanks for the feedback, and sorry for the false start in fixing this
bug.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]