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: y-or-n-p-with-timeout Date: Fri, 12 Nov 2004 02:05:34 -0500 Message-ID: References: <87wtwyn8tf.fsf@confusibombus.example.org> <200411092316.iA9NGCZ22010@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100243221 14060 80.91.229.6 (12 Nov 2004 07:07:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Nov 2004 07:07:01 +0000 (UTC) Cc: alex@emacswiki.org, teirllm@dms.auburn.edu, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 12 08:06:55 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 1CSVWJ-0003CH-00 for ; Fri, 12 Nov 2004 08:06:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSVeq-0003a7-0T for ged-emacs-devel@m.gmane.org; Fri, 12 Nov 2004 02:15:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSVeI-0003HP-5T for emacs-devel@gnu.org; Fri, 12 Nov 2004 02:15:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSVeG-0003Gb-0M for emacs-devel@gnu.org; Fri, 12 Nov 2004 02:15:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSVeF-0003GL-Ud for emacs-devel@gnu.org; Fri, 12 Nov 2004 02:15:07 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CSVVc-0002yy-FY for emacs-devel@gnu.org; Fri, 12 Nov 2004 02:06:12 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CSVV0-0003qA-0j; Fri, 12 Nov 2004 02:05:34 -0500 Original-To: "Jan D." In-reply-to: (jan.h.d@swipnet.se) 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:29774 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29774 This should only be needed where we BLOCK_INPUT for a longer time, and the places I know of are menus and dialogs. Are there any other operations that needs to be considered? I'm fixing menus and dialogs right now. Menus and dialogs are the only places I know of. Emacs might sometimes wait longer when trying to read a file if the data is really coming from the network; but the file-reading code isn't reentrant so we can't run timers then.