[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Documentation by function beyond elisp
From: |
Yuri Khan |
Subject: |
Re: Documentation by function beyond elisp |
Date: |
Fri, 10 Mar 2023 17:23:41 +0700 |
On Fri, 10 Mar 2023 at 16:12, Ihor Radchenko <yantar92@posteo.net> wrote:
>
> Yuri Khan <yuri.v.khan@gmail.com> writes:
>
> > For languages other than Elisp, this is handled by the language
> > server. Eglot arranges for language-server-provided function help to
> > be displayed by ElDoc.
>
> What about an equivalent of the *Help* buffer?
Well, what about it? You move the point to an identifier. Its
signature and a few lines of documentation are shown in the echo area.
You invoke (eldoc-doc-buffer) and see the whole documentation.
It may be a bit inconvenient that the content of that buffer changes
as you move point to a different identifier. But that can be worked
around with (clone-buffer).
- Re: Documentation by function beyond elisp , (continued)
Re: Documentation by function beyond elisp, Yuri Khan, 2023/03/09
- Re: Documentation by function beyond elisp, Ihor Radchenko, 2023/03/10
- Re: Documentation by function beyond elisp,
Yuri Khan <=
- Re: Documentation by function beyond elisp, João Távora, 2023/03/10
- Re: Documentation by function beyond elisp, Eshel Yaron, 2023/03/10
- Re: Documentation by function beyond elisp, João Távora, 2023/03/10
- Re: Documentation by function beyond elisp, Augusto Stoffel, 2023/03/11
- Re: Documentation by function beyond elisp, Eshel Yaron, 2023/03/11