From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "rgb" Newsgroups: gmane.emacs.help Subject: C++ Styles Date: 12 Mar 2007 12:00:22 -0700 Organization: http://groups.google.com Message-ID: <1173726022.725103.172950@64g2000cwx.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1173728447 24696 80.91.229.12 (12 Mar 2007 19:40:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2007 19:40:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 12 20:40:35 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HQqNf-0003xP-48 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Mar 2007 20:40:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQqOL-0001mT-OW for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Mar 2007 14:41:09 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!64g2000cwx.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: 168.208.215.221 Original-X-Trace: posting.google.com 1173726028 9490 127.0.0.1 (12 Mar 2007 19:00:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 12 Mar 2007 19:00:28 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 64g2000cwx.googlegroups.com; posting-host=168.208.215.221; posting-account=C7LM4w0AAAD23IRuMuUUJVCLQTuHhTK8 Original-Xref: shelby.stanford.edu gnu.emacs.help:146305 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41910 Archived-At: Is there a style or setting that will cause this enum eFieldTypes { eBinary, eAscii, eEncrypted, eOther; }; to be fontified properly if I like my brackets to line up. Either like this enum eFieldTypes { eBinary, eAscii, eEncrypted, eOther; }; or this enum eFieldTypes { eBinary, eAscii, eEncrypted, eOther; };