* List of defun, devar, and defconst names
@ 2024-07-27 21:11 Heime
2024-07-27 21:30 ` Eduardo Ochs
2024-07-28 5:01 ` Eli Zaretskii
0 siblings, 2 replies; 3+ messages in thread
From: Heime @ 2024-07-27 21:11 UTC (permalink / raw)
To: Heime via Users list for the GNU Emacs text editor
Is there a tool that tells me the list of defun, devar, and defconst names and then lets me
go to one of them ?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: List of defun, devar, and defconst names
2024-07-27 21:11 List of defun, devar, and defconst names Heime
@ 2024-07-27 21:30 ` Eduardo Ochs
2024-07-28 5:01 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Eduardo Ochs @ 2024-07-27 21:30 UTC (permalink / raw)
To: Heime; +Cc: Heime via Users list for the GNU Emacs text editor
On Sat, 27 Jul 2024 at 18:12, Heime <heimeborgia@protonmail.com> wrote:
>
> Is there a tool that tells me the list of defun, devar, and defconst names and then lets me
> go to one of them ?
Eev has several tools for that. Try:
(package-initialize)
(package-refresh-contents)
(package-install 'eev)
(eev-beginner)
(find-eaproposf "^with-")
(find-eaproposf "apropos")
(package-delete (ee-package-desc 'eev))
Cheers,
Eduardo Ochs
http://anggtwu.net/#eev
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: List of defun, devar, and defconst names
2024-07-27 21:11 List of defun, devar, and defconst names Heime
2024-07-27 21:30 ` Eduardo Ochs
@ 2024-07-28 5:01 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2024-07-28 5:01 UTC (permalink / raw)
To: help-gnu-emacs
> Date: Sat, 27 Jul 2024 21:11:26 +0000
> From: Heime <heimeborgia@protonmail.com>
>
> Is there a tool that tells me the list of defun, devar, and defconst names and then lets me
> go to one of them ?
We have the various apropos commands (like apropos-variable), and also
shortdoc.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-28 5:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27 21:11 List of defun, devar, and defconst names Heime
2024-07-27 21:30 ` Eduardo Ochs
2024-07-28 5:01 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).