GNU bug report logs - #61281
“`(a \, b)” equals to “`(a . ,b)”

Previous Next

Package: emacs;

Reported by: Xie Shynur <one.last.kiss <at> outlook.com>

Date: Sat, 4 Feb 2023 23:29:02 UTC

Severity: normal

Full log


Message #8 received at 61281 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Xie Shynur <one.last.kiss <at> outlook.com>, "61281 <at> debbugs.gnu.org"
 <61281 <at> debbugs.gnu.org>
Subject: RE: “`(a \, b)” equals to “`(a . , b)”
Date: Sat, 4 Feb 2023 23:34:48 +0000
Good catch!

`(a \, b) returns (a . <value-of-b>)

Looks like a bug to me.

The code in backquote.el that causes this is this bit
of the definition of function backquote-process:
(eq (car s) backquote-unquote-symbol), where the value
of variable backquote-unquote-symbol is the symbol \,

This bug report was last modified 2 years and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.