From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: first-class support for csharp in cc-mode.el Date: Wed, 30 Dec 2009 13:39:31 -0200 Message-ID: References: <4B39DD6E.1070204@online.de> <20091230151945.GA8767@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262187618 28992 80.91.229.12 (30 Dec 2009 15:40:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Dec 2009 15:40:18 +0000 (UTC) Cc: dino chiesa , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 30 16:40:09 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 1NQ0ec-0001pV-TP for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 16:40:07 +0100 Original-Received: from localhost ([127.0.0.1]:49128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ0ed-0004bD-9y for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 10:40:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQ0eD-0004Px-V3 for emacs-devel@gnu.org; Wed, 30 Dec 2009 10:39:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQ0e9-0004OJ-Eq for emacs-devel@gnu.org; Wed, 30 Dec 2009 10:39:41 -0500 Original-Received: from [199.232.76.173] (port=57326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ0e9-0004OG-91 for emacs-devel@gnu.org; Wed, 30 Dec 2009 10:39:37 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:40585) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQ0e8-0004kc-UX for emacs-devel@gnu.org; Wed, 30 Dec 2009 10:39:37 -0500 Original-Received: from vpn-132-204-232-126.acd.umontreal.ca (vpn-132-204-232-126.acd.umontreal.ca [132.204.232.126]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nBUFdWBX030601; Wed, 30 Dec 2009 10:39:33 -0500 Original-Received: by arepa.local (Postfix, from userid 501) id C241B4558B4; Wed, 30 Dec 2009 13:39:31 -0200 (ARST) In-Reply-To: <20091230151945.GA8767@muc.de> (Alan Mackenzie's message of "Wed, 30 Dec 2009 15:19:45 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (darwin) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3437=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:119050 Archived-At: > If the c-lang-const stuff is inadequate to support, say, C#, then I > would prefer to amend CC Mode so that C# can be supported. So you're moving towards a CC-mode which is more like a "generic" engine? That's good to hear. Do you intend to then move support for AWK, IDL, Java, etc.. outside of the core CC-mode as well? > In fact, I've just thought of a way of fixing this: in an after-change > function, splat the syntax (using syntax-table text-properties) of > anything within @"....". My experience leads me to recommend to only change the syntax of the final \ (if any) rather than of everything. Stefan