From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: y-or-n-p-with-timeout Date: Mon, 08 Nov 2004 09:49:39 -0500 Message-ID: References: <87wtwyn8tf.fsf@confusibombus.example.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099925523 18393 80.91.229.6 (8 Nov 2004 14:52:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2004 14:52:03 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 08 15:51:49 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 1CRAs0-00034W-00 for ; Mon, 08 Nov 2004 15:51:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRB0M-00050q-BH for ged-emacs-devel@m.gmane.org; Mon, 08 Nov 2004 10:00:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRB05-0004x7-7o for emacs-devel@gnu.org; Mon, 08 Nov 2004 10:00:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRB02-0004wD-Sh for emacs-devel@gnu.org; Mon, 08 Nov 2004 10:00:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRB01-0004wA-1U for emacs-devel@gnu.org; Mon, 08 Nov 2004 10:00:06 -0500 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRApw-0004ag-KG; Mon, 08 Nov 2004 09:49:40 -0500 Original-Received: from empanada.home ([67.68.218.250]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041108144940.FXEI1799.simmts5-srv.bellnexxia.net@empanada.home>; Mon, 8 Nov 2004 09:49:40 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id E5ABF356BAF; Mon, 8 Nov 2004 09:49:39 -0500 (EST) Original-To: Alex Schroeder In-Reply-To: <87wtwyn8tf.fsf@confusibombus.example.org> (Alex Schroeder's message of "Sat, 06 Nov 2004 19:14:52 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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:29579 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29579 > 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, Stefan