From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Emacs Lisp: jumping to a definition? Date: Wed, 2 Sep 2009 17:09:26 +0200 Message-ID: References: <08081834-08e7-4597-8e1c-bc46927b6e49@k39g2000yqe.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1251904290 14839 80.91.229.12 (2 Sep 2009 15:11:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Sep 2009 15:11:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Elena To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 02 17:11:23 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 1MirTX-0005VC-5p for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Sep 2009 17:10:19 +0200 Original-Received: from localhost ([127.0.0.1]:55014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MirTW-0000XT-37 for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Sep 2009 11:10:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MirT7-0000Wm-5E for help-gnu-emacs@gnu.org; Wed, 02 Sep 2009 11:09:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MirT1-0000VP-OJ for help-gnu-emacs@gnu.org; Wed, 02 Sep 2009 11:09:51 -0400 Original-Received: from [199.232.76.173] (port=45785 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MirT1-0000VL-IT for help-gnu-emacs@gnu.org; Wed, 02 Sep 2009 11:09:47 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.250]:22970) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MirT1-00050Z-90 for help-gnu-emacs@gnu.org; Wed, 02 Sep 2009 11:09:47 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so429475ana.21 for ; Wed, 02 Sep 2009 08:09:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=TzQspYNvIsy9Vi16rnIK1ZCvBhGyj/oAWoDQWDT6AD8=; b=R1fkQwxVoEuDdM6Ygz3nIjQ+ikzvcOGcoizEN2WYjKAjaXvTO3JPaRBTiyBOwD/PHH Q4Lu9MvLIwqVGGlvVP+U70Zyk+L0za/G9NXkkSQpON8Jc2H/vyYOq/3q78hWOAipwrBP UqtZwzShicwPyRtitFeZonyaesEUOgS4UMs40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=G6L/0zrNnhhbYl85dlBcPN9QJaFxMTDA6xK0Ws2kRyt/8t2p3e+Kyk2t0ifwGHXh77 +FtifV4dVj8/j4UFJLOg+mgMl9NHq6vWPNwAEgZVvy58hhEBVfcLY/QKec8nMDEaJ0Co 80E/5HCrO7i0RG8Uhv0t96qCzignUjTyyqy34= Original-Received: by 10.101.88.18 with SMTP id q18mr9329622anl.64.1251904186112; Wed, 02 Sep 2009 08:09:46 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:67756 Archived-At: On Wed, Sep 2, 2009 at 5:04 PM, Drew Adams wrote: >> how do you jump to the definition of function/variable at point while >> editing Emacs Lisp code? >> >> Currently I use "C-h f", then I follow the link showed into the >> function/variable documentation. Is there a way to achieve that with a >> single command? > > Others have mentioned Emacs tags. See also: > > * Imenu > * Icicles Imenu and Tags browsing > > http://www.emacswiki.org/emacs/Icicles_-_Tags_Enhancements > > http://www.emacswiki.org/emacs/Icicles_-_Other_Search_Commands#IciclesImenu Maybe I ought to mention mlinks.el which is part of nXhtml.