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

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

Re: problem understanding font-lock-defaults structure


From: harven
Subject: Re: problem understanding font-lock-defaults structure
Date: Thu, 09 Oct 2008 17:26:38 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

Xah <xahlee@gmail.com> writes:

> Lennart Borgman wrote:
>> Could it be that the “quote” just takes one argument?
>
> Egads. This costed me few hours.
>
> Am filing a bug report on this...
>
> ... i always thought that the syntactical form
>
> '(...)
>
> is just equivalent to
>
> (quote ...)

>From the elisp manual,
...  Thus, the read syntax `'x' is an abbreviation for `(quote x)' ...
So '(...) is equivalent to (quote (...))


reply via email to

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