[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 128ed5c9f17: Add one more mouse-set-point call to functions x
From: |
Po Lu |
Subject: |
Re: master 128ed5c9f17: Add one more mouse-set-point call to functions xref-find-*-at-mouse |
Date: |
Fri, 01 Sep 2023 08:59:26 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Juri Linkov <juri@linkov.net> writes:
> The problem is that this is necessary only for some of them, not all:
> only for the commands that rely on the position of the mouse click,
> not for the commands that operate on the whole buffer. For example,
> in emacs-lisp-mode only for the menu item "Evaluate Last S-expression",
> but not for "Evaluate Buffer".
Mind however that many of these commands are also meant to operate from
the mode line lighters, in which case this is precisely the desired
behavior.