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

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

Eclipse-style control-click on Elisp function name to visit source


From: Ted Zlatanov
Subject: Eclipse-style control-click on Elisp function name to visit source
Date: Tue, 24 May 2011 20:01:57 -0000
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Right now, if I want to see the definition of a function, I do `C-h f'
to see the docstring, then RET on the link to the definition.

I'd like to bind that visit directly to `C-mouse-1' click on any
function name in any ELisp buffer, similar to how Eclipse does it for
Java code for instance.  I couldn't find a way to do it in Emacs.  Any
ideas?  Or should I write it myself?

Thanks
Ted


reply via email to

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