emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 4e4b76b: Make info-look try to use more recent Python manual


From: Stefan Monnier
Subject: Re: master 4e4b76b: Make info-look try to use more recent Python manual
Date: Thu, 12 Aug 2021 12:56:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen [2021-08-12 18:24:58] wrote:
> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> WIBNI we could move this setting to python.el?
> It would indeed, but all the other `info-lookup-maybe-add-help' are in
> info-look.el.  We could move all of them to their modes, but then all
> modes would be loading info-look.el, and (I'm guessing) not that many
> people use it, so they'd be taking a performance impact.

That's what I mean by "could": provide some way for python.el to give
the needed info to `info-look` but without eagerly loading `info-look`.
E.g. by adding the info to a buffer-local var later consulted by `info-look`.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]