From xemacs-m  Tue Jun 10 07:56:53 1997
Received: from mail.cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.8.55])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA13891
	for <xemacs-beta@xemacs.org>; Tue, 10 Jun 1997 07:56:53 -0500 (CDT)
Received: from calico.cis.ohio-state.edu (calico.cis.ohio-state.edu [164.107.142.11]) by mail.cis.ohio-state.edu (8.6.7/8.6.4) with ESMTP id IAA15833; Tue, 10 Jun 1997 08:56:30 -0400
Received: (ware@localhost) by calico.cis.ohio-state.edu (8.8.0/8.6.4) id IAA20292; Tue, 10 Jun 1997 08:56:28 -0400 (EDT)
To: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Cc: xemacs-beta@xemacs.org
Subject: Re: Delete vs 177 [PATCH]
References: <bcilo4jmgyn.fsf@corp.Sun.COM>
From: Pete Ware <ware@cis.ohio-state.edu>
Date: 10 Jun 1997 08:56:27 -0400
In-Reply-To: Gary.Foster@Corp.Sun.COM's message of 09 Jun 1997 17:36:48 -0700
Message-ID: <vwmenaafwg4.fsf@calico.cis.ohio-state.edu>
Lines: 13
X-Mailer: Gnus v5.4.55/XEmacs 20.3(beta3)

What's with axing the two conflicting definitions of ^X-delete?
(from files.el)
	...

	-(define-key global-map "\M-\177" 'backward-kill-word)
	+;;(define-key global-map "\M-\177" 'backward-kill-word)

	...

	-(define-key global-map "\C-x\177" 'backward-kill-sentence)
	+;;(define-key global-map "\C-x\177" 'backward-kill-sentence)

--pete

