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

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

bug#29866: 27.0.50; cl-loop: Calculate the array length just once


From: Tino Calancha
Subject: bug#29866: 27.0.50; cl-loop: Calculate the array length just once
Date: Fri, 29 Dec 2017 02:21:22 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



On Wed, 27 Dec 2017, Stefan Monnier wrote:

While studying this code I found easier to hack if we use gensym's
instead of make-symbol; otherwise, the code creates several symbols with
the same printed representation "--cl-var--".  For example, with current
code you can read expansions with something like:

I always (setq print-gensym t print-circle t)
Thank you all for th eexplanations.
Wouldn't be those good defaults? I don't see any advantage, rather than confusion for the current defaults. I even replaced locally all those make-symbol with gensym to follow the expansions without get crazy.






reply via email to

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