emacs_chrome icon indicating copy to clipboard operation
emacs_chrome copied to clipboard

get confirmation before killing a modified buffer

Open lewang opened this issue 13 years ago • 1 comments

use kill-buffer-query-functions instead of kill-buffer-hook.

lewang avatar Sep 10 '12 12:09 lewang

I'm not if this has broken with the re-factoring but a couple of points:

C-c C-c seems to prompt, surely if I say done I mean yes save and return C-x C-c works as expected when the buffer is modified

However in both cases the frame is left up, it should be destroyed.

I was half-way through trying to get the iterative edit feature to work so I'll see if I can get that fixed up now.

stsquad avatar Sep 11 '12 16:09 stsquad