[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs development...
From: |
Tassilo Horn |
Subject: |
Re: Emacs development... |
Date: |
Sat, 21 Aug 2021 09:16:32 +0200 |
User-agent: |
mu4e 1.6.3; emacs 28.0.50 |
Jean-Christophe Helary <lists@traduction-libre.org> writes:
Hi Jean-Christophe,
> Right now, I use C-h f to find the function definitions and move
> around the code.
That, and also M-. on a function call or variable will bring you to its
definition.
> But when I run package.el to test it, I'd like to have a way to
> examine the values of variables as they evolve. Right now I use
> message and check the *Messages* buffer... It is not ideal.
Try (info "(elisp) Edebug"). Especially (info "(elisp) Eval List")
seems relevant if you wan't to observe the value of some particular
variable at all times.
HTH,
Tassilo
- Emacs development..., Jean-Christophe Helary, 2021/08/21
- Re: Emacs development..., Eli Zaretskii, 2021/08/21
- Re: Emacs development..., Jean-Christophe Helary, 2021/08/21
- Re: Emacs development...,
Tassilo Horn <=
- Re: Emacs development..., Jean-Christophe Helary, 2021/08/21
- Re: Emacs development..., Tassilo Horn, 2021/08/21
- Re: Emacs development..., Eli Zaretskii, 2021/08/21
- Re: Emacs development..., Arthur Miller, 2021/08/21
- RE: [External] : Re: Emacs development..., Drew Adams, 2021/08/21
- Re: Emacs development..., Stephen Berman, 2021/08/21
- Re: Emacs development..., Konstantin Kharlamov, 2021/08/21
- Re: Emacs development..., Jean-Christophe Helary, 2021/08/21
- Re: Emacs development..., Tim Cross, 2021/08/21
- Re: Emacs development..., Jean-Christophe Helary, 2021/08/21