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

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

Re: Appending to a list


From: Emanuel Berg
Subject: Re: Appending to a list
Date: Mon, 14 Dec 2020 07:26:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

steve-humphreys wrote:

>> It works with `setq' only without `defvar' the
>> byte-compiler, which should always be used BTW, without it
>> the byte-compiler will complain.
>
> I have not understood the paragraph above.

After you have written some Elisp, say fort-knox-access.el, use
the byte-compiler like this

  $ emacs -batch -f batch-byte-compile fort-knox-access.el

The byte-compiler will tell you how to improve your code and
also when the output fort-knox-access.elc file is loaded in
Emacs it will run faster to some extent.

--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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