From xemacs-m  Fri Jun  6 09:45:54 1997
Received: from cerise.sensei.co.uk (glynn@muvies.demon.co.uk [158.152.66.14])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA02680
	for <xemacs-beta@xemacs.org>; Fri, 6 Jun 1997 09:45:51 -0500 (CDT)
Received: (from glynn@localhost) by cerise.sensei.co.uk (8.8.5/8.8.2) id GAA00716; Fri, 6 Jun 1997 06:02:43 +0100
Date: Fri, 6 Jun 1997 06:02:43 +0100
Message-Id: <199706060502.GAA00716@cerise.sensei.co.uk>
From: Glynn Clements <glynn@sensei.co.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Hrvoje Niksic <hniksic@srce.hr>
Cc: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: Moving more of character->event handling to Lisp-land
In-Reply-To: <kigyb8oct16.fsf@jagor.srce.hr>
References: <kigyb8oct16.fsf@jagor.srce.hr>
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta3)


Hrvoje Niksic wrote:

>   Fdefine_key (con->function_key_map, build_string ("\177"), QKdelete);

Is this a temporary thing or is it going to stay like this.

This is the ASCII code which is generated by the key that generates
the BackSpace keysym under X, for me at least.

Also, I was under the impression that BackSpace was the more important 
of the two keysyms, and should therefore be the default.

At a minimum, I would argue that if tty-erase-character = \177, then
\177 should be `BackSpace'.

-- 
Glynn Clements <glynn@sensei.co.uk>

