[Python-mode] py-ask-about-save

Andreas Röhler andreas.roehler at online.de
Tue Jan 31 19:50:58 CET 2012


Hi,

exists a boolean variable

(defcustom py-ask-about-save t
   "If not nil, ask about which buffers to save before executing some code.
Otherwise, all modified buffers are saved without asking."

;;;;;;;;;;

this rather nags me. Saving all buffer unconditional is probably 
terrible, OTOH always get questioned by `t'

Will change the implementation into

  "If not nil, ask about which buffers to save before executing some code.
Otherwise do nothing."

Opinions?

Cheers,

Andreas


More information about the Python-mode mailing list