From xemacs-m  Sat Jun 28 17:53:23 1997
Received: from piglet.splode.com (h-205-217-243-176.netscape.com [205.217.243.176])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA19381
	for <xemacs-beta@xemacs.org>; Sat, 28 Jun 1997 17:53:22 -0500 (CDT)
Received: (from friedman@localhost)
	by piglet.splode.com (8.8.5/8.8.5) id PAA02502;
	Sat, 28 Jun 1997 15:52:48 -0700
Date: Sat, 28 Jun 1997 15:52:48 -0700
Message-Id: <199706282252.PAA02502@piglet.splode.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Noah Friedman <friedman@splode.com>
To: hniksic@srce.hr
Cc: xemacs-beta@xemacs.org
Subject: Re: [PATCH] teach-extended-commands-p change
Reply-To: friedman@splode.com
In-Reply-To: <hniksic@srce.hr> , 24 Jun 1997 11:54:41 +0200
References: <kiglo41mzd5.fsf@jagor.srce.hr>
	<QQcvdz08657.199706231054@crystal.WonderWorks.COM>
	<kigu3ipk27c.fsf@jagor.srce.hr>
	<m2g1u8yaiz.fsf@altair.xemacs.org>
	<kigafkg72ce.fsf@jagor.srce.hr>

>1) compute the keys
>2) execute the command
>3) wait a second
>   show the keys
>   wait 2 seconds
>   restore the message

Of course, now it lies.  It may say that frob-function is on C-cC-b, when
in fact that key is bound to something completely different in the new
context.  Perhaps change the message to say it "was" bound to those keys.

Or maybe it's better not to consult local keymaps at all, or only print the
bindings from local keymaps if the same local keymaps are in effect both
before and after the command.  I think I like the last alternative.

