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

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

Re: commenting in Scheme mode


From: Stefan Monnier
Subject: Re: commenting in Scheme mode
Date: 30 Jul 2003 10:23:48 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> When I use the command 'comment-region' in scheme mode, it inserts one
> semicolon at the beginning of each line. How can I make it insert
> 2 semicolons instead?

Set `comment-add' in your scheme-mode-hook.
I also recommend setting comment-style to `indent' (or any other value than
the `plain' default).


        Stefan


reply via email to

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