From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Go to Emacs-Lisp Definition Date: Tue, 22 Sep 2009 16:25:32 +0200 Message-ID: <4AB8DE5C.2000500@easy-emacs.de> References: <324be851-a60d-4762-8a61-e070e4ee59ac@d34g2000vbm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1253629755 9831 80.91.229.12 (22 Sep 2009 14:29:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Sep 2009 14:29:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Helmut Eller Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 22 16:29:08 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mq6Mc-00043N-Rl for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Sep 2009 16:29:07 +0200 Original-Received: from localhost ([127.0.0.1]:40442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq6Mb-0006A2-PY for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Sep 2009 10:29:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq6KZ-0005gv-Kd for help-gnu-emacs@gnu.org; Tue, 22 Sep 2009 10:26:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq6KU-0005fI-ON for help-gnu-emacs@gnu.org; Tue, 22 Sep 2009 10:26:58 -0400 Original-Received: from [199.232.76.173] (port=48826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq6KU-0005fC-Fd for help-gnu-emacs@gnu.org; Tue, 22 Sep 2009 10:26:54 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.188]:59601) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq6KT-0006Fs-Uj for help-gnu-emacs@gnu.org; Tue, 22 Sep 2009 10:26:54 -0400 Original-Received: from [192.168.178.27] (p54BE9F2D.dip0.t-ipconnect.de [84.190.159.45]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MKv5w-1Mq6KS2lL6-0001ML; Tue, 22 Sep 2009 16:26:53 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: X-Provags-ID: V01U2FsdGVkX19F32arfi4q10HU7KwqxFJzTj8/wgp69gkQ8u4 4j08Hemdond+atqPlaC48+1XSteaqqy7RSYB7ejL9iHEbyvAZc evGNrIKDxWg3srUmg5nutRjGJNTPwPi8mZJp6rDI+M= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68383 Archived-At: 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