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

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

bug#51717: closed (28.0.60; (emacs)Lisp Libraries in the manual contains


From: GNU bug Tracking System
Subject: bug#51717: closed (28.0.60; (emacs)Lisp Libraries in the manual contains wrong reference.)
Date: Tue, 09 Nov 2021 13:53:02 +0000

Your message dated Tue, 09 Nov 2021 15:52:13 +0200
with message-id <835yt15tde.fsf@gnu.org>
and subject line Re: bug#51717: 28.0.60; (emacs)Lisp Libraries in the manual 
contains wrong reference.
has caused the debbugs.gnu.org bug report #51717,
regarding 28.0.60; (emacs)Lisp Libraries in the manual contains wrong reference.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51717: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51717
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 28.0.60; (emacs)Lisp Libraries in the manual contains wrong reference. Date: Tue, 09 Nov 2021 21:20:05 +0800
In the following segment of (emacs)Lisp Libraries:

   Emacs Lisp code can be compiled into byte-code, which loads faster,
takes up less space, and executes faster.  By convention, compiled Emacs
Lisp code goes in a separate file whose name ends in ‘.elc’.  For
example, the compiled code for ‘foo.el’ goes in ‘foo.elc’.  *Note Byte
Compilation: (elisp)Byte Compilation.

   Emacs Lisp code can also be compiled into “native code”: machine code
not unlike the one produced by a C or Fortran compiler.  Native code
runs even faster than byte-code.  Natively-compiled Emacs Lisp code is
stored in files whose names end in ‘.eln’.  *Note Byte Compilation:
                                                ^^^^^^^^^^^^^^^^
(elisp)Native Compilation.

Shouldn't the underlined text be "Native Compilation" instead?

Thanks.


In GNU Emacs 28.0.60 (build 1, x86_64-unknown-gnu, X toolkit, cairo version 
1.17.4, Xaw3d scroll bars)
 of 2021-11-09 built on machine
Repository revision: 307d164c9c053501df8159719b3b502d720a945a
Repository branch: emacs-28
Windowing system distributor 'X Consortium', version 11.0.12101002

Configured using:
 'configure --with-x-toolkit=lucid --with-native-compilation 
--cache-file=/tmp/ccache'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON
LCMS2 LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY
PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11
XAW3D XDBE XIM XPM LUCID ZLIB

Important settings:
  value of $LANG: C
  value of $XMODIFIERS: @im=tableinput
  locale-coding-system: utf-8-unix

Major mode: Info



--- End Message ---
--- Begin Message --- Subject: Re: bug#51717: 28.0.60; (emacs)Lisp Libraries in the manual contains wrong reference. Date: Tue, 09 Nov 2021 15:52:13 +0200
> Date: Tue, 09 Nov 2021 21:20:05 +0800
> From:  Po Lu via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> 
>    Emacs Lisp code can also be compiled into “native code”: machine code
> not unlike the one produced by a C or Fortran compiler.  Native code
> runs even faster than byte-code.  Natively-compiled Emacs Lisp code is
> stored in files whose names end in ‘.eln’.  *Note Byte Compilation:
>                                                 ^^^^^^^^^^^^^^^^
> (elisp)Native Compilation.
> 
> Shouldn't the underlined text be "Native Compilation" instead?

Thanks, fixed.


--- End Message ---

reply via email to

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