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

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

Re: Display docstrings present in a buffer


From: Joel Reicher
Subject: Re: Display docstrings present in a buffer
Date: Sat, 17 Aug 2024 22:28:35 +1000
User-agent: Gnus/5.13 (Gnus v5.13)

Heime <heimeborgia@protonmail.com> writes:

Is there a way to display docstrings in a buffer ? On at least to the first blank line.

I know you've written further since this email, but just to offer you an alternative idea, if the function definitions in the buffer have already been evaluated, you can retrieve the docstring using the "documentation" function (info "(elisp) Accessing Documentation"). If this is something you can use, the problem reduces to retrieving the list of functions from the buffer, which you can perhaps do with imenu's index.

Cheers,

       - Joel



reply via email to

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