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

[no subject]



(setq foo '(a b c `(d e f ,(plus 4 3))))

(A B C (LIST (QUOTE D) (QUOTE E) (QUOTE F) (PLUS 4 3)))

	The backquote macro does its work even though it appears
within a quoted list. I know why it does this, I am just not sure
if it is the "right" thing to do.....


			-Jeff