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

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

bug#64537: mix lists and vectors when using backquote


From: Stefan Kangas
Subject: bug#64537: mix lists and vectors when using backquote
Date: Fri, 22 Sep 2023 02:08:23 -0700

Shynur Xie <one.last.kiss@outlook.com> writes:

> The docstring of ‘backquote’ says “vectors work just like lists”.
> Should we also clarify that mixing lists and vectors these 2 way:
>
>     `(... ,@[...])  ; by contrast: `(,@[] 1)  => (1)
>     `[,@'()]        ; by contrast: `[1 ,@'()] => [1]
>
> will lead to unexpected behavior?  Or suggest not doing so?  Or let
> ‘backquote’ detect this and signal an error?

Copying in Stefan Monnier.





reply via email to

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