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

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

Re: how to add button to emacs that play a elisp code


From: Michael Heerdegen
Subject: Re: how to add button to emacs that play a elisp code
Date: Fri, 12 Sep 2014 02:23:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Emanuel Berg <embe8573@student.uu.se> writes:

> '(1 2 3)        ; (1 2 3)
> (quote (1 2 3)) ; same
> (list 1 2 3)    ; same

I think what Pascal means is that these are not the "same" in the sense
that when you replace one of these expressions with the other in a
program, the result after evaluation may change.  It's important to
state that, because this issue is a common pitfall in Lisp.

Michael.




reply via email to

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