From xemacs-m  Wed Jan  8 07:24:16 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id HAA09720 for <xemacs-beta@xemacs.org>; Wed, 8 Jan 1997 07:24:14 -0600 (CST)
Received: from kiki.icd.teradyne.com (kiki.icd.teradyne.com [131.101.1.30]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id IAA24990 for <xemacs-beta@xemacs.org>; Wed, 8 Jan 1997 08:27:10 -0500 (EST)
Received: from spacely.icd.teradyne.com (spacely.icd.teradyne.com [131.101.10.9]) by kiki.icd.teradyne.com (8.7.1/8.7.1) with SMTP id IAA21807 for <xemacs-beta@xemacs.org>; Wed, 8 Jan 1997 08:21:40 -0500 (EST)
Received: from spacely by spacely.icd.teradyne.com (SMI-8.6/SMI-SVR4)
	id IAA24005; Wed, 8 Jan 1997 08:23:50 -0500
Message-Id: <199701081323.IAA24005@spacely.icd.teradyne.com>
X-Mailer: exmh version 2.0beta (patched 1/7/97)
To: xemacs-beta@xemacs.org
Subject: Re: something to add to the distribution? 
In-reply-to: greg's message of 07 Jan 1997 18:53:55 -0500.
	     <ugenfx59f0.fsf@euler.alphatech.com> 
reply-to: acs@acm.org
Mime-Version: 1.0
Content-Type: multipart/mixed ;
	boundary="==_Exmh_-10715153060"
Date: Wed, 08 Jan 1997 08:23:50 -0500
From: Vinnie Shelton  <shelton@icd.teradyne.com>

This is a multipart MIME message.

--==_Exmh_-10715153060
Content-Type: text/plain; charset=us-ascii

greg@alphatech.com said:
> For reference, I'm running 2.02c in 19.15b4 without problems, though
> it did require a small amount of keymap fixing.  There may be a newer
> version too. 
 
Funny you should mention this.  2.02f was just posted at prep on Monday.
The minor keymap change I made is attached.

Steve, can we put the latest copy on the ftp site in the contrib directory?




--==_Exmh_-10715153060
Content-Type: application/octet-stream ; name="d"
Content-Description: d
Content-Disposition: attachment; filename="d"

--- /tmp/calc-maint.el.orig	Wed Jan  8 08:16:36 1997
+++ /tmp/calc-maint.el	Wed Jan  8 08:17:45 1997
@@ -455,7 +455,7 @@
 \(autoload 'calc-grab-region	   \"calc\" \"Grab region of Calc data\" t)
 \(autoload 'calc-grab-rectangle	   \"calc\" \"Grab rectangle of data\" t)
 \(setq load-path (nconc load-path (list \"" (directory-file-name home) "\")))
-\(global-set-key \"\\e#\" 'calc-dispatch)
+\(define-key global-map [(meta \#)] 'calc-dispatch)
 ;;; End of Calc autoloads.\n")
   (let ((trim-versions-without-asking t))
     (save-buffer))

--==_Exmh_-10715153060--


