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

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

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


From: Alan Mackenzie
Subject: Re: Eclipse-style control-click on Elisp function name to visit source
Date: Tue, 24 May 2011 20:01:58 -0000
User-agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (FreeBSD/4.11-RELEASE (i386))

Ted Zlatanov <tzz@lifelogs.com> wrote:
> 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?

I think you should write it yourself.  Shouldn't be too difficult.  The
difficult bit is chosing a key binding (or a "mouse binding").

> Thanks
> Ted

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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