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: Shynur Xie
Subject: bug#64537: mix lists and vectors when using backquote
Date: Sun, 9 Jul 2023 05:40:46 +0000

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?

BTW, if [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64415]] is
actually not a bug, please consider document that behavior.  Thanks.




reply via email to

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