all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#34710: the mode line flicks on set-window-vscroll
@ 2019-03-02 10:25 Tak Kunihiro
  2019-03-02 20:10 ` Alan Third
  2019-03-07  0:25 ` Tak Kunihiro
  0 siblings, 2 replies; 12+ messages in thread
From: Tak Kunihiro @ 2019-03-02 10:25 UTC (permalink / raw)
  To: 34710; +Cc: 国広卓也

On Emacs-26.1.92 build for macOS, I see the mode line flicks when I
scroll-up using pixel-scroll-mode and mouse wheel.  The mode line does
not flick on scrolling-down.  I do not see this problem in
Emacs-26.1.92 build for Windows.

macOS$ /Downloads/emacs-26.1.92/nextstep/Emacs.app/Contents/MacOS/Emacs -Q
M-x pixel-scroll-mode
M-: (pixel-scroll-up 1) ; => the mode line flicks
M-: (pixel-scroll-down 1) ;=> no flick

I narrow down the problem and notice that following
two blocks response differently.

#+begin_src emacs-lisp
(dolist (vs (number-sequence 1 10))
  (set-window-vscroll nil vs t)
  (sit-for 0))
;; the mode line flicks
#+end_src

#+begin_src emacs-lisp
(dolist (vs (number-sequence 1 10))
  (set-window-vscroll nil vs t))
;; no flick
#+end_src

Do you have idea?






^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-03-07  0:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-02 10:25 bug#34710: the mode line flicks on set-window-vscroll Tak Kunihiro
2019-03-02 20:10 ` Alan Third
2019-03-03  4:15   ` Tak Kunihiro
2019-03-04  9:06   ` Robert Pluim
2019-03-04 19:25     ` Alan Third
2019-03-04 21:07       ` Robert Pluim
2019-03-04 22:45         ` Alan Third
2019-03-05  9:06           ` Robert Pluim
2019-03-05 17:09             ` Robert Pluim
2019-03-06  8:06               ` Alan Third
2019-03-06  9:13                 ` Robert Pluim
2019-03-07  0:25 ` Tak Kunihiro

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.