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

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

bug#51173: 28.0.60; gnus-article-describe-key doesn't work


From: Juri Linkov
Subject: bug#51173: 28.0.60; gnus-article-describe-key doesn't work
Date: Wed, 01 Dec 2021 19:36:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>> Hpw 'bout the patch below?
>
> I confirm that the patch fixes this regression,
> while not breaking other cases.
>
> Maybe this patch also obsoletes this code in the same place:
>
>                        ;; Clicks on the menu bar produce "event" that
>                        ;; is just '(menu-bar)', for which
>                        ;; `mouse-set-point' is not useful.
>                        (and (not (windowp (posn-window (event-start event))))
>                             (not (framep (posn-window (event-start event)))))
>
> While testing with this code removed, clicks on the menu bar still work
> without errors.

Now the fix was pushed to emacs-28.





reply via email to

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