From xemacs-m  Fri Mar 14 19:12:15 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA14418
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 19:12:14 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id RAA03965;
	Fri, 14 Mar 1997 17:24:12 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: [comp.xemacs.xemacs]: forwarded message from Michael Uelschen
References: <QQcgvv19473.199703141549@crystal.WonderWorks.COM> 	<199703141642.LAA29628@black-ice.cc.vt.edu> 	<QQcgwa20642.199703141708@crystal.WonderWorks.COM> 	<rvbu8mmjeq.fsf@sdnp5.ucsd.edu> 	<QQcgwf21845.199703141829@crystal.WonderWorks.COM> 	<rv913qmgfq.fsf@sdnp5.ucsd.edu> 	<QQcgwn23546.199703142016@crystal.WonderWorks.COM> 	<rv4teemcp3.fsf@sdnp5.ucsd.edu> 	<QQcgwp24209.199703142057@crystal.WonderWorks.COM> 	<m2pvx2f9sr.fsf@altair.xemacs.org> <QQcgws24846.199703142141@crystal.WonderWorks.COM>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Kyle Jones's message of Fri, 14 Mar 1997 16:41:16 -0500 (EST)
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 14 Mar 1997 17:24:10 -0800
Message-ID: <m2bu8meymd.fsf@altair.xemacs.org>
Lines: 40
X-Mailer: Gnus v5.4.26/XEmacs 20.1(beta7)

Kyle Jones <kyle_jones@wonderworks.com> writes:

> Steven L Baur writes:
>  > Speaking of sendmail.el, should this be changed?
>  > 
>  > ;;; Load VM into the compilation environment but not the load environment.
> 
> Probably dregs related to JWZ VM hacks.  Lucid folded, JWZ went to
> Netscape, which means I won the argument by default.  :-D  None of
> the hacks that required this loading survive unto modern times.

You'll forgive me then for wishing to avoid loading 600k of vm.elc
every time I rebuild XEmacs lisp from scratch?  Every little bit helps.

Index: lisp/modes/sendmail.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/modes/sendmail.el,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 sendmail.el
--- sendmail.el	1996/12/18 22:42:45	1.1.1.1
+++ sendmail.el	1997/03/15 01:21:06
@@ -842,14 +842,6 @@
       (narrow-to-region b e)
       (rmail-maybe-set-message-counters))))
 
-;;; Load VM into the compilation environment but not the load environment.
-(eval-when-compile
- (or (and (boundp 'loading-vm-kludge) loading-vm-kludge)
-     ;; nastiness to avoid circular provide/require dependency nonsense
-     (fboundp 'vm-spool-files)
-     (let ((loading-vm-kludge t))
-       (require 'vm))))
-
 (defun mail-do-fcc-vm-internal (buffer)
   (or (eq major-mode 'vm-mode) (error "this only works in vm-mode"))
   (let ((buffer-read-only nil)

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

