vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
713 stars 40 forks source link

Ensure printing of full data structure for cache #245

Closed vermiculus closed 9 years ago

vermiculus commented 9 years ago

Bind print-{depth,level} to nil before writing to the file. This should force prin1 to spell out the entire data structure.

Should fix #244.