[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CC Mode 5.28: case labels in literal strings confuse indentation
From: |
Hannu Koivisto |
Subject: |
CC Mode 5.28: case labels in literal strings confuse indentation |
Date: |
Mon, 03 Jun 2002 14:43:55 +0300 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) |
Greetings,
Emacs : GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2002-03-22 on raven, modified by Debian
Package: CC Mode 5.28 (C)
Start emacs as follows: emacs -q ./foo.c
Write the following function...
void foo () {
printf("case x:");
printf("case y:");
return 0;
}
...and observe how the line "return 0;" gets indented incorrectly.
--
Hannu
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- CC Mode 5.28: case labels in literal strings confuse indentation,
Hannu Koivisto <=