Michael Heerdegen writes: > The second problem is that the recursive calls of `pp--insert-lisp' > print symbols using `princ' (i.e., without quoting), so even the list > representation is wrong. I think we should print any symbol using `prin1', not `princ' - printing symbols that need quoting without quoting is not useful: