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

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

bug#25526: 26.0.50; Gnus sometimes doesn't show article header fully


From: Lars Ingebrigtsen
Subject: bug#25526: 26.0.50; Gnus sometimes doesn't show article header fully
Date: Thu, 12 Apr 2018 13:19:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Katsumi Yamaoka <yamaoka@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





reply via email to

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