Re: cc-mode question

2005-06-25 Thread Alan Mackenzie
Evgeniy <[EMAIL PROTECTED]> wrote on Tue, 21 Jun 2005 19:07:54 +: > On Mon, Jun 20, 2005 at 06:08:07PM +, Alan Mackenzie wrote: >> Well, confirm to us that you've checked the obvious things: >> What operating system are you running? > $uname -a > Linux 2.6.11-gentoo-r11 #1 Tue Jun 21 11:28:

Re: cc-mode question

2005-06-22 Thread drkm
Evgeniy <[EMAIL PROTECTED]> writes: > On Tue, Jun 21, 2005 at 06:23:07PM +0200, drkm wrote: >> Huh? Try 'M-x global-semantic-show-unmatched-syntax-mode' >> (when you see the problem). > This is help, but correct me if I don't right, > this prevent emacs of showing real not right syntax, > lik

Re: cc-mode question

2005-06-22 Thread Evgeniy
On Tue, Jun 21, 2005 at 06:23:07PM +0200, drkm wrote: > Huh? Try 'M-x global-semantic-show-unmatched-syntax-mode' > (when you see the problem). > This is help, but correct me if I don't right, this prevent emacs of showing real not right syntax, like forgotten ';' and so on? -- /Evgeniy _

Re: cc-mode question

2005-06-21 Thread drkm
Evgeniy <[EMAIL PROTECTED]> writes: > On Tue, Jun 21, 2005 at 01:31:19AM +0200, drkm wrote: >> Do you use CEDET (for example via ECB)? > I use ecb, but I don't use cedet. Huh? Try 'M-x global-semantic-show-unmatched-syntax-mode' (when you see the problem). --drkm _

Re: cc-mode question

2005-06-21 Thread Evgeniy
On Tue, Jun 21, 2005 at 01:31:19AM +0200, drkm wrote: > Do you use CEDET (for example via ECB)? I use ecb, but I don't use cedet. -- /Evgeniy ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-ema

Re: cc-mode question

2005-06-21 Thread Evgeniy
On Mon, Jun 20, 2005 at 06:08:07PM +, Alan Mackenzie wrote: > Well, confirm to us that you've checked the obvious things: > What operating system are you running? $uname -a Linux 2.6.11-gentoo-r11 #1 Tue Jun 21 11:28:12 UTC 2005 i686 AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux > How did you

Re: cc-mode question

2005-06-20 Thread drkm
Evgeniy <[EMAIL PROTECTED]> writes: > with simple code: > [...] > it subscribe underscore red line almost all code begin from > "typedef std::vector" construction, Do you use CEDET (for example via ECB)? --drkm ___ Help-gnu-emacs mailing list Help-

Re: cc-mode question

2005-06-20 Thread Alan Mackenzie
Evgeniy <[EMAIL PROTECTED]> wrote on Sun, 19 Jun 2005 21:33:24 +: > 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 f

cc-mode question

2005-06-19 Thread Evgeniy
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