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

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

bug#57819: 29.0.50; Emacs thinks native-compiled function in ielm is in


From: Eli Zaretskii
Subject: bug#57819: 29.0.50; Emacs thinks native-compiled function in ielm is in `C source code'
Date: Fri, 16 Sep 2022 15:03:40 +0300

> Cc: 57819@debbugs.gnu.org
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Fri, 16 Sep 2022 13:38:26 +0200
> 
> Andrew John De Angelis <ajd2195@columbia.edu> writes:
> 
> > - 'emacs -Q'
> > - 'M-x ielm'
> > - define a function (I tried a couple different variations),
> > like:
> > ' (defun my-func ()
> >  "simple function to test something"
> >  (message "hello"))'
> > - 'C-h f my-func' shows "my-func is a Lisp closure." correctly
> > - in *ielm*, run:
> > '(native compile #'my-func)'
> > - now, 'C-h f my-func' shows "my-func is a native-compiled Lisp function in 
> > ‘C source
> > code’."
> 
> I've now fixed this in Emacs 29.

How about fixing bug#56744 as well?





reply via email to

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