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

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

Re: Jumping to macro source


From: Bruno Barbier
Subject: Re: Jumping to macro source
Date: Thu, 06 Jun 2019 22:34:44 +0200

Hi Andreas,

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> Hi,
>
> Emacs provides jumping to definition of a function or variable, which is 
> nice.
>
> Is there a way to jump to macro definitions too, for example when 
> realized by ert-deftest?

Do you want to jump to the definition of an ert test ?
Or to the definition of the macro `ert-deftest' ?

Anyway,  `find-function' will get you to the definitions of both
functions and macros.

And, it seems the function `ert-find-test-other-window' will take you to
the definition of a test.

Hope this help,

Bruno

>
> Thanks,
>
> Andreas



reply via email to

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