emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#5422: closed (syntax highlighting bug)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#5422: closed (syntax highlighting bug)
Date: Mon, 03 Oct 2011 21:30:03 +0000

Your message dated Mon, 3 Oct 2011 23:24:29 +0200
with message-id <address@hidden>
and subject line Re: bug#5422: syntax highlighting bug
has caused the debbugs.gnu.org bug report #5422,
regarding syntax highlighting bug
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
5422: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5422
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: syntax highlighting bug Date: Tue, 19 Jan 2010 13:21:30 +0100 User-agent: KMail/1.12.2 (Linux/2.6.29.5-191.fc11.i686.PAE; KDE/4.3.2; i686; ; )
Hi,

This is just to report on some minor C++ syntax highlighting problem in emacs.

when I write:

        if (a < b->c())  { do this; } else { do that; }

two two things go wrong:
1) parentheses matching doesn't work correctly 
        emacs matches the closing bracket of the if condition with the "<" - 
"smaller 
than" sign in the if condition.

2) the automatic positioning of any code written below gets confused due to 
this parentheses matching problem.

I use:

 GNU Emacs 23.1.1 (i386-redhat-linux-gnu, GTK+ Version 2.16.6)
 of 2009-09-29 on x86-7.fedora.phx.redhat.com

Hope this is of any use.
Cheers,
Bart







--- End Message ---
--- Begin Message --- Subject: Re: bug#5422: syntax highlighting bug Date: Mon, 3 Oct 2011 23:24:29 +0200 User-agent: KMail/1.13.7 (Linux/2.6.39.2; KDE/4.6.5; x86_64; ; )
Thanks for the email.

Well, I don't see this behaviour now either but now I'm working 
on 
Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.4)
of 2011-05-23 on x86-12.phx2.fedoraproject.org
installed on a new computer.

I sent the bug report one laptop ago and that computer has crushed,
so I cannot easily go back to that configuration without system reinstall.

Anyway, everything seems fine with my current version.
Thanks again.
Bartek.

On Monday 03 of October 2011 22:59:17 you wrote:
> Bartosz Lew wrote:
> > This is just to report on some minor C++ syntax highlighting problem
> > in emacs.
> > 
> > when I write:
> >     if (a < b->c())  { do this; } else { do that; }
> > 
> > two two things go wrong:
> > 1) parentheses matching doesn't work correctly
> > 
> >     emacs matches the closing bracket of the if condition with the
> > 
> > "<" - "smaller > than" sign in the if condition.
> > 
> > 2) the automatic positioning of any code written below gets confused due
> > to this parentheses matching problem.
> > 
> > I use:
> >  GNU Emacs 23.1.1 (i386-redhat-linux-gnu, GTK+ Version 2.16.6)
> >  of 2009-09-29 on x86-7.fedora.phx.redhat.com
> 
> I am unable to reproduce this in any version of Emacs, including 23.1.
> If you still see the problem in the latest release, please send a
> complete example starting from emacs -Q.
> 
> (There seem to have been some fixes in this area, eg
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4847 )


--- End Message ---

reply via email to

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