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

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

Re: [External] : Re: Emacs 30.0 warning from `cl-pushnew' and `memql'


From: Jean Louis
Subject: Re: [External] : Re: Emacs 30.0 warning from `cl-pushnew' and `memql'
Date: Thu, 29 Dec 2022 12:18:01 +0300
User-agent: Mutt/2.2.9+54 (af2080d) (2022-11-21)

Thanks Thomas, after following your corrections:

(setq my-list '()) ➜ nil
(benchmark 10000000 '(setq my-list (cons "Word" my-list))) ➜ "Elapsed time: 
5.943843s (4.111302s in 3 GCs)"

It works!

> Read benchmark's doc string carefully :-)

My misunderstanding is with FORM and BODY, when I read FORM, I
understand it is same as BODY. Now I see the difference.

I have found reference in Emacs Lisp manual, but I cannot find
reference that FORM as argument means quoted sexp, if you have that
reference, let me know


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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