> I assume that almost nobody will get interested into Elisp who did not
> look into any lisp before.
Erk! I have no Lisp at all.
> Nevertheless some of them may have started
> with Scheme and be not aware of the Lisp-1 vs Lisp-2 distinction
> http://en.wikipedia.org/wiki/Common_Lisp#The_function_namespace
> and will thus be highly irritated by Elisp (that is an Lisp-2).
I know nothing of the difference between Lisp-1 and List-2 :(
Looks like I have some reading to do.
Gordon
--
Gordon Guthrie
CEO hypernumbers
http://hypernumbers.com
t: hypernumbers
+44 7776 251669
Ahah! So it is the sort of stuff I write about in lesson 2-4:
http://learn-elisp-for-emacs.org/rsts/lesson-2-4.html
Do you think there should be a little section there about
Lisp-1/Lisp-2 and how they are different?
Maybe use the (a a) example you suggest?
Also in eLisp a symbol can have 4 properties :(
* print name
* variable name
* function
* property list
See http://www.gnu.org/software/emacs/emacs-lisp-intro/elisp/Symbol-Components.html#Symbol-Components
G