From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drosos Kourounis Newsgroups: gmane.emacs.bugs Subject: emacs C/C++ comments Date: Fri, 28 Oct 2005 11:32:10 +0200 Message-ID: <4361F01A.4000702@wias-berlin.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130496962 8361 80.91.229.2 (28 Oct 2005 10:56:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2005 10:56:02 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 28 12:55:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVRrk-0001zt-83 for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 Oct 2005 12:53:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVRrj-00026g-Gq for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 Oct 2005 06:53:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVQb3-0001Sq-7m for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2005 05:32:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVQax-0001Rm-Gc for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2005 05:32:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVQau-0001RW-VQ for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2005 05:32:17 -0400 Original-Received: from [62.141.177.90] (helo=smtp1.wias-berlin.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EVQav-0005sR-0h for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2005 05:32:17 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.wias-berlin.de (Postfix) with ESMTP id 5673C19C021 for ; Fri, 28 Oct 2005 11:32:12 +0200 (CEST) Original-Received: from [10.8.185.100] (david-01.wias-berlin.de [10.8.185.100]) by smtp1.wias-berlin.de (Postfix) with ESMTP id 2D2A919C01E for ; Fri, 28 Oct 2005 11:32:12 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050715) X-Accept-Language: en-us, en Original-To: bug-gnu-emacs@gnu.org X-Virus-Scanned: by amavisd-new at wias-berlin.de X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:13752 Archived-At: Dear Developers, thank you very much for developing emacs for all of us. There is a minor problems with emacs commenting out. When for instance one uses the following symbol for comments // then everything is fine! Unfortunately this is not what happens when one want's to use for convenience the C style of comments /* */ Two "bad" things happen then! 1) Comments do take some time to change color 2) The commented part of the code itself may or may not change its color in a big part of it depending how big the part of the code which is commented out is! I am sure that you have encountered this problems yourselfs! Is there any work out? Thanks in advance! Drosos.