From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-trunk-diffs] Changes to emacs/src/sysdep.c Date: Thu, 02 Dec 2004 08:10:06 -0500 Message-ID: References: <87hdnb9f4m.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1101993208 6272 80.91.229.6 (2 Dec 2004 13:13:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2004 13:13:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 02 14:13:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CZqln-0005se-00 for ; Thu, 02 Dec 2004 14:13:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZqvK-0008Nd-SU for ged-emacs-devel@m.gmane.org; Thu, 02 Dec 2004 08:23:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZqvD-0008NK-Oq for emacs-devel@gnu.org; Thu, 02 Dec 2004 08:22:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZqvC-0008N8-W6 for emacs-devel@gnu.org; Thu, 02 Dec 2004 08:22:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZqvC-0008My-TB for emacs-devel@gnu.org; Thu, 02 Dec 2004 08:22:58 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CZqlW-0005fh-EO for emacs-devel@gnu.org; Thu, 02 Dec 2004 08:12:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CZqik-0007NR-GL; Thu, 02 Dec 2004 08:10:06 -0500 Original-To: Stefan In-reply-to: (message from Stefan on Tue, 30 Nov 2004 23:28:33 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30605 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30605 > Most parts of Emacs will quit *very soon* if you type C-g. Yes, for those C-g is all we need. But there are others, like `write'. For `write', and maybe other exceptional places where at present C-g won't ever exit the loop, I suggested that we make a single C-g exit, but only if there has been no progress in the loop for 30 seconds. Wouldn't that solve the problem?