From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.help Subject: Re: cc-mode question Date: Mon, 20 Jun 2005 18:08:07 +0000 Organization: muc.de e.V. -- private internet access Message-ID: <7m079d.t9.ln@acm.acm> References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119303300 28475 80.91.229.2 (20 Jun 2005 21:35:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2005 21:35:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 20 23:34:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DkTuD-00007E-WC for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jun 2005 23:34:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkU0V-0007ZL-U9 for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jun 2005 17:40:39 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-stu1.dfn.de!news.belwue.de!informatik.tu-muenchen.de!news.muc.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 43 Original-NNTP-Posting-Host: acm.muc.de Original-X-Trace: marvin.muc.de 1119302611 64074 193.149.49.134 (20 Jun 2005 21:23:31 GMT) Original-X-Complaints-To: news-admin@muc.de Original-NNTP-Posting-Date: 20 Jun 2005 21:23:31 GMT User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686)) Original-Xref: shelby.stanford.edu gnu.emacs.help:132086 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:27558 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27558 Evgeniy wrote on Sun, 19 Jun 2005 21:33:24 +0000: > 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? Well, confirm to us that you've checked the obvious things: What operating system are you running? How did you start your Emacs session? (Hopefully, emacs -q --no-site-file) Which emacs version? (M-x emacs-version) Which CC Mode version? (M-x c-version) Which major mode are you in? Which minor modes have you got enabled? (hopefully, very few.) Have you got font-lock-mode enabled, and if so, how did you enable it? If answering these questions doesn't suggest the solution to the problem, could you do a C-c C-b (`c-submit-bug-report') and post the information which gets displayed. > /Evgeniy -- Alan Mackenzie (Munich, Germany) Email: aacm@muuc.dee; to decode, wherever there is a repeated letter (like "aa"), remove half of them (leaving, say, "a").