From xemacs-m  Wed Jun 25 15:05:27 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA17530
	for <xemacs-beta@xemacs.org>; Wed, 25 Jun 1997 15:05:26 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id WAA27158; Wed, 25 Jun 1997 22:05:26 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: [PATCH] New default for `teach-extended-commands-timeout'
References: <87lo3zq9c1.fsf@bittersweet.inetarena.com>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 25 Jun 1997 22:05:25 +0200
In-Reply-To: karlheg@inetarena.com's message of "25 Jun 1997 03:13:18 -0700"
Message-ID: <kig3eq68n3u.fsf@jagor.srce.hr>
Lines: 30
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta8) - "Copenhagen"

Uh, I've almost missed this.  Please use a descriptive subject.

karlheg@inetarena.com (Karl M. Hegbloom) writes:

> I just tried Hrvoje's `execute-extended-command' function, and
> decided that the `teach-extended-commands-timeout' needs to be longer.
> I didn't have time to read what it flashed on the screen, and I think
> most beginners will need longer...

Yes, you are right.  Now that these messages no longer halt the
command execution, we can afford giving them more time.  I think 4
seconds is a fine default:

--- lisp/prim/cmdloop.el.orig	Wed Jun 25 22:03:16 1997
+++ lisp/prim/cmdloop.el	Wed Jun 25 22:03:17 1997
@@ -236,7 +236,7 @@
   :type 'boolean
   :group 'keyboard)
 
-(defcustom teach-extended-commands-timeout 2
+(defcustom teach-extended-commands-timeout 4
   "*How long to pause after displaying a keybinding before executing.
 The value is measured in seconds.  This only applies if
 `teach-extended-commands-p' is true."


-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Speak softly and carry a +6 two-handed sword.

