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

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

Re: Go to Emacs-Lisp Definition


From: Andreas Röhler
Subject: Re: Go to Emacs-Lisp Definition
Date: Tue, 22 Sep 2009 16:25:32 +0200
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Helmut Eller wrote:
> * Nordlöw [2009-09-22 11:13+0200] writes:
>
>   
>> Has anyone implemented a go to (lookup) definition of an Emacs-Lisp
>> symbol: function, variable, face, etc kind of like find-tag but using
>> Emacs own symbol database (hash-table)?
>>
>> I know that I can achieve this in Vanilla Emacs with C-h f,v, but
>> direct jump (M-.) would be more user efficient!
>>     
>
> I have this in my .emacs.  It's some random elisp hacking stuff.
> Pick what you need.
>
> Helmut
>
> (defun elisp-disassemble (function)
>   
...

It's great, thanks a lot.  May you ask at emacs-devel to include it? -
my suggestion.

Took it into Emacs Lisp Bill Board

http://repo.or.cz/w/elbb.git
or better
http://repo.or.cz/w/elbb.git?a=tree;f=code;hb=HEAD

Andreas






reply via email to

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