From xemacs-m  Sun Jun 29 21:47:03 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA09528
	for <xemacs-beta@xemacs.org>; Sun, 29 Jun 1997 21:46:59 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcwcp02353; Sun, 29 Jun 1997 22:46:50 -0400 (EDT)
Date: Sun, 29 Jun 1997 22:46:50 -0400 (EDT)
Message-Id: <QQcwcp02353.199706300246@crystal.WonderWorks.COM>
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-2022-jp
Subject: Filling error with Japanese
In-Reply-To: <m2g1u1olpi.fsf@altair.xemacs.org>
References: <m2g1u1olpi.fsf@altair.xemacs.org>
X-Mailer: VM 6.33 under 20.3 "Sofia" XEmacs  Lucid (beta9)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Steven L Baur writes:
 > Running with filladapt and auto-fill active and attempting to fill
 > (M-q) the text (with default width settings):
 > 
 > $B9b66(B> A nice touch might be to check for a console image converter and
 > $B9b66(B> do something appropriate if the underlying graphics support is not
 > $B9b66(B> present in the version of XEmacs in use.

I assume the escape codes are someone's name in Japanese and this
is some kind of Supercite citation.  The filling gets scrambled
because filladapt doesn't recognize it as a Supercite citation.
Since filladapt has no Japanese charaters in its regexps, this is
not surprising.  I could change filladapt to match chars with
`word' syntax instead of the usual [a-z0-9], but I don't know if
it would do any good.  If the Japanese characters involved have
`word' syntax then I guess it would.

