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

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

Re: How to quote a list of functions?


From: Marcin Borkowski
Subject: Re: How to quote a list of functions?
Date: Sun, 09 Aug 2015 10:04:26 +0200

On 2015-08-09, at 08:18, Dmitry Gutov <dgutov@yandex.ru> wrote:

> On 08/09/2015 03:09 AM, Marcin Borkowski wrote:
>
>>> A sharp quote before a list doesn't do anything. Do it like this:
>>
>> Really?
>>
>> (equal #'(foo) '(foo))  =>  t
>>
>> And even
>>
>> (eq (car #'(foo)) (car '(foo)))  =>  t
>>
>> So it seems that semantically, quote and sharp-quote before a list are
>> exactly equivalent.
>
> Yes, sorry, that's what I meant: it doesn't do anything extra.

Ah, I see.  Thanks.

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



reply via email to

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