From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Newsgroups: gmane.emacs.help Subject: elisp programming - navigate through code? Date: Sat, 29 Mar 2014 17:49:48 +0100 Message-ID: <878urt0x1v.fsf@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396111829 17398 80.91.229.3 (29 Mar 2014 16:50:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2014 16:50:29 +0000 (UTC) To: "GNU Emacs users list" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 29 17:50:22 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WTwSY-0005gA-VL for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Mar 2014 17:50:19 +0100 Original-Received: from localhost ([::1]:40168 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTwSY-0007ya-J7 for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Mar 2014 12:50:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTwSG-0007sT-In for help-gnu-emacs@gnu.org; Sat, 29 Mar 2014 12:50:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTwS8-0002HF-RN for help-gnu-emacs@gnu.org; Sat, 29 Mar 2014 12:50:00 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:53498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTwS8-0002GP-I1 for help-gnu-emacs@gnu.org; Sat, 29 Mar 2014 12:49:52 -0400 Original-Received: from martin-desktop ([91.114.175.180]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LyVpm-1X5db13ngU-015rff for ; Sat, 29 Mar 2014 17:49:50 +0100 User-agent: mu4e 0.9.9.5; emacs 24.3.1 X-Provags-ID: V03:K0:KRNHPtz+ZUvEuSjv4aSFQEeaIxmt7OebtG6breWNxkJiv0maKHS qiFvqYSoKTRqOFd8IY6rVf7642mC3ZHCSczBHegpLDQ/2aBIvr/DlqJzManu4WPp9L8qU4u pJ6UPwr3O7GoAjivq+CCI2TfvmuYkbxCOFlpQZ/83JSvJGkZGnE36597xV1sPiJwxs+nJCB PfZdz0ZTFmq17scvr0obQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96834 Archived-At: Hi there, This is now specially for elisp, but maybe its possible for other things to (ruby on rails - ruby, javascript, coffeescript, ...) Is there a way to navigate better through my code. like having a function (foo arg1 arg2) putting the cursor to foo will C-h f suggest I want to read the docstring for that. Thats good. But now I'd like to navigate to the definition (which can be in the same buffer or somewhere else). Is that possbile? Thanks, Martin