From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9623 Path: main.gmane.org!not-for-mail From: "William M. Perry" Newsgroups: gmane.emacs.gnus.general Subject: Re: Catchup command request Date: Sat, 25 Jan 1997 08:36:15 -0800 Message-ID: <199701251636.IAA00518@wmperry.in.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149619 19527 80.91.224.250 (20 Oct 2002 21:33:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:33:39 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id IAA19929 for ; Sat, 25 Jan 1997 08:41:29 -0800 Original-Received: from wmperry.in.aventail.com (wmperry@wmperry.oz.net [207.13.185.53]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 25 Jan 1997 17:31:54 +0100 Original-Received: (from wmperry@localhost) by wmperry.in.aventail.com (8.7.6/8.7.3) id IAA00518; Sat, 25 Jan 1997 08:36:15 -0800 Original-To: Steven L Baur In-Reply-To: Errors-to: wmperry@aventail.com X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7May I respectfully request that the c) atchup command in the *Summary* >buffer use yes-or-no-p instead of y-or-n-p? > >Yes, I just destroyed another nnml group by typing `cd ' in XEmacs >when I thought an xterm had keyboard focus :-(. This should be customizable. W3 has a variable for controlling what yes-or-no type function should be used for prompts. By defaults it is yes-or-no-p, but can be changed to anything with the same calling semantics. -bp