Matt Hodges <[EMAIL PROTECTED]> writes:

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

I don't have a GTK build -- and I don't have the font you use.

With my normal setup, I don't see the problem.

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



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

Reply via email to