>>>>> Kim F Storm writes:

 > > While it's true that blink-cursor-mode changes the behaviour of
 > > the test case, I came across the problem in my day-to-day usage
 > > of Emacs, where I have (blink-cursor-mode 0).  I haven't worked
 > > out the minimum configuration to reproduce this though...

 > It might happen for other async events like accepting process
 > output.

Another fairly-minimal setup that triggers the problem here is:

emacs -Q (not -q) and:

    (progn
      (set-face-attribute 'modeline nil :box nil :family "helv")
      (set-frame-font 
"-xos4-Terminus-Medium-R-Normal--20-200-72-72-C-100-ISO8859-1")
      (find-file (expand-file-name "NEWS" data-directory))
      (set-buffer "NEWS")
      (goto-char (point-max))
      (blink-cursor-mode 0)
      (view-mode 1)
      (scroll-bar-mode 1)
      (split-window))

I have to enable the scroll bars (GTK build), which I don't usually
use.

Thanks.


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to