From xemacs-m  Wed Jun 18 21:56:58 1997
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28])
	by xemacs.org (8.8.5/8.8.5) with SMTP id VAA24566
	for <xemacs-beta@xemacs.org>; Wed, 18 Jun 1997 21:56:57 -0500 (CDT)
Received: from SUNDIAL.MIT.EDU by MIT.EDU with SMTP
	id AA25885; Wed, 18 Jun 97 22:55:55 EDT
Received: by sundial.MIT.EDU (8.8.5/4.7) id WAA26425; Wed, 18 Jun 1997 22:56:51 -0400 (EDT)
Date: Wed, 18 Jun 1997 22:56:51 -0400 (EDT)
Message-Id: <199706190256.WAA26425@sundial.MIT.EDU>
From: David Bakhash <cadet@MIT.EDU>
To: xemacs-beta@xemacs.org
Subject: arc-mode, etc.

first off, if people bound `C-x w' to something else, then their
settings should override the default one regardless, right? 
So I don't see what the problem of globally binding C-x w to write-region
is.  

as for archive-mode and the 'archive-quit, if the patch will be made, 
it should include the addition to the archive-mode-map, namely:

(define-key archive-mode-map "q" 'archive-quit)

in addition to defining the function.  

dave

