From xemacs-m  Mon Feb  3 14:28:17 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 OAA24371
	for <xemacs-beta@xemacs.org>; Mon, 3 Feb 1997 14:28:16 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id MAA14451;
	Mon, 3 Feb 1997 12:39:25 -0800
To: xemacs-beta@xemacs.org
Subject: Re: Unidentified subject!
References: <199702031612.RAA01526@midnight.eng.ecf.teradyne.com> <199702032014.MAA29572@xemacs.eng.sun.com>
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: Martin Buchholz's message of Mon, 3 Feb 1997 12:14:00 -0800
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
Date: 03 Feb 1997 12:39:25 -0800
Message-ID: <m24tftbp4y.fsf@altair.xemacs.org>
Lines: 38
X-Mailer: Gnus v5.4.10/XEmacs 20.0

Martin Buchholz writes:

>>>>>> "Adrian" == Adrian Aichner <aichner@ecf.teradyne.com> writes:
Adrian> Signaling: (error "No such coding system" iso-8859-1)

 ...
> The `native' encoding of XEmacs-latin-1 is iso8859-1, which is
> represented in XEmacs-Mule as the 'binary coding-system.  Europeans
> who live in an iso8859-1 world should be able to use XEmacs/Mule
> in the default mode, without any language environment.

That's what I've been doing, and for the most part I've been O.K.

> Here's a patch to at least avoid an error on 
> (set-language-environment 'european)

We're out of QuickFix quota.  Does the release need to be postponed
for this patch and the metamail screwup?

> --- european-hooks.el	Thu Jan 30 21:42:13 1997
> +++ /home/mrb/x/w/editor/lisp/mule/european-hooks.el	Sat Dec  7 17:51:13 1996
> @@ -92,6 +92,6 @@
>    "European (for Latin-1 through Latin-5)"
>    (lambda ()
> -    (set-coding-category-system 'iso-8-designate 'iso-8859-1)
> -    (set-coding-priority-list '(iso-8-designate iso-8-1))
> +    ;(set-coding-category-system 'iso-8-designate 'iso-8859-1)
> +    ;(set-coding-priority-list '(iso-8-designate iso-8-1))
>      (set-default-file-coding-system    'binary) ; iso-8859-1
>      ;;(setq locale-coding-system         'binary) ; iso-8859-1


> Martin


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

