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

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

Re: comment-region comment style


From: Bernardo
Subject: Re: comment-region comment style
Date: Tue, 20 Apr 2010 21:11:48 +1000
User-agent: Thunderbird 2.0.0.23 (X11/20090812)

When I currently run this function I get commented out lines that look

/* like */
/* this */

Is it possible to configure this to use "C++" style single lnie
comments so they would look

// like
// this


have a look at comment-start (comment-end), comment-multi-line and comment-style variables; their customisation could be added to the major mode hook




reply via email to

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