bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#56643: 29.0.50; Help-mode bookmarks not loading with native compilat


From: Michael Heerdegen
Subject: bug#56643: 29.0.50; Help-mode bookmarks not loading with native compilation
Date: Thu, 21 Jul 2022 00:47:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>    (help-setup-xref
>      (list (lambda (function buffer)
>              (let ((describe-function-orig-buffer
>                     (if (buffer-live-p buffer) buffer)))
>                (describe-function function)))
>            function describe-function-orig-buffer)
>      (called-interactively-p 'interactive))
>
> In a natively-compiled Emacs, this lambda produces a native-compiled
> subr.  Is there a way of telling Emacs not to produce such a subr, but
> instead to produce byte-code for this lambda?  If yes, that could be a
> (somewhat ugly) workaround in this case.

Alternatively we could introduce a named helper function.  Note there
are more calls of `help-setup-xref' using lambdas in arguments.

I see a more general problem: anywhere where printing an anonymous
function readably is necessary there is a potential breakage when using
natively compiled Emacs - right?  That would be quite a limitation.

Michael.





reply via email to

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