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: Sun, 07 Feb 2021 12:56:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> longer behaves as it used to.  In particular, invoking
> gnus-article-view-part (typically by hitting "b" but I've tried the
> other bindings just in case) in the summary buffer does not change the
> view of the article as it used to (for articles that had, say, text and
> HTML parts).

This comes from this patch:

commit e1e9e4eefa41bacb6b412e57a569440a0847e4fa
Author:     Stefan Monnier <monnier@iro.umontreal.ca>
AuthorDate: Fri Jan 29 23:58:58 2021 -0500

    * lisp/gnus/gnus-art.el: Add `event` args and operate at its position.

In particular, it's this bit:

(defun gnus-article-press-button (&optional event)
  "Check text at point for a callback function.
If the text at point has a `gnus-callback' property,
call it with the value of the `gnus-data' text property."
  (interactive (list last-nonmenu-event))
  (save-excursion
    (mouse-set-point event)

`mouse-set-point' here changes the buffer to the summary buffer.  I'm
not quite sure what the rationale here is...  and there's no mouse
involved...

Stefan?

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