emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 306a6f8: * lisp/gnus/gnus-art.el (gnus-article-


From: Katsumi Yamaoka
Subject: Re: [Emacs-diffs] master 306a6f8: * lisp/gnus/gnus-art.el (gnus-article-prepare): Make sure the article
Date: Fri, 13 Apr 2018 16:42:41 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-unknown-cygwin)

On Fri, 13 Apr 2018 08:31:32 +0200, martin rudalics wrote:
> There's no need to _select_ the window.  What Lars wants is probably
> something like

> (let ((window (get-buffer-window gnus-article-buffer)))
>   (when window
>     (with-current-buffer (window-buffer window)
>       (set-window-point window (point-min)))))

Cool.  I verified it works and committed this change.  Thank you.



reply via email to

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