From xemacs-m  Mon Jun 30 11:57:28 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA26133
	for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 11:57:27 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id KAA22270 for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 10:21:30 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id JAA29391; Mon, 30 Jun 1997 09:56:56 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id JAA10271; Mon, 30 Jun 1997 09:56:54 -0700
To: xemacs-beta@xemacs.org
Subject: Gnus missage [PATCH]
X-Attribution: GDF
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Jun_30_09:56:54_1997-1"
Content-Transfer-Encoding: 7bit
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 30 Jun 1997 09:56:54 -0700
Message-ID: <bci205kuizt.fsf@corp.Sun.COM>
Lines: 51
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta9) - "Sofia"

--Multipart_Mon_Jun_30_09:56:54_1997-1
Content-Type: text/plain; charset=US-ASCII

Oops, my apologies, I don't think I communicated quickly enough with
Lars, so the latest Gnus installed with b10 still doesn't bind
[delete] in a few places, which could cause some confusion with all
the Del/BS hoorah.  Here's a patch, and I'll also send this directly
to Lars EARLY this time.  My fault, my fault, my fault.

Has anyone noticed it's monday?  *yech*

-- Gary F.


--Multipart_Mon_Jun_30_09:56:54_1997-1
Content-Type: text/plain; charset=US-ASCII

--- gnus-srvr.el.orig	Mon Jun 30 09:43:37 1997
+++ gnus-srvr.el	Mon Jun 30 09:44:15 1997
@@ -503,6 +503,7 @@
    "n" gnus-browse-next-group
    "p" gnus-browse-prev-group
    "\177" gnus-browse-prev-group
+   [delete] gnus-browse-prev-group
    "N" gnus-browse-next-group
    "P" gnus-browse-prev-group
    "\M-n" gnus-browse-next-group
--- gnus-sum.el.orig	Mon Jun 30 09:43:37 1997
+++ gnus-sum.el	Mon Jun 30 09:44:30 1997
@@ -5001,7 +5001,7 @@
   (suppress-keymap gnus-dead-summary-mode-map)
   (substitute-key-definition
    'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map)
-  (let ((keys '("\C-d" "\r" "\177")))
+  (let ((keys '("\C-d" "\r" "\177" [delete])))
     (while keys
       (define-key gnus-dead-summary-mode-map
 	(pop keys) 'gnus-summary-wake-up-the-dead))))
--- gnus-topic.el.orig	Mon Jun 30 09:43:38 1997
+++ gnus-topic.el	Mon Jun 30 09:45:12 1997
@@ -894,6 +894,7 @@
     [tab] gnus-topic-indent
     "r" gnus-topic-rename
     "\177" gnus-topic-delete
+    [delete] gnus-topic-delete
     "h" gnus-topic-toggle-display-empty-topics)
 
   (gnus-define-keys (gnus-topic-sort-map "S" gnus-group-topic-map)


--Multipart_Mon_Jun_30_09:56:54_1997-1--

