From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ikumi Keita Newsgroups: gmane.emacs.bugs Subject: bug#57974: 2022-08-30; Enhancing help facility for function doc string Date: Wed, 21 Sep 2022 19:15:39 +0900 Message-ID: <2600.1663755339@localhost> References: <1509.1663752344@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31201"; mail-complaints-to="usenet@ciao.gmane.io" To: 57974@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 21 12:16:41 2022 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 1oawmX-0007x4-KP for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 21 Sep 2022 12:16:41 +0200 Original-Received: from localhost ([::1]:40536 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oawmW-00010t-J2 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 21 Sep 2022 06:16:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43344) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oawlv-0000zW-3j for bug-gnu-emacs@gnu.org; Wed, 21 Sep 2022 06:16:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33450) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oawlu-0000Lh-Rj for bug-gnu-emacs@gnu.org; Wed, 21 Sep 2022 06:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oawlu-00022v-EC for bug-gnu-emacs@gnu.org; Wed, 21 Sep 2022 06:16:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ikumi Keita Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Sep 2022 10:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57974 X-GNU-PR-Package: emacs Original-Received: via spool by 57974-submit@debbugs.gnu.org id=B57974.16637553487840 (code B ref 57974); Wed, 21 Sep 2022 10:16:02 +0000 Original-Received: (at 57974) by debbugs.gnu.org; 21 Sep 2022 10:15:48 +0000 Original-Received: from localhost ([127.0.0.1]:60761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oawlg-00022N-Ea for submit@debbugs.gnu.org; Wed, 21 Sep 2022 06:15:48 -0400 Original-Received: from smtp1a.inetd.co.jp ([210.129.88.11]:33532) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oawld-00022C-PX for 57974@debbugs.gnu.org; Wed, 21 Sep 2022 06:15:46 -0400 Original-Received: from localhost (42-144-46-173.rev.home.ne.jp [42.144.46.173]) by smtp1a.inetd.co.jp (Postfix) with ESMTPA id C62922EC for <57974@debbugs.gnu.org>; Wed, 21 Sep 2022 19:15:42 +0900 (JST) In-reply-to: <1509.1663752344@localhost> Comments: In-reply-to Ikumi Keita message dated "Wed, 21 Sep 2022 18:25:44 +0900." X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 28.2 Content-ID: <2598.1663755339.1@localhost> 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:243290 Archived-At: Oops, sorry. I sent to wrong address. I reassigned this from "auctex" to "emacs". >>>>> Ikumi Keita writes: > This is a wishlist for record rather than a bug report. See > for the > background. > When a Elisp function A has :override advice B, help facility (C-h f) > displays doc string A, not B. It only indicates > This function has :override advice: THE-NAME-OF-B > modestly. > This is inconvenient, especially when A is a (major or minor) mode > function and the user typed C-h m in that mode buffer. > It would be worth considering to enhance the help facility to display > doc string of B instead when A is overrided by advice. > Regards, > Ikumi Keita > #StandWithUkraine #StopWarInUkraine