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

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

bug#5091: indentation in c++-mode


From: Vivien Oddou
Subject: bug#5091: 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







reply via email to

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