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

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

bug#40671: [DOC] modify literal objects


From: Paul Eggert
Subject: bug#40671: [DOC] modify literal objects
Date: Sat, 16 May 2020 17:11:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 5/11/20 2:29 AM, Mattias EngdegÄrd wrote:
> As an experiment, I added an immutable cons type some time ago and found 
> these and more. The attachment contains some of the adjustments made at the 
> time. This isn't complete; I never got to a full bootstrap, for unrelated 
> reasons.

Thanks for sending that patch. Even if incomplete, it's better to not try to
modify constants so I installed the attached into master; it's derived from your
patch and supersedes my earlier (typo-containing) patch about nconc.

> By the way: Is there any reason you prefer `(a b c ,@tail) to (append '(a b 
> c) tail)?

No, I just wasn't thinking. The attached patch uses 'append'.

Attachment: 0001-Don-t-attempt-to-modify-constant-conses.txt
Description: Text document


reply via email to

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