John Levon <[EMAIL PROTECTED]> writes: | On Mon, Jul 22, 2002 at 04:26:44PM +0200, Lars Gullik Bjønnes wrote: > >> | LyX should quit cleanly in ctrl-c case. I have a patch for it. >> >> It cannot quit completely clean... unsaved buffers must be left >> unsaved. fex. > | We bring up the dialog. This is the right thing to do IMO.
On C-c? No, I do not agree. C-c sends a SIGTERM, right? So we should not think "how shall lyx behave on a C-c", but "how shall lyx behave on SIGTERM". And requiring use interaction for SIGTERM is IMNSHO plain bad. (killall lyx... -> You have unsaved buffer, do you want to save them...) -- Lgb