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.bugs Subject: bug#31405: 25.3; Python.el doesn't provide infos to info-lookup-symbol Date: Thu, 12 Aug 2021 19:02:32 +0300 Message-ID: <83k0kqd52f.fsf@gnu.org> References: <8736yz4jp9.fsf@k-7.ch> <87k0kqkayt.fsf@gnus.org> <871r6yd7c1.fsf@tcd.ie> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4972"; mail-complaints-to="usenet@ciao.gmane.io" Cc: seb@k-7.ch, larsi@gnus.org, stefan@marxist.se, npostavs@gmail.com, 31405@debbugs.gnu.org To: "Basil L. Contovounesios" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Aug 12 18:04:07 2021 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 1mEDBf-00013U-3o for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 12 Aug 2021 18:04:07 +0200 Original-Received: from localhost ([::1]:36290 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mEDBc-0001vR-Qe for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 12 Aug 2021 12:04:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45934) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mEDAc-0008WV-3S for bug-gnu-emacs@gnu.org; Thu, 12 Aug 2021 12:03:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56482) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mEDAb-00058C-TY for bug-gnu-emacs@gnu.org; Thu, 12 Aug 2021 12:03:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mEDAb-00029q-MM for bug-gnu-emacs@gnu.org; Thu, 12 Aug 2021 12:03:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Aug 2021 16:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31405 X-GNU-PR-Package: emacs Original-Received: via spool by 31405-submit@debbugs.gnu.org id=B31405.16287841788283 (code B ref 31405); Thu, 12 Aug 2021 16:03:01 +0000 Original-Received: (at 31405) by debbugs.gnu.org; 12 Aug 2021 16:02:58 +0000 Original-Received: from localhost ([127.0.0.1]:39795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEDAY-00029X-GB for submit@debbugs.gnu.org; Thu, 12 Aug 2021 12:02:58 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEDAW-00029E-FK for 31405@debbugs.gnu.org; Thu, 12 Aug 2021 12:02:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42158) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mEDAP-0004zG-Te; Thu, 12 Aug 2021 12:02:49 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1582 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mEDAP-0008Nr-AU; Thu, 12 Aug 2021 12:02:49 -0400 In-Reply-To: <871r6yd7c1.fsf@tcd.ie> (bug-gnu-emacs@gnu.org) 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:211701 Archived-At: > Cc: seb@k-7.ch, Stefan Kangas , > Noam Postavsky , 31405@debbugs.gnu.org > Date: Thu, 12 Aug 2021 16:13:34 +0100 > From: "Basil L. Contovounesios" via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > (info-lookup-maybe-add-help > > :mode 'python-mode > > :doc-spec '(("(python)Index"))) > > > > to something that filters/matches more accurately, perhaps. > > In my case I have to override it as > > (with-eval-after-load 'info-look > (info-lookup-add-help > :mode 'python-mode > :doc-spec '(("(python3.9)Index")))) > > to match the name and version of the manual installed by Debian. IMNSHO, it's a bug in Debian that they include the version in the file name and don't provide any symlink or other way of getting the Python Info manual. That's not how the Info system was designed to work.