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
Andreas Röhler writes:
> (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."
> Will change the implementation into
> "If not nil, ask about which buffers to save before executin
Am 31.01.2012 21:47, schrieb François Pinard:
Andreas Röhler writes:
(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."
Will change the implementation into
"If not nil, as