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

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

Re: Elisp - quoting or not?


From: tomas
Subject: Re: Elisp - quoting or not?
Date: Sat, 5 Dec 2020 09:57:01 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Dec 05, 2020 at 07:12:59AM +0100, An Liu wrote:
> sorry, typo
> 
> abcd `(ab cd)  should be
> 
> abcd `(,ab ,cd)

Or just

  abcd (list ab cd)

(I'd slightly prefer this one, since your -- totally correct --
`(,ab ,cd) variant suggests that there's some quoting going on,
which could be a bit misleading. But that's just a matter of
taste).

Cheers
 - t

Attachment: signature.asc
Description: Digital signature


reply via email to

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