From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Elisp problem 9 of 10: NOT `interactive', but INTERACTIVE! Date: Sat, 10 Aug 2024 19:47:09 +0300 Message-ID: <865xs8jpf6.fsf@gnu.org> References: <87le14z6xu.fsf@dataswamp.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26655"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Emanuel Berg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 10 18:47:56 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1scpG0-0006mz-6o for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Aug 2024 18:47:56 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1scpFS-0005Ub-LM; Sat, 10 Aug 2024 12:47:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1scpFP-0005Fn-Nn for emacs-devel@gnu.org; Sat, 10 Aug 2024 12:47:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1scpFM-0003t7-Gc; Sat, 10 Aug 2024 12:47:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Gempnj7YeqbuvYLbQWP/wpGwImPmP/0EuE2zpe+sOAk=; b=HlaNBi6bQyfc czx65taOpHvCw3VouAQ+KaaR1mNr9MqbWwJj2u46CXlXHKIxY96k9r0Tmxvalo9Lgtrj9dd+DMlje AeRJWpRbssJ+7JCZRP+ok8XAxUnZ/FNPiKwZ2z4YHarhYDgw8v6mtcv+M2yHH5SWoXd0syCA7F2M/ 2xMNUcn37XpRRbscDWB5FuAiSq9z1kUwmWNhHCsiItFp5UVsBCF6qpqKm3AZwg6f2ZIn+L55CsOFy P3OnVN63oKPrtq3krNP1dwY4eDiEPLRizzAHpgHMr0ux3cgpFWLHK+DSuys9nfpAiEFCZ2l1d4jh0 R/rpIUJ3xKax7FG+OL5Qpg==; In-Reply-To: <87le14z6xu.fsf@dataswamp.org> (message from Emanuel Berg on Sat, 10 Aug 2024 18:19:41 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322620 Archived-At: > From: Emanuel Berg > Date: Sat, 10 Aug 2024 18:19:41 +0200 > > Help for some function? First thing. Is it interactive or not? > > Bind a function to a key? Not a command! > > 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).