Never mind, it works. Apparently I have some gunk in my .emacs file that messed it up; doing 'emacs -q' makes it work. Sorry for the noise on the mailing list. Steve Molitor [EMAIL PROTECTED] -----Original Message----- From: Jim Crossley [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 12:08 PM To: Molitor, Stephen Cc: [EMAIL PROTECTED] Subject: Re: Comment formatting Make sure the value of 'c-syntactic-indentation' is t. "Molitor, Stephen" wrote: > > I'm using cc-mode 5.28 (which I verified by running 'c-version), and JDE > 2.2.8beta1. No luck. Is there something I can customize in JDE or cc-mode? > > The problem is that when I run 'indent-region on a Javadoc comment block, it > makes all the '*''s flush left, which isn't quite what I want. > > Thanks! > > Steve Molitor > [EMAIL PROTECTED] > > -----Original Message----- > From: Mark Bucciarelli [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 18, 2001 8:54 AM > To: Molitor, Stephen; [EMAIL PROTECTED] > Subject: RE: Comment formatting > > Try upgrading to the latest cc-mode 5.28. Note that you need to use > JDE 2.2.7beta8 (?) or higher to work with 5.28. > > -- > Mark Bucciarelli Peregrine Systems, Inc. R&D, Boston > (413) 253-0020 [EMAIL PROTECTED] Yahoo: m_bucciarelli > http://www.peregrine.com > > > -----Original Message----- > > From: Molitor, Stephen [mailto:[EMAIL PROTECTED]] > > Sent: Monday, June 18, 2001 9:43 AM > > To: [EMAIL PROTECTED] > > Subject: Comment formatting > > > > > > I would like JDE to format javadoc comments with a leading > > space before the > > '*' on the 2-n lines, like this: > > > > /** > > * > > * > > */ > > > > Instead, it formats it like this: > > > > /** > > * > > * > > */ > > > > with everything flush to the left. It wouldn't bother me > > that much, except > > that we have a coding standard here at work that says to do > > it the first > > way. > > > > Any ideas? Thanks! > > > > Steve Molitor > > [EMAIL PROTECTED] > > > >
