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
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to