From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: indenting for managed c++ Date: Tue, 11 Oct 2005 10:01:42 +0200 Message-ID: <5477C415FA89AA4C9569901CF9447D37030F2A54@amspo2.bentley.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0407901304==" X-Trace: sea.gmane.org 1129019815 25314 80.91.229.2 (11 Oct 2005 08:36:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 08:36:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 11 10:36:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPFbP-0005qN-P2 for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Oct 2005 10:35:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPFbO-0002ir-C9 for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Oct 2005 04:35:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPF5U-0003Ol-LE for help-gnu-emacs@gnu.org; Tue, 11 Oct 2005 04:02:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPF5C-0003Na-61 for help-gnu-emacs@gnu.org; Tue, 11 Oct 2005 04:02:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPF57-0003N9-3u for help-gnu-emacs@gnu.org; Tue, 11 Oct 2005 04:01:53 -0400 Original-Received: from [64.90.226.26] (helo=EXTON12.bentley.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EPF56-0008Qn-Pb for help-gnu-emacs@gnu.org; Tue, 11 Oct 2005 04:01:52 -0400 Original-Received: from amspo1.bentley.com ([193.78.59.133]) by EXTON12.bentley.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 11 Oct 2005 04:01:56 -0400 Original-Received: from amspo2.bentley.com ([193.78.59.134]) by amspo1.bentley.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 11 Oct 2005 10:01:52 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: indenting for managed c++ Thread-Index: AcXOOgRDBaHA5KwdTsaG38vOdKIalw== Original-To: X-OriginalArrivalTime: 11 Oct 2005 08:01:52.0075 (UTC) FILETIME=[09FA49B0:01C5CE3A] 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:30135 Archived-At: This is a multi-part message in MIME format. --===============0407901304== Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5CE3A.0564830A" This is a multi-part message in MIME format. ------_=_NextPart_001_01C5CE3A.0564830A Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Can anybody tell me how to indent managed c++ code (.NET 2003) correctly. The access specifiers are incorrectly classified as inher-cont. For example, look at the following code, =20 public class C : // ((inher-cont 19)) private A =20 { private public: // ((inher-cont 134)) }; Regards, ~Yogesh =20 ------_=_NextPart_001_01C5CE3A.0564830A Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Can = anybody tell me=20 how to indent managed c++ code (.NET 2003) correctly. The access = specifiers are=20 incorrectly classified as inher-cont.  For example, look at the = following=20 code,
 
public = class C=20 :            =    =20 // ((inher-cont 19))
        = private=20 A            =   =20
    {
    private=20 public:           =  =20 // ((inher-cont 134))
    };
Regards,
~Yogesh
 
------_=_NextPart_001_01C5CE3A.0564830A-- --===============0407901304== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0407901304==--