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

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

bug#5091: marked as done (indentation in c++-mode)


From: Emacs bug Tracking System
Subject: bug#5091: marked as done (indentation in c++-mode)
Date: Thu, 10 Dec 2009 14:45:05 +0000

Your message dated Thu, 10 Dec 2009 14:47:38 +0000
with message-id <20091210144738.GD1504@muc.de>
and subject line Re: bug#5091: indentation in c++-mode
has caused the Emacs bug report #5091,
regarding indentation in c++-mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
5091: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5091
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: indentation in c++-mode Date: Tue, 01 Dec 2009 15:35:38 +0100
in this code:

namespace n
{
    int a = func<int,
                 float>();  // C-c C-s gives ((template-args-cont))
}

void f()
{
    int a = func<int,
        float>();  // C-C Cs : ((defun-block-intro))
    
    int b = func<
    int,   // here too, refering to f() opening brace
        float>();
}

this is not normal.

emacs 23.1.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#5091: indentation in c++-mode Date: Thu, 10 Dec 2009 14:47:38 +0000 User-agent: Mutt/1.5.9i
Solved by fixing c-guess-basic-syntax in cc-engine.el.

On Tue, Dec 01, 2009 at 03:35:38PM +0100, Vivien Oddou wrote:
> in this code:
> 
> namespace n
> {
>     int a = func<int,
>                  float>();  // C-c C-s gives ((template-args-cont))
> }
> 
> void f()
> {
>     int a = func<int,
>         float>();  // C-C Cs : ((defun-block-intro))
>     
>     int b = func<
>     int,   // here too, refering to f() opening brace
>         float>();
> }
> 
> this is not normal.
> 
> emacs 23.1.1
> 
> 
> 
> 
> 

--- End Message ---

reply via email to

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