GNU bug report logs - #42406
Mouse-wheel scrolling can be flickering

Previous Next

Package: emacs;

Reported by: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>

Date: Fri, 17 Jul 2020 15:37:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: alan <at> idiocy.org, konrad.podczeck <at> univie.ac.at, 42406 <at> debbugs.gnu.org
Subject: bug#42406: Mouse-wheel scrolling can be flickering
Date: Fri, 18 Dec 2020 09:46:44 +0200
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Cc: alan <at> idiocy.org,  konrad.podczeck <at> univie.ac.at,  42406 <at> debbugs.gnu.org
> Date: Thu, 17 Dec 2020 16:24:01 -0500
> 
> > And the window's update_mode_line flag should not be used for deciding
> > about all the -lines and frame-title, we should instead have much more
> > fine-grained flags that would allow us to make separate decisions
> > regarding each one of them;
> 
> That would be nice, yes.  But that's largely independent from the bug
> under discussion, where the performance seems to be adequate with the
> current coarse grained flags as long as we have a single frame, so the
> problem seems to be that we consider all frames instead of only
> considering those displaying the affected windows.

No, the problem is that we turn on update_mode_lines because we need
to make sure the title of the _selected_ frame, a single frame, is
updated due to possible effects of scrolling on that single title.
And the effect is to consider the titles (and menu bars and tool bars)
on all frames instead, which is definitely unnecessary.




This bug report was last modified 4 years and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.