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

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

bug#71435: interactive xref-find-definitions-at-mouse


From: Eli Zaretskii
Subject: bug#71435: interactive xref-find-definitions-at-mouse
Date: Sat, 08 Jun 2024 19:31:59 +0300

> Date: Sat, 8 Jun 2024 11:28:34 -0400
> From:  Alan Donovan via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> Many editors allow a mouse-click operation on an identifier, plus a suitable 
> modifier key, to jump to the
> declaration of the symbol. Emacs provides xref-find-definitions-at-mouse, but 
> I couldn't find a way to make it
> work in response to a click.

??? This works for me:

  (global-set-key [C-down-mouse-1] 'xref-find-definitions-at-mouse)





reply via email to

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