From xemacs-m  Thu Mar 20 11:24:21 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 LAA15130
	for <xemacs-beta@xemacs.org>; Thu, 20 Mar 1997 11:24:19 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQchsf01764; Thu, 20 Mar 1997 12:24:20 -0500 (EST)
Date: Thu, 20 Mar 1997 12:24:20 -0500 (EST)
Message-Id: <QQchsf01764.199703201724@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: auto-fill-mode & C comments
In-Reply-To: <199703200926.KAA01658@infbssts.ips.cs.tu-bs.de>
References: <199703200221.VAA20908@blight.IntraNet.com>
	<199703200342.WAA19389@anthem.CNRI.Reston.Va.US>
	<199703200926.KAA01658@infbssts.ips.cs.tu-bs.de>
X-Mailer: VM 6.20 under 19.15 XEmacs Lucid (beta101)
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

Jens Krinke writes:
 > >>>>> "BAW" == Barry A Warsaw <bwarsaw@CNRI.Reston.VA.US> writes:
 > 
 > BAW> Make sure you are *not* using filladapt in c-mode.
 > 
 > Why shouldn't I?  I am using filladapt together with c++-mode happily.
 > I am using it for those special comments which I need for the c++
 > document generator DOC++.  Those comments look like
 > //* Oneliner
 > /// Multiple lines 
 > /// documenting 

C++ and C type comments are different.  filladapt can be made to
handle either, but it doesn't do well with /* */ comments out of
the box.  The solution is to make some of token table entries
mode specific, which will happen in the next filladapt release.

