GNU bug report logs -
#67260
[PATCH emacs-team 0/2] Think ahead when compiling
Previous Next
Full log
Message #275 received at 67260 <at> debbugs.gnu.org (full text, mbox):
The latest patch series (titled v7, but really v9) shows some
improvement, however, there are still some issues.
Specifically, functions from preloaded library uniquify are now
correctly noted as being natively-compiled. The functions that were
confirmed were uniquify-item-base and uniquify-item-p.
However, functions from certain other preloaded libraries are still
noted as being byte-compiled instead. At the very least this set
includes backquote and eldoc.
#+begin_src sh
emacs --batch --eval (message "%s" (take 1 (split-string (substring-no-properties (describe-function 'backquote-process)) "\n" t)))
#+end_src
#+RESULTS:
: Type q in help window to delete it
: (backquote-process is a byte-compiled Lisp function in `backquote.el'.)
#+begin_src sh
emacs --batch --eval (message "%s" (take 1 (split-string (substring-no-properties (describe-function 'eldoc-mode)) "\n" t)))
#+end_src
#+RESULTS:
: Type q in help window to delete it
: (eldoc-mode is an interactive byte-compiled Lisp function in)
--
Suhail
This bug report was last modified 1 year and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.