From xemacs-m  Sat Apr 19 14:37:00 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id OAA24445
	for <xemacs-beta@xemacs.org>; Sat, 19 Apr 1997 14:36:59 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id MAA18735; Sat, 19 Apr 1997 12:36:30 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id MAA10234; Sat, 19 Apr 1997 12:36:25 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id MAA20889; Sat, 19 Apr 1997 12:36:24 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id MAA10489; Sat, 19 Apr 1997 12:36:23 -0700
Date: Sat, 19 Apr 1997 12:36:23 -0700
Message-Id: <199704191936.MAA10489@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: Quick reference for recent XEmacs releases
In-Reply-To: <m2d8rrotli.fsf@altair.xemacs.org>
References: <m2hgh413kh.fsf@altair.xemacs.org>
	<kigsp0o5arz.fsf@jagor.srce.hr>
	<m2d8rs2fyy.fsf@altair.xemacs.org>
	<rju3l375mg.fsf@zuse.dina.kvl.dk>
	<rvohbb6lm3.fsf@sdnp5.ucsd.edu>
	<m2d8rrotli.fsf@altair.xemacs.org>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:

>> Will it try loading it again the next time the menu is accessed, or will 
>> it notice the first time and not try again?

sb> I was referring to the problem of escape quoted MULE .elcs generating
sb> the byte stack underflow bomb.  What would it take to make a Latin-1
sb> XEmacs reject those out of hand before it gets confused?

--- lisp/bytecomp/bytecomp.el.old
+++ lisp/bytecomp/bytecomp.el
@@ -1746,7 +1746,7 @@
 					(char-to-string 255)))
 	    (eq (point) (point-max)))
 	  (setq buffer-file-coding-system 'no-conversion)
-	(insert ";;;###coding system: escape-quoted\n")
+	(insert "(require 'mule)\n;;;###coding system: escape-quoted\n")
 	(setq buffer-file-coding-system 'escape-quoted)
 	;; Lazy loading not yet implemented for MULE files
 	;; mrb - Fix this someday.

