From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ronald" Newsgroups: gmane.emacs.help Subject: commentting problem when coding in c Date: Wed, 6 Dec 2006 20:52:22 +0800 Organization: Bentium Ltd. (CN99) Message-ID: NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1165412448 11852 80.91.229.10 (6 Dec 2006 13:40:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Dec 2006 13:40:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 06 14:40:48 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Grx0o-0002wE-1W for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Dec 2006 14:40:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Grx0n-0004cr-H0 for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Dec 2006 08:40:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 211.148.206.225 Original-X-Trace: news.yaako.com 1165409543 24007 211.148.206.225 (6 Dec 2006 12:52:23 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Wed, 6 Dec 2006 12:52:23 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Original-Xref: shelby.stanford.edu gnu.emacs.help:143681 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39283 Archived-At: 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?