From xemacs-m  Wed Apr 23 13:22:59 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 NAA10377
	for <xemacs-beta@xemacs.org>; Wed, 23 Apr 1997 13:22:58 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id LAA09410;
	Wed, 23 Apr 1997 11:36:17 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: PSGML: missing full path to iso88591.map
References: <ynghggz8gty.fsf@colargol.idb.hist.no>
X-Url: http://www.miranova.com/%7Esteve/
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: Tore Olsen's message of 22 Apr 1997 12:58:17 +0200
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 23 Apr 1997 11:36:16 -0700
Message-ID: <m2vi5dvb6n.fsf@altair.xemacs.org>
Lines: 33
X-Mailer: Gnus v5.4.46/XEmacs 20.2(beta2)

Tore Olsen <toreo@colargol.idb.hist.no> writes:

> Is it possible to define this variable so it will work no matter where
> XEmacs is installed?

iso88591.map is in the wrong place.  Move it from lisp/psgml to
etc/sgml and try this patch to psgml-charent.el.

Wed Apr 23 11:28:10 1997  Steven L Baur  <steve@altair.xemacs.org>

	* psgml-charent.el (sgml-display-char-list-filename): Move
	iso88591.map to a proper location.

Index: lisp/psgml/psgml-charent.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/psgml/psgml-charent.el,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 psgml-charent.el
--- psgml-charent.el	1996/12/18 22:43:36	1.1.1.1
+++ psgml-charent.el	1997/04/23 18:26:22
@@ -37,7 +37,7 @@
 ;;;; Variable declarations
 
 (defvar sgml-display-char-list-filename
-  "iso88591.map"
+  (expand-file-name "sgml/iso88591.map" data-directory)
   "*Name of file holding relations between character codes and character
 names of displayable characters")
 

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

