Date: Mon, 11 Jan 1999 18:41:39 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Salvador Eduardo Tropea (SET)" cc: Stuart Hall , djgpp AT delorie DOT com, robert DOT hoehne AT gmx DOT net Subject: Re: Weird RHIDE problem found - /* at end of comments causes pro In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 10 Jan 1999, Salvador Eduardo Tropea (SET) wrote: > One interesting thing: Robert should implement an autosave feature when RHIDE > gets a SIGSEGV. Here's an idea for another life-saver: install a handler for SIGINT/SIGQUIT, and if the user presses the appropriate key twice before RHIDE has a chance to return to the top level and clear the interrupt condition, auto-save and exit (after asking the user if they really meant that). Why? Because this way you give the user an escape out of cases when RHIDE is stuck in some endless loop (e.g., some buggy user extension).