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:
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
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
_
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
_
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
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
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-
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
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