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

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

commentting problem when coding in c


From: Ronald
Subject: commentting problem when coding in c
Date: Wed, 6 Dec 2006 20:52:22 +0800

For example:

for () {                       //comment a
        int i=0;               //comment b
}

but in emacs, I can't use tab to indent the comment, and the code will like:
for () {//comment a
        int i=0;//comment b
}

Howerver, C-q [tab] works, but it is not convenient. So does spaces.

Is there any more convenient way? 




reply via email to

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