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

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

[debbugs-tracker] bug#34975: closed (26.1.92; In backquote, the comma ma


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34975: closed (26.1.92; In backquote, the comma marker does not work with variable name started with dot)
Date: Thu, 26 Sep 2019 16:39:02 +0000

Your message dated Thu, 26 Sep 2019 18:38:09 +0200
with message-id <address@hidden>
and subject line Re: bug#19790: [PATCH] destructive splicing in backquote
has caused the debbugs.gnu.org bug report #19790,
regarding 26.1.92; In backquote, the comma marker does not work with variable 
name started with dot
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
19790: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19790
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1.92; In backquote, the comma marker does not work with variable name started with dot Date: Sun, 24 Mar 2019 22:19:56 +0800
For example,

(let ((.foo 42))
  (list .foo))
;; => (42)

(let ((.foo 42))
  `(,.foo))
;; => ((\,\. foo))

I expect both of them returns (42). is it a bug?

The bug report is inspired by 
https://www.reddit.com/r/emacs/comments/b325ae/letplist_a_version_of_the_useful_letalist_macro/



--- End Message ---
--- Begin Message --- Subject: Re: bug#19790: [PATCH] destructive splicing in backquote Date: Thu, 26 Sep 2019 18:38:09 +0200
Stefan Kangas <address@hidden> writes:

> Stefan Monnier <address@hidden> writes:
>
> > LGTM.
>
> Thanks.  If there are no further comments, I'll commit the attached in
> a few days.

No more comments in 11 days, so I've now pushed this to master as
commit 3cf8f9b1ec.  I'm consequently closing this bug.

Best regards,
Stefan Kangas


--- End Message ---

reply via email to

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