From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evgeniy Newsgroups: gmane.emacs.help Subject: cc-mode question Date: Sun, 19 Jun 2005 21:33:24 +0000 Message-ID: <20050619213324.GA1011@rain.homenetwork> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119201962 4047 80.91.229.2 (19 Jun 2005 17:26:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Jun 2005 17:26:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 19 19:25:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dk3YA-0006xu-OZ for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Jun 2005 19:25:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dk3eE-0004Nc-8n for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Jun 2005 13:31:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dk3du-0004Jv-Ap for help-gnu-emacs@gnu.org; Sun, 19 Jun 2005 13:31:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dk3dq-0004Io-U3 for help-gnu-emacs@gnu.org; Sun, 19 Jun 2005 13:31:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dk3dq-0004IW-Bs for help-gnu-emacs@gnu.org; Sun, 19 Jun 2005 13:31:30 -0400 Original-Received: from [194.67.23.121] (helo=mx1.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dk3ek-0008M9-5x for help-gnu-emacs@gnu.org; Sun, 19 Jun 2005 13:32:26 -0400 Original-Received: from [83.237.144.44] (port=55711 helo=rain) by mx1.mail.ru with asmtp id 1Dk3cH-000LMz-00 for help-gnu-emacs@gnu.org; Sun, 19 Jun 2005 21:29:53 +0400 Original-Received: by rain (nbSMTP-0.99) for uid 1000 dushistov@mail.ru; Sun, 19 Jun 2005 21:33:27 +0000 (UTC) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.8i 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:27536 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27536 Hello. I have such problem with emacs from cvs: with simple code: #include typedef std::vector IntList; int main() { IntList l; return 0; } it subscribe underscore red line almost all code begin from "typedef std::vector" construction, can anybody tell me which part of emacs responsible for this behavior, and have anyone idea how can I fix this? -- /Evgeniy