Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Eric S Fraga <e.fraga@ucl.ac.uk>,  ding@gnus.org,  emacs-devel@gnu.org
Subject: Re: gnus-article-view-part no longer seems to work (since commit 041b3904?)
Date: Mon, 08 Feb 2021 07:12:11 +0100	[thread overview]
Message-ID: <87h7mnnl50.fsf@gnus.org> (raw)
In-Reply-To: <jwvtuqn27ds.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sun, 07 Feb 2021 11:05:38 -0500")

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	other threads:[~2021-02-08  6:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-06 12:13 Eric S Fraga
2021-02-07 11:56 ` Lars Ingebrigtsen
2021-02-07 16:05   ` Stefan Monnier
2021-02-08  6:12     ` Lars Ingebrigtsen [this message]
2021-02-08 11:58       ` Eric S Fraga

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h7mnnl50.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    --cc=e.fraga@ucl.ac.uk \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.
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 NNTP newsgroup(s).