From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: bug#41021: [PATCH] New command apropos-function Date: Sun, 03 May 2020 23:09:55 -0400 Message-ID: References: <603ebaa3-3014-4f98-9e1b-a89eeebee6af@default> <834ksxqexm.fsf@gnu.org> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="121621"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 41021@debbugs.gnu.org, stefan@marxist.se To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 04 05:18:34 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jVRco-000VWV-3n for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 04 May 2020 05:18:34 +0200 Original-Received: from localhost ([::1]:58038 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVRcn-0005D0-7d for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 03 May 2020 23:18:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36804) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jVRVW-0002it-Im for bug-gnu-emacs@gnu.org; Sun, 03 May 2020 23:11:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47176) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jVRVW-0007Ap-5l for bug-gnu-emacs@gnu.org; Sun, 03 May 2020 23:11:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jVRVW-0002Sx-1Y for bug-gnu-emacs@gnu.org; Sun, 03 May 2020 23:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Richard Stallman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 May 2020 03:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41021 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 41021-submit@debbugs.gnu.org id=B41021.15885618139391 (code B ref 41021); Mon, 04 May 2020 03:11:01 +0000 Original-Received: (at 41021) by debbugs.gnu.org; 4 May 2020 03:10:13 +0000 Original-Received: from localhost ([127.0.0.1]:58718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVRUj-0002RO-Di for submit@debbugs.gnu.org; Sun, 03 May 2020 23:10:13 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:33214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVRUi-0002RA-7u for 41021@debbugs.gnu.org; Sun, 03 May 2020 23:10:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44224) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVRUc-0005dY-Lu; Sun, 03 May 2020 23:10:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1jVRUR-00082d-Qn; Sun, 03 May 2020 23:09:56 -0400 In-Reply-To: <834ksxqexm.fsf@gnu.org> (message from Eli Zaretskii on Sun, 03 May 2020 17:19:17 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:179659 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > This is my `apropos-function': > > > > (defun apropos-function (pattern) > > "Show functions that match PATTERN. > Is this to save the user typing C-u before invoking "C-h a"? I think the reason to add that function is so that it appears in the completion list after M-x apropos TAB TAB. -- Dr Richard Stallman Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)