GNU bug report logs -
#25526
26.0.50; Gnus sometimes doesn't show article header fully
Previous Next
Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Wed, 25 Jan 2017 08:11:01 UTC
Severity: minor
Found in version 26.0.50
Done: Katsumi Yamaoka <yamaoka <at> jpl.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Katsumi Yamaoka <yamaoka <at> jpl.org> writes:
> --- gnus-art.el~ 2018-03-25 21:34:24.056766300 +0000
> +++ gnus-art.el 2018-04-12 05:50:51.190490800 +0000
> @@ -4699,2 +4699,6 @@
> (gnus-configure-windows 'article)
> + ;; Make sure the article begins with the top of the header.
> + (save-selected-window
> + (select-window (get-buffer-window gnus-article-buffer))
> + (goto-char (point-min)))
> (gnus-run-hooks 'gnus-article-prepare-hook)
>
> and verified it does the trick, too. The point is that to select
> the article window while performing (goto-char (point-min)).
Looks good to me; please apply to Emacs master. :-)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 7 years and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.