issue191: kill_buffer_early_hook

Priority: feature Status: chatting
Messages
msg425 (view) Author: retroj Date: 2009-09-25.17:34:01
It would be nice to have a hook for when a buffer was going to be killed, but before
the xul:browser had been destroyed.  Not saying that "kill_buffer_early_hook" would
necessarily be the best name... would have to look at other hook names and try to be
consistent.  Also, this hook should be a coroutine hook so that people can use it to
have a buffer-kill confirmation.

Such a confirmation prompt might actually be more appropriate in the kill-buffer command.
Things to decide.
msg559 (view) Author: retroj Date: 2010-02-18.16:15:48
also see issue247
History
Date User Action Args
2010-02-18 16:15:48retrojsetstatus: unread -> chatting
messages: + msg559
2009-09-25 17:34:01retrojcreate