Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!csc!csis!stuarth From: stuarth@csis.dit.csiro.au (Stuart Hungerford) Newsgroups: gnu.emacs Subject: What's the best way to handle these comments in GNU emacs Message-ID: <1990Feb21.055602.14270@csis.dit.csiro.au> Date: 21 Feb 90 05:56:02 GMT Distribution: usa Organization: CSIRO Div of Inf Tech Lines: 29 I'm not an elisp expert so I'd like some advice on the best way to manage comments in C source. I like comments like this: /* * This is a comment */ this_is_some_code; So what's the best way to achieve this? Is it something to implement with comment-indent-hook ? Occasionally I use comment "boxes" like this: /*------------------------------------------------------------*/ /* This is a comment in a box. */ /*------------------------------------------------------------*/ Is there a neat way to insert this kind of comment? Any advice much appreciated, Stuart Hungerford stuart@csis.dit.csiro.au -- Signature out of order! stuarth@csis.oz