Re: Wrapping C style comments

2008-09-17 Thread Marc Unangst
On Sep 17, 11:19 am, "Carlton Gibson" <[EMAIL PROTECTED]> wrote: > I have a similar usage and what I do is to start the comment block, using a > clipping. I then type my comment, without the *s. Hi Carlton, That sounds like it would work when you first write the comment, but what about revising

Wrapping C style comments

2008-09-17 Thread Marc Unangst
I generally format multi-line comments in my C source code like this: /* * This is the first line of the comment. * This is the second line. * This is the last line. */ In Emacs, fill-paragraph (M-q) will automatically find the comment boundaries and the prefix ("* ")