From xemacs-m  Sun Apr  6 22:38:05 1997
Received: from fsd1.fsdirect.com (fsd1.fsdirect.com [207.107.242.74])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA18876
	for <xemacs-beta@xemacs.org>; Sun, 6 Apr 1997 22:38:04 -0500 (CDT)
Received: from localhost (trt-on17-46.netcom.ca [207.181.85.174]) by fsd1.fsdirect.com (8.7.5/8.7.3) with SMTP id XAA13915; Sun, 6 Apr 1997 23:36:22 -0400 (EDT)
Date: Sun, 6 Apr 1997 23:37:07 -0400 (EDT)
From: Julian Yip <julian@fsdirect.com>
Reply-To: Julian Yip <julian@fsdirect.com>
Subject: Re: 19.15 Patches
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
In-Reply-To: "Your message with ID" <m2912v7d72.fsf@altair.xemacs.org>
Message-ID: <Roam.SIMC.2.0.6.860384227.11714.julian@fsdirect.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII


Thanks for pointing it out. I always forget the -no-site-file when I try to
compile elisp files on command line :).

								Julian

> Julian Yip <julian@fsdirect.com> writes:
> 
> > 	xemacs -batch -f batch-byte-compile XXX.el
> 
> > right???
> 
> Almost, it is wise to insert the -no-site-file flag since it will be
> loaded by default, and to be even clearer about which version of
> XEmacs, it should be
> 
> 	xemacs-19.15 -batch -no-site-file -f batch-byte-compile XXX.el
> 
> or since you're presuming working in a source tree
> 
> 	../../src/xemacs -batch -no-site-file -f batch-byte-ccompile XXX.el
> 
> 
> -- 
> steve@miranova.com baur
> Unsolicited commercial e-mail will be billed at $250/message.
> 


