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

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

RE: eval trouble


From: Drew Adams
Subject: RE: eval trouble
Date: Sun, 14 Sep 2008 15:20:15 -0700

> Please, why the comma before sym -- quoted, no less:
> > (put ',sym 'some 'value))))

See the Emacs manual, node Backquote.

Inside a backquote (`):
 ,sym evaluates sym and uses that value.
 ' then wraps that in (quote ...)

So if the value of sym is hello,
then ,sym gives hello and ',sym gives 'hello.





reply via email to

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