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

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

emacs 21 c-indent broken


From: tl
Subject: emacs 21 c-indent broken
Date: 28 Oct 2002 10:40:19 -0800

Hi, 

It seems that emacs 21.2.2 is confused when "case" and ":" are both
used inside a string; see my example in a c-mode buffer:

int
main()
{
    int res;
    printf("case A :\n");                                       
    printf("case B :\n");
                res = 0; /* indentation broken! */
}

I didn't have this problem this 21.7.1.

Any idea?

Cheers,
TL.


reply via email to

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