Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!athena.mit.edu!jrferro From: jrferro@athena.mit.edu (Jon R Ferro) Newsgroups: comp.emacs Subject: C comments using auto-fill-mode Summary: How do I work this? Message-ID: <9819@bloom-beacon.MIT.EDU> Date: 14 Mar 89 06:43:10 GMT Sender: daemon@bloom-beacon.MIT.EDU Reply-To: jrferro@athena.mit.edu (Jon R Ferro) Organization: Massachusetts Institute of Technology Lines: 35 My preferred style for C block comments is: /* <- Notice empty line ** Text ** Text ** <- Paragraph break ** Text */ I would like to use auto-fill-mode to help justify my block comments. I have fill-prefix set to "** ", but I have yet to find proper settings for paragraph-start and paragraph-separate to prevent /* ** Text ... from becoming /* Text ** Text ... when I do M-q (fill-paragraph) in the first paragraph of the comment. Is there a quick fix for this? Would it help me to use one of the c-comment-mode programs floating around? (Where can I get one?) I am using GnuEmacs 18.50 under X on a Vax workstation. --Jon Jon Ferro MIT Mathematics jrferro@athena.mit.edu