From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "D. R. E. Moonfire" Newsgroups: gmane.emacs.devel Subject: Re: [sigra@home.se: C++-mode: Syntax highlighting: wrong color for function identifier depending on the kind of whitespace that follows] Date: Thu, 10 Mar 2005 09:16:06 -0600 Message-ID: <423064B6.90206@mfgames.com> References: <87u0nj7jds.fsf-monnier+emacs@gnu.org> Reply-To: lists@mfgames.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110471582 4024 80.91.229.2 (10 Mar 2005 16:19:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 16:19:42 +0000 (UTC) Cc: bug-cc-mode@gnu.org, Alan Mackenzie , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 17:19:40 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9QHw-0006Ty-TD for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2005 17:13:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9QWq-00027c-MC for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2005 11:28:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9QW9-0001tY-5b for emacs-devel@gnu.org; Thu, 10 Mar 2005 11:28:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9QW1-0001pd-8Q for emacs-devel@gnu.org; Thu, 10 Mar 2005 11:28:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9QVz-0001ll-4C for emacs-devel@gnu.org; Thu, 10 Mar 2005 11:27:59 -0500 Original-Received: from [64.81.230.42] (helo=tricu.mfgames.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D9QBk-0001K3-8c; Thu, 10 Mar 2005 11:07:05 -0500 Original-Received: from [127.0.0.1] (tricu [64.81.230.42]) by tricu.mfgames.com (Postfix) with ESMTP id 310321BA669; Thu, 10 Mar 2005 10:12:20 -0600 (CST) User-Agent: Debian Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en Original-To: Stefan Monnier In-Reply-To: <87u0nj7jds.fsf-monnier+emacs@gnu.org> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34423 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34423 > On a side note, I'm wondering why you go through so much trouble with the > "unmatched opening quote" in AWK. No other mode does that AFAIK, even > though pretty much every major mode in lisp/progmodes/ has pretty much the > same need AFAICT. Does it have to do with something specific to AWK, or is > it non-specific and maybe it should be done for all modes? I know that C# allows that type of string: string a = @"I like cheese"; ... is perfectly valid (at least to my complier) and a test executable. So, it might be something useful for the work I'm doing with the baby csharp-mode stuff. :) Cheers, Dylan