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: Bernardo
Subject: Re: Go to Emacs-Lisp Definition
Date: Wed, 23 Sep 2009 08:40:14 +1000
User-agent: Thunderbird 2.0.0.23 (X11/20090812)


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!

(possibly) outside Emacs:
  etags *.el

inside Emacs:
  M-x visit-tags-table RET /usr/share/emacs/23.1/lisp/TAGS RET

and M-. and friends should work




reply via email to

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