From xemacs-m  Fri Apr 18 20:20:36 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA13939
	for <xemacs-beta@xemacs.org>; Fri, 18 Apr 1997 20:20:05 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id DAA28863; Sat, 19 Apr 1997 03:19:53 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: Quick reference for recent XEmacs releases
References: <m2hgh413kh.fsf@altair.xemacs.org> <kigsp0o5arz.fsf@jagor.srce.hr> <m2d8rs2fyy.fsf@altair.xemacs.org>
X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 19 Apr 1997 03:19:52 +0200
In-Reply-To: Steven L Baur's message of 18 Apr 1997 14:12:05 -0700
Message-ID: <kigpvvrlsg7.fsf@jagor.srce.hr>
Lines: 20
X-Mailer: Gnus v5.4.45/XEmacs 19.15

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

> How does custom deal with customization of lisp packages that cannot
> be loaded?

For defcustoms to take effect, you must load the file.

> Ie. if MULE lisp files are customized, will they need their
> customizations segregated from the latin-1 core custom-load.el in
> order not to bomb Latin-1 XEmacsen?

They shouldn't be loaded in latin1 XEmacsen.  That is to say, we
should prevent latin1 ever seeing MULE defgroup.

Or move defcustoms to a separate file, but it looks like more work.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
The end of the world is coming...  SAVE YOUR BUFFERS!

