From xemacs-m  Mon Jun 23 05:54:49 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA29156
	for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 05:54:47 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcvdz08657; Mon, 23 Jun 1997 06:54:50 -0400 (EDT)
Date: Mon, 23 Jun 1997 06:54:50 -0400 (EDT)
Message-Id: <QQcvdz08657.199706231054@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: [PATCH] teach-extended-commands-p change
In-Reply-To: <kiglo41mzd5.fsf@jagor.srce.hr>
References: <kiglo41mzd5.fsf@jagor.srce.hr>
X-Mailer: VM 6.33 under 20.3 "Copenhagen" XEmacs Lucid (beta8)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Hrvoje Niksic writes:
 > Ever since reading the following entry in Emacs 20.1 NEWS, I wished we 
 > had it:
 > 
 > ** The feature to suggest key bindings when you use M-x now operates
 > after the command finishes.  The message suggesting key bindings
 > appears temporarily in the echo area.  The previous echo area contents
 > come back after a few seconds, in case they contain useful information.

The way ours works is intentional, if it is based on the code I
wrote many years ago.  The idea is to report the key sequence
that you could have typed, not the key sequence that you can now
type after the command has potentially rejiggered the keymaps.

