From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Cc: Lars Ingebrigtsen <larsi@gnus.org>
Subject: Re: master 4e4b76b: Make info-look try to use more recent Python manual
Date: Thu, 12 Aug 2021 12:20:24 -0400 [thread overview]
Message-ID: <jwv8s16y6t2.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20210812152044.4811020997@vcs0.savannah.gnu.org> (Lars Ingebrigtsen's message of "Thu, 12 Aug 2021 11:20:43 -0400 (EDT)")
Lars Ingebrigtsen [2021-08-12 11:20:43] wrote:
> branch: master
> commit 4e4b76b094105d704933a94c95c2d4c0af6549b9
> Author: Lars Ingebrigtsen <larsi@gnus.org>
> Commit: Lars Ingebrigtsen <larsi@gnus.org>
>
> Make info-look try to use more recent Python manual
>
> * lisp/info-look.el: Use the Debian-installed python3.9 manual if
> it exists (bug#31405).
> ---
> lisp/info-look.el | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/lisp/info-look.el b/lisp/info-look.el
> index 72de0a4..72db4f0 100644
> --- a/lisp/info-look.el
> +++ b/lisp/info-look.el
> @@ -902,7 +902,9 @@ Return nil if there is nothing appropriate in the buffer near point."
>
> (info-lookup-maybe-add-help
> :mode 'python-mode
> - :doc-spec '(("(python)Index")))
> + :doc-spec `((,(if (Info-find-file "(python3.9)Index" t)
> + "(python3.9)Index"
> + "(python)Index"))))
WIBNI we could move this setting to python.el?
Stefan
next parent reply other threads:[~2021-08-12 16:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20210812152043.24248.62809@vcs0.savannah.gnu.org>
[not found] ` <20210812152044.4811020997@vcs0.savannah.gnu.org>
2021-08-12 16:20 ` Stefan Monnier [this message]
2021-08-12 16:24 ` master 4e4b76b: Make info-look try to use more recent Python manual Lars Ingebrigtsen
2021-08-12 16:56 ` Stefan Monnier
2021-08-13 11:46 ` Lars Ingebrigtsen
2021-08-21 14:02 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwv8s16y6t2.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=larsi@gnus.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.