I have filladapt mode turned on in my .emacs.  It works great, but I have 
one question:  with block comments, it doesn't put the '*' in front of every
line.
Is there any way to get that to happen?  In other words, if I have this:

/**
* A comment blah blah blah blah blah blah blah blah blah blah blah blah blah
blah blah blah

I want it to fill like this:

/** 
 * A comment blah blah blah
 * blah blah blah 
 * blah blah blah

But instead, I get this:

/** 
 * A comment blah blah blah
   blah blah blah 
   blah blah blah

Thanks!

Steve Molitor
[EMAIL PROTECTED]

Reply via email to