emacs-devel
[Top][All Lists]
Advanced

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

Re: gnus-article-view-part no longer seems to work (since commit 041b390


From: Lars Ingebrigtsen
Subject: Re: gnus-article-view-part no longer seems to work (since commit 041b3904?)
Date: Mon, 08 Feb 2021 07:12:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Hmm... indeed in the OP's case the function is not called interactively,
> but via some other function (`gnus-article-view-part`) which
> changes buffer.  We could change the caller to provide some dummy
> `event` but it's easier to just replace the 
>
>     (mouse-set-point event)
>
> with
>
>     (if event (mouse-set-point event))

Yup; now done.

-- 
(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]