help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filling Block Comment


From: Andreas Röhler
Subject: Re: Filling Block Comment
Date: Fri, 17 Mar 2006 20:16:58 +0100
User-agent: KNode/0.9.2

August Karlstrom wrote:

> Hi everyone,
> 
> With
> 
> (require 'newcomment)

> (setq comment-start "/*")
> (setq comment-end "*/")
Probably you don't need this explicit settings.

toggle c-mode

with active region and transient-mark-mode

call comment-dwim. It's at M-;


> How do I make `fill-comment-paragraph' work with block
> comments?
> 
> 
> August
There is a var `comment-style' via customize, change that appropriatly.

I'm just writing a func, which will allow you to switch between // and /* */.
Send a mail, if you need that.

Andreas Roehler
andreas.roehler@online.de
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]