From xemacs-m  Sat May 17 04:21:37 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id EAA02163
	for <xemacs-beta@xemacs.org>; Sat, 17 May 1997 04:21:37 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id CAA11603 for <xemacs-beta@xemacs.org>; Sat, 17 May 1997 02:35:20 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id CAA01153; Sat, 17 May 1997 02:20:48 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id CAA08632; Sat, 17 May 1997 02:20:47 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id CAA08849; Sat, 17 May 1997 02:20:45 -0700
Date: Sat, 17 May 1997 02:20:45 -0700
Message-Id: <199705170920.CAA08849@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: xemacs-beta@xemacs.org
Subject: *Help* munges non-ascii DOC strings (in the DOC file).
In-Reply-To: <m2vi4ivcc7.fsf@altair.xemacs.org>
References: <m2vi4ivcc7.fsf@altair.xemacs.org>
X-Mailer: VM 6.24 under 20.1 XEmacs Lucid (beta15)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

The snarfed docstrings are probably always encoded in iso2022-8.  We
should decode stuff from the DOC file using that coding system.

Martin

static Lisp_Object
get_doc_string (Lisp_Object filepos)
{
  /* !!#### This function has not been Mule-ized */

