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: Sun, 07 Nov 2004 13:04:24 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099850744 21916 80.91.229.6 (7 Nov 2004 18:05:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Nov 2004 18:05:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 07 19:05:40 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 1CQrQ3-000692-00 for ; Sun, 07 Nov 2004 19:05:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQrYN-0004PP-8O for ged-emacs-devel@m.gmane.org; Sun, 07 Nov 2004 13:14:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQrXK-0003oH-AZ for emacs-devel@gnu.org; Sun, 07 Nov 2004 13:13:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQrXI-0003ng-Vz for emacs-devel@gnu.org; Sun, 07 Nov 2004 13:13:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQrXI-0003nS-OM for emacs-devel@gnu.org; Sun, 07 Nov 2004 13:13:08 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQrOx-0006cB-JF for emacs-devel@gnu.org; Sun, 07 Nov 2004 13:04:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CQrOq-0007WS-0m; Sun, 07 Nov 2004 13:04:24 -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:29522 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29522 Only Xt-based Emacs (Lucid/Motif/Lesstif) handle y-or-n-p-with-timeout, but I'm sure it can be done for the other X based versions. Mac and W32 also doesn't timeout on y-or-n-p-with-timeout when a dialog is used. If it fails on any platform, that is a bug and ought to be fixed (unless we decide to desupport the facility instead).