emacs-devel
[Top][All Lists]
Advanced

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

Re: Getting ready to land native-compilation on master


From: Stefan Monnier
Subject: Re: Getting ready to land native-compilation on master
Date: Sat, 10 Apr 2021 09:10:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> The problem seems to be the way `highlight-defined.el' determines if
> a function is built-in, using `(subrp (indirect-function #'some-function))'.

Ah, so it purposefully decided to highlight "builtin" functions
differently.  Not knowing why this is done (whether a function is
implemented in C or in ELisp is an implementation detail, which can
change from one version of Emacs to another), it's hard to know what
should happen with native-compiled functions.


        Stefan




reply via email to

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