From xemacs-m  Thu May  1 09:15:49 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 JAA01302
	for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 09:15:48 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id QAA16678; Thu, 1 May 1997 16:15:47 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: The way function-keymap works: a bug?
X-Save-Project-Gutenberg: <URL:http://www.promo.net/pg/nl/pgny_nov96.html>
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: 01 May 1997 16:15:46 +0200
Message-ID: <kigohav8ei5.fsf@jagor.srce.hr>
Lines: 20
X-Mailer: Gnus v5.4.45/XEmacs 19.15

The `ESC ESC' key is no longer bound, so as to allow binding of the
things like `M-up' and such on tty-s.  But it doesn't seem to work.
For example, press `A right' in Gnus summary mode (which binds A as a
prefix).  You get:

A right not defined.

This is excellent -- it recognized `ESC O A' as `right', even within a
key sequence.  But try the same with `ESC right' (which should invoke
`forward-sexp'), and you get:

M-ESC O not defined.

Is this intended, or is it a bug?  It looks like a bug to me, but I
really haven't the faintest idea how hard it is to fix.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
I'm sure they'll listen to reason! -- Neal Stevenson, _Snow Crash_

