From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: first-class support for csharp in cc-mode.el Date: Thu, 31 Dec 2009 10:58:10 +0800 Message-ID: <4B3C1342.4060008@gnu.org> 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1262228356 5757 80.91.229.12 (31 Dec 2009 02:59:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2009 02:59:16 +0000 (UTC) Cc: 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 03:59:08 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 1NQBFj-0005Yp-7m for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 03:59:07 +0100 Original-Received: from localhost ([127.0.0.1]:50503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQBFj-0001uE-BS for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 21:59:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQBFf-0001u9-Ba for emacs-devel@gnu.org; Wed, 30 Dec 2009 21:59:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQBFa-0001tZ-PD for emacs-devel@gnu.org; Wed, 30 Dec 2009 21:59:02 -0500 Original-Received: from [199.232.76.173] (port=47089 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQBFa-0001tW-Jf for emacs-devel@gnu.org; Wed, 30 Dec 2009 21:58:58 -0500 Original-Received: from mail-yw0-f177.google.com ([209.85.211.177]:54161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQBFY-0001gn-VE; Wed, 30 Dec 2009 21:58:57 -0500 Original-Received: by ywh7 with SMTP id 7so3012739ywh.24 for ; Wed, 30 Dec 2009 18:58:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=lqxuiExMTeNWGIWF+F01T7EDoxd08U8lGIcGgS69VBI=; b=NfPPOXvxgShXAp0WF6i27rk4EmFz9lkl7XgvYgJ1fN5A8w06t3GANIUXOJvYx8zc4H Loe7nyu/NLe83UYYe5psrlBcZLVDoBn6aNxnvZsa2JolrLnTL7p/pp8Qc4tA9GHkYmJz WD2ZGRlDaeUwwMc0c+Dw6sB8m0GshjBJHlXMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=rXvawKTo1tyAOJzgzD7NwRVQGwY7Id3OMzfzkXsWEV5hmZDfDk4yxKo1BTgPRfb/5q HRjMf+JG/wrxsic28GfyDgdKA/p0td3ijozRAt5ygI256nwLl7PUHc7pql752L3Wy2Rm 4MvOIAGdSdBgvRF+HX9z8iTtsCE9IDZ3UGNL4= Original-Received: by 10.150.213.7 with SMTP id l7mr1433494ybg.82.1262228336268; Wed, 30 Dec 2009 18:58:56 -0800 (PST) Original-Received: from ?10.1.1.113? ([61.4.103.130]) by mx.google.com with ESMTPS id 7sm4951969ywf.25.2009.12.30.18.58.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 30 Dec 2009 18:58:55 -0800 (PST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 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:119101 Archived-At: On 31/12/2009 10:44, Miles Bader wrote: > 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. > This is probably only due to using java-mode, since Java does not have pre-processor instructions.