From: Katsumi Yamaoka <yamaoka@jpl.org>
To: 25526@debbugs.gnu.org
Subject: bug#25526: 26.0.50; Gnus sometimes doesn't show article header fully
Date: Wed, 25 Jan 2017 17:09:51 +0900 [thread overview]
Message-ID: <b4ma8afo90w.fsf@jpl.org> (raw)
Hi,
This is a very minor bug, but happens in a certain condition.
Here is a recipe:
・Find an artile that contains a Face image or shows a gravatar
image.
・Scroll the article window so that the header is shown fully.
・Adjust the frame height so that the article window shows
a single empty line just beneath the whole header.
・Type `g' to reselect the article.
Then you may see the header is shown not fully. If not, try
the following in order to adjust the face height so as not to be
integral-multiplication of the default font height:
(setq gnus-face-properties-alist '((png :relief 2)))
(setq gnus-gravatar-properties '(:relief 2))
I was sometimes annoyed with this problem, but I have found
neither a cause of it nor a solution so far. But this is a
workaround I found today:
(add-hook
'gnus-article-prepare-hook
(lambda ()
(save-selected-window
(select-window (get-buffer-window gnus-article-buffer))
(goto-char (point-min)))))
Regards,
next reply other threads:[~2017-01-25 8:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-25 8:09 Katsumi Yamaoka [this message]
2018-04-11 22:34 ` bug#25526: 26.0.50; Gnus sometimes doesn't show article header fully Lars Ingebrigtsen
2018-04-12 5:52 ` Katsumi Yamaoka
2018-04-12 11:19 ` Lars Ingebrigtsen
2018-04-12 23:19 ` Katsumi Yamaoka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b4ma8afo90w.fsf@jpl.org \
--to=yamaoka@jpl.org \
--cc=25526@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).