From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: first-class support for csharp in cc-mode.el Date: Thu, 31 Dec 2009 04:08:21 +0100 Message-ID: <7b501d5c0912301908pa21e057p213645c79dbd7675@mail.gmail.com> References: <20091230210100.GB2247@muc.de> <87ljgjuak5.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1262228944 6958 80.91.229.12 (31 Dec 2009 03:09:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2009 03:09:04 +0000 (UTC) Cc: Alan MacKenzie , Stefan Monnier , dino chiesa , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 04:08:57 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NQBPC-0007ih-Vn for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 04:08:55 +0100 Original-Received: from localhost ([127.0.0.1]:46128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQBPD-00057W-4v for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 22:08:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQBP7-000568-V0 for emacs-devel@gnu.org; Wed, 30 Dec 2009 22:08:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQBP3-000550-8c for emacs-devel@gnu.org; Wed, 30 Dec 2009 22:08:49 -0500 Original-Received: from [199.232.76.173] (port=56519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQBP3-00054x-5A for emacs-devel@gnu.org; Wed, 30 Dec 2009 22:08:45 -0500 Original-Received: from mail-ew0-f224.google.com ([209.85.219.224]:41000) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQBP1-0002F4-Ud; Wed, 30 Dec 2009 22:08:44 -0500 Original-Received: by ewy24 with SMTP id 24so14717387ewy.26 for ; Wed, 30 Dec 2009 19:08:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=BMpcVPliOG9DNzRoTn9ekwq4NBxiV+HbRaL6cFjDZb8=; b=C2J2HaBlXQxquR5XuZwqaTmXIgK8BZw4CjXHy39Lma06t2tniYMJeZQzckyA8kmMHs 2hSQpvK6oTICQjL9C9yZb0tAnjRrToHedczxw4hseTauF5nvOuX38cvvcHleS1k0W2br 3jMjixx2X/HY5WHHbgNaZFNlAJ/+7Ofpk5iHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=p7jchNvHkGstFVcNb1g7icKvjj8Toy9PqH/ScsmyaIj4d0zeJbFBnEwzh9CVM6kop7 fDnjBH2lS+/SVDSPohb42Xcra66RAp0wy3e5/VNMcsM4AzTRoKwu+Z7wEo+m0RRE4fnR Invgwq634+LmPIdVv5h6G/x55L1ekAU5HGBbM= Original-Received: by 10.213.43.78 with SMTP id v14mr7691412ebe.57.1262228921283; Wed, 30 Dec 2009 19:08:41 -0800 (PST) In-Reply-To: <87ljgjuak5.fsf@catnip.gol.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119102 Archived-At: 2009/12/31 Miles Bader : > Incidentally the thing about C# which annoyed me (using java-mode to try > and indent C# code) were all the "annotation" things (which start with > "#"), which I _gather_ are supposed to be at the left margin, but > generally cause following indentation to be all messed up. > > -Miles > > -- > Liberty, n. One of imagination's most precious possessions. > > > Actually, Visual Studio 2008 indents #region and #endregion to the same level as the code, whereas I think other "preprocessor" instructions are at the left margin. (But I haven't seen any such things in C#, ever.) -- Deniz Dogan