dacap / keyfreq

Track Emacs commands frequency
320 stars 25 forks source link

Fixed saving to file #5

Closed gvol closed 10 years ago

gvol commented 10 years ago

Clearly we want to save all the data to the file, so we have to ensure that print-level' andprint-length' are nil.

dacap commented 10 years ago

Hi @gvol, I'll test your change soon. Thanks for the pull request.

dacap commented 10 years ago

It looks safe to use print-length and print-level equal to nil (as they are the default values for prin1). More info: http://www.gnu.org/software/emacs/manual/html_node/elisp/Output-Variables.html