> `eq' compares immediate values in lisp. All integers in emacs lisp are > immediate values. Floating point numbers in Emacs lisp are "boxed" -- > allocated on the heap -- just like cons-cells or whatever.
Well a symbol also seems to be a pointer/allocated on the heap, but OK, thanks, that gives me some understanding. -- Nick http://www.inet.net.nz/~nickrob _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
