emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: scroll-down and partially-visible lines.


From: Matt Hodges
Subject: Re: scroll-down and partially-visible lines.
Date: Sat, 19 Feb 2005 23:05:45 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/22.0.50 (gnu/linux)

>>>>> 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.




reply via email to

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