[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elisp problem 9 of 10: NOT `interactive', but INTERACTIVE!
From: |
Eli Zaretskii |
Subject: |
Re: Elisp problem 9 of 10: NOT `interactive', but INTERACTIVE! |
Date: |
Sat, 10 Aug 2024 20:50:56 +0300 |
> From: Emanuel Berg <incal@dataswamp.org>
> Date: Sat, 10 Aug 2024 19:22:37 +0200
>
> Eli Zaretskii wrote:
>
> >> Yet do TAB complete in the minibuffer and there are so many
> >> functions anyway it is impossible to find anything.
> >> Do `apropos-function' for "end-of" you get 212 lines of
> >> output, everything from w3m, to slime, to rmail.
> >
> > You forgot about "C-h a" (apropos-command).
>
> Indeed, this 'meaningful' distinction is everywhere, it is all
> over Emacs, massive.
And for a very good reason.
> But actually there are 399 lines for C-h a `end-of'.
Not here. In "emacs -Q", I get just 21, for 9 commands. Maybe you
have apropos-do-all customized to t, in which case "C-h a" will report
functions as well, not just commands.