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: Tue, 09 Nov 2004 06:14:57 -0500 Message-ID: References: <87wtwyn8tf.fsf@confusibombus.example.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099999029 10309 80.91.229.6 (9 Nov 2004 11:17:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2004 11:17:09 +0000 (UTC) Cc: emacs-devel@gnu.org, alex@emacswiki.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 09 12:17:02 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 1CRTzh-0006jp-00 for ; Tue, 09 Nov 2004 12:17:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRU86-0006Sj-3o for ged-emacs-devel@m.gmane.org; Tue, 09 Nov 2004 06:25:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRU7V-0006Dl-Cd for emacs-devel@gnu.org; Tue, 09 Nov 2004 06:25:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRU7S-0006CY-Q8 for emacs-devel@gnu.org; Tue, 09 Nov 2004 06:25:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRU7S-0006CG-Hi for emacs-devel@gnu.org; Tue, 09 Nov 2004 06:25:02 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRTyu-0004ra-K4 for emacs-devel@gnu.org; Tue, 09 Nov 2004 06:16:12 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CRTxh-0005Gf-7w; Tue, 09 Nov 2004 06:14:57 -0500 Original-To: Stefan In-reply-to: (message from Stefan on Mon, 08 Nov 2004 09:49:39 -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:29630 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29630 > From a usability perspective I don't like these kinds of timeouts. > They might make sense when booting your computer, but when using > Emacs? I can't think of a use-case for y-or-n-p-with-timeout. If > nobody brings up an interesting example, I think we should declare it > obsolete. Agreed, I think I added that function for compatibility with XEmacs. Could someone check if that is true? If the feature is painful to implement, and not really desirable in itself, I guess compatibility is not enough reason to do the work to implement. Anyway, please tell me if you know of a good use for this function. If I don't hear of one, I will mark it obsolete.