hi,
i often have a lot of buffers open which aren't directly tied to files (mainly erc) or or completly unrealted to whatever i'm working on in that moment. it gets really annoying when slime keeps asking we whether i want to save these buffers or not, this is due to use of save-some-buffers in a copule of slime's functions. i plan on changing the calls to save-some-buffers so that they only attempt to save lisp-mode buffers whcih are tied to a file and i want to make sure that noone relies on slime's current functionality in ways i don't expect (in this case it will become a customizable setting instead of the only possible option).