From xemacs-m  Mon Jun 16 01:40:13 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA07498
	for <xemacs-beta@xemacs.org>; Mon, 16 Jun 1997 01:40:10 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id XAA21476;
	Sun, 15 Jun 1997 23:40:21 -0700
To: xemacs-beta@xemacs.org
Subject: Re: BS/DEL code changes are not complete
References: <m2pvtnno0m.fsf@altair.xemacs.org>
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Sun_Jun_15_23:40:20_1997-1"
Content-Transfer-Encoding: 7bit
From: karlheg@inetarena.com (Karl M. Hegbloom)
Date: 15 Jun 1997 23:40:20 -0700
In-Reply-To: Steven L Baur's message of "15 Jun 1997 21:57:12 -0700"
Message-ID: <87yb8byrsb.fsf@bittersweet.inetarena.com>
Lines: 48
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta7) - "Oslo"

--Multipart_Sun_Jun_15_23:40:20_1997-1
Content-Type: text/plain; charset=US-ASCII

>>>>> "slb" == Steven L Baur <steve@xemacs.org> writes:

    slb> I took a chance and let my system get reconfigured so the
    slb> left arrow key above the Enter key now returns Backspace
    slb> instead of Delete, and I hate it.

 I've had mine set up that way for a while.  I used `xkeycaps' to make
things right.  If it's labeled "Backspace", it should send a keysym
called 'backspace, so now it does.

    slb> Gnus is broken (B DEL) doesn't work anymore.

 Same thing; you have to use the DEL key until somebody that knows how
to fixes the binding. :-)  (That's you, isn't it?)

    slb> The minibuffer is broken, I'm getting help after hitting the
    slb> left-arrow key above enter in various places.

 I don't have that problem at all... but I have:

(define-key global-map '(control ?h) 'backward-delete-char)

... in my site-start.el file.  I'd rather use F1 for help, since it's
more standard in the PC world.

 I'm finding that the setting of delete-erases-forward has no effect
at all, and that both my Backspace and Del keys remove characters
going <-- that way.

 M-Backspace does backward-kill-word, but when I yank, the words are
reversed.

This is not quite right.
right.quite not is This 


--Multipart_Sun_Jun_15_23:40:20_1997-1
Content-Type: text/plain; charset=US-ASCII

Karl M. Hegbloom <karlheg@inetarena.com>
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.3  Linux 2.1.36 AMD K5 PR-133

--Multipart_Sun_Jun_15_23:40:20_1997-1--

