From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: Emacs cc-mode mis-indents bit-field decls... Date: Thu, 18 Dec 2003 21:39:55 -0000 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071783643 8548 80.91.224.253 (18 Dec 2003 21:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2003 21:40:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 18 22:40:40 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AX5su-0006Ck-00 for ; Thu, 18 Dec 2003 22:40:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AX6pi-0006rC-Kk for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2003 17:41:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AX6oI-0006OO-7I for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 17:39:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AX6nf-00064T-2p for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 17:39:51 -0500 Original-Received: from [63.254.138.37] (helo=gpvissmtpgw02.splitrock.net) by monty-python.gnu.org with smtp (Exim 4.24) id 1AX6ne-00063N-K7 for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 17:39:18 -0500 Original-Received: (qmail 11513 invoked from network); 18 Dec 2003 21:35:02 -0000 Original-Received: from hstgtxgehaafs02.mcleodusa.net (HELO ) (63.254.138.9) by 63-254-138-37.ip.mcleodusa.net with SMTP; 18 Dec 2003 21:35:02 -0000 Original-To: X-Mailer: TWIG 2.7.4 X-Client-IP: 67.31.155.53 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15439 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15439 In GNU emacs 21.2.1 (i686-pc-cygwin), cc-mode thinks that the field names in bitfields are actually labels, and thus automatically creates this "stairstep" form of indenting that I find to be really ugly. Lucas