info-gnus-english
[Top][All Lists]
Advanced

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

Re: gnus-summary-scroll-up scrolls one page instead of one line


From: Reiner Steib
Subject: Re: gnus-summary-scroll-up scrolls one page instead of one line
Date: Tue, 24 Oct 2006 20:55:47 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

On Tue, Oct 24 2006, Tassilo Horn wrote:

> I tried it on my test account, and all worked fine. But I was able to
> locate the source of the problem. Fasten your seat belts -- one
> customized face is causing the trouble!
>
> (custom-set-faces '(mode-line ((((class color) (min-colors 88))
> (:background "darkred" :foreground "grey" :box (:line-width 1 :style
> released-button) :height 0.8 :family "helvetica")))))

A proportional font for `mode-line' has been suggested recently in
some newsgroup or list.  Have you changed the face `mode-line'
recently, i.e. there's probably no recent relevant change in Emacs or
Gnus?

> If I commend out this line, scrolling works as it should. With this line
> I can reproduce the bug in both No Gnus and 5-11.
[...]
> Could you try to reproduce it with my `custom-set-faces'?

":line-width 1" seems to be the culprit (the default is -1, see
`faces.el').

(set-face-attribute 'mode-line nil
                    :box '(:line-width 1 :style released-button))

> I'm going to report the bug via `report-emacs-bug' anyways.

You may Cc ding (it's possible that the bug is in Gnus).

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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