From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: unifying emacs "go to definition" functionality Date: Wed, 20 Feb 2013 17:44:59 +0400 Message-ID: <87wqu3yu90.fsf@yandex.ru> References: <5124743A.2040404@online.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1361368385 28933 80.91.229.3 (20 Feb 2013 13:53:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2013 13:53:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas =?utf-8?Q?R=C3=B6hler?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 20 14:53:28 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U8A6v-0003eX-4B for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2013 14:53:25 +0100 Original-Received: from localhost ([::1]:38938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8A6a-0005bW-WE for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2013 08:53:04 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8A6R-0005Ym-Rq for emacs-devel@gnu.org; Wed, 20 Feb 2013 08:53:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8A6E-0008K5-7u for emacs-devel@gnu.org; Wed, 20 Feb 2013 08:52:55 -0500 Original-Received: from mail-lb0-f177.google.com ([209.85.217.177]:35131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8A6E-0008Iw-0a for emacs-devel@gnu.org; Wed, 20 Feb 2013 08:52:42 -0500 Original-Received: by mail-lb0-f177.google.com with SMTP id go11so5857642lbb.22 for ; Wed, 20 Feb 2013 05:52:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=80DUK9JnBAueqSOv4wKT+/ITzTFGdH57QtlS9rZuiLI=; b=ygj6YSFv2vBZQ0vUxS/O2sdAt4y7W4/eQDbMEYjegfWP1eVnOy8TdsjkyrFinfBFUG PLMWmtA+HxSeZAP7sDOX0fN8gAqv7V7TqoxJiJUAa9s+c3s0Tbofua890JUTYrQdy+pQ PLr2jURgfhoCECY7kkrrQwVVuxAC9n5kORvdYWqa2rcX5861dvWJo/ERwmpZrVhFI5pM j5mt453ELlutPTaeTLU2DYP+oncFMSDXXmitUImQZdQw77UvVwVwC7rWLqW7lbAUOo9F 4hdbOs/CA3voBDHmaM676g/kgXjPPsafHR4RQnxcFgIB4xRKhO0e1u7QFNAFD6+xMt0A kr1Q== X-Received: by 10.112.8.233 with SMTP id u9mr8695785lba.97.1361367896190; Wed, 20 Feb 2013 05:44:56 -0800 (PST) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id ng6sm5413915lab.2.2013.02.20.05.44.54 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 20 Feb 2013 05:44:55 -0800 (PST) In-Reply-To: <5124743A.2040404@online.de> ("Andreas \=\?utf-8\?Q\?R\=C3\=B6hler\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Wed, 20 Feb 2013 07:59:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.177 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157204 Archived-At: Andreas R=C3=B6hler writes: > Are backsides of etags: > > need to run in advance, hard to follow when changing Emacs version > > My favourite is a solution based on > > find-function-noselect > > http://repo.or.cz/w/elbb.git/blob/HEAD:/code/Go-to-Emacs-Lisp-Definition.= el Not sure why you're writing about this ELisp-specific package, but here's a similar one that AFAIK is more popular and includes the "describe thing at point" command: https://github.com/purcell/elisp-slime-n= av It's also easier to install, by the virtue of being published at Melpa.