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: steve-humphreys
Subject: Re: Appending to a list
Date: Mon, 14 Dec 2020 11:25:20 +0100

> Sent: Monday, December 14, 2020 at 7:26 AM
> From: "Emanuel Berg via Users list for the GNU Emacs text editor" 
> <help-gnu-emacs@gnu.org>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Appending to a list
>
> 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.

I see.

> --
> 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]