From xemacs-m  Sun Dec 29 20:49:51 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id UAA12588 for <xemacs-beta@xemacs.org>; Sun, 29 Dec 1996 20:49:50 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id TAA02474; Sun, 29 Dec 1996 19:00:17 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: xemacs 20.0b33
References: <199612300223.VAA09673@dres.elam.org>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
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: James LewisMoss's message of Sun, 29 Dec 1996 21:23:12 -0500
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 29 Dec 1996 19:00:15 -0800
Message-ID: <m2g20oivnk.fsf@altair.xemacs.org>
Lines: 44
X-Mailer: Red Gnus v0.72/XEmacs 20.0

>>>>> "James" == James LewisMoss <dres@dres.elam.org> writes:

James> Linux 2.0.27

James> More stuff:
James> 1) Got this error after loading mime-setup:

That's the signature of mule -vs- latin-1 bytecode incompatibility --
you compiled XEmacs for latin-1, and tm-edit.elc was bytecompiled for
mule.  We're currently looking into mechanisms to allow XEmacs 20 mule
and latin-1 to coexist more peacefully.

 ...

James> I replaced the actual byte-code with ... Deleting tm-edit.elc
James> and doing make all-elc seems to have fixed the problem.

Yup.

James> 2) perl-mode.el should probably provide 'perl-mode. here's a patch

Thanks for the patch, I applied a variant to 20.0 beta 34 and 19.15 beta 7.

Index: perl-mode.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/modes/perl-mode.el,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 perl-mode.el
--- perl-mode.el	1996/12/18 22:42:46	1.1.1.1
+++ perl-mode.el	1996/12/30 02:44:35
@@ -708,4 +708,6 @@
   (perl-beginning-of-function)
   (backward-paragraph))
 
-;;;;;;;; That's all, folks! ;;;;;;;;;
+(provide 'perl-mode)
+
+;;; perl-mode.el ends here

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

