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

2012-01-31 Thread Andreas Röhler
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

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

2012-01-31 Thread 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, ask about which buffers to save before executin

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

2012-01-31 Thread Andreas Röhler
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