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

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

RE: [External] : Re: Which Elisp types are mutable?


From: Drew Adams
Subject: RE: [External] : Re: Which Elisp types are mutable?
Date: Mon, 5 Jul 2021 20:03:14 +0000

> > But I'll mention that a Lisp symbol is a kind of
> > mutable "object".  It has various properties [...]
> 
> Oh, Elisp doesn't differentiate  between the symbol proper
> and its bindings?

Sure, it does.  Though I may not understand what you
mean by its bindings.

The symbol is an object - a complex/compound thing.
It has various properties.  One of the properties is
its value as a variable, which is accessible using
function `symbol-value'.  As a variable, that's the
symbol's variable (global) "binding".

reply via email to

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