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

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

cc-mode question


From: Evgeniy
Subject: cc-mode question
Date: Sun, 19 Jun 2005 21:33:24 +0000
User-agent: Mutt/1.5.8i

Hello.

I have such problem with emacs from cvs:

with simple code:

#include <vector>

typedef std::vector<int> IntList;

int main()
{
  IntList l;
  return 0;
}

it subscribe underscore red line almost all code begin from
"typedef std::vector<int>" construction,
can anybody tell me which part of emacs responsible for this behavior,
and have anyone idea how can I fix this?
    
-- 
/Evgeniy





reply via email to

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