Stefan Monnier <[EMAIL PROTECTED]> writes: > I think those uses of prin1 really call for some way to reliably > print data in a lisp-readable form. I.e. a variant of prin1 (or a > way to tell prin1) that ignores print-depth and friends and which > signals an error when it encounters an element that it can't print > readably (e.g. a marker, a hash table, ...).
How about a `print-readably' variable? XEmacs has one, Common Lisp has *print-readably*. Hmm... In fact savehist already binds `print-readably'. -- Johan Bockgård _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
