help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: elisp programming - navigate through code?


From: Alex Kost
Subject: Re: elisp programming - navigate through code?
Date: Sun, 30 Mar 2014 09:23:51 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Martin (2014-03-29 20:49 +0400) wrote:

> 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?

You may install "elisp-slime-nav" package
(https://github.com/purcell/elisp-slime-nav).  Can be found on MELPA.

It allows to move to the function/variable/face definition immediately.

-- 
Alex Kost



reply via email to

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