From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vagn Johansen Newsgroups: gmane.emacs.devel Subject: Re: first-class support for csharp in cc-mode.el Date: Thu, 31 Dec 2009 12:43:10 +0100 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 1262259882 3796 80.91.229.12 (31 Dec 2009 11:44:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2009 11:44:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 12:44:34 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 1NQJSD-0003WU-Qk for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 12:44:34 +0100 Original-Received: from localhost ([127.0.0.1]:39758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQJSE-0007Dy-6M for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 06:44:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQJS9-0007Cs-1L for emacs-devel@gnu.org; Thu, 31 Dec 2009 06:44:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQJS4-00079F-Eu for emacs-devel@gnu.org; Thu, 31 Dec 2009 06:44:28 -0500 Original-Received: from [199.232.76.173] (port=41546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQJS4-00079C-8p for emacs-devel@gnu.org; Thu, 31 Dec 2009 06:44:24 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:60863) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NQJS3-0004ae-QU for emacs-devel@gnu.org; Thu, 31 Dec 2009 06:44:24 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NQJS0-0003Su-Qe for emacs-devel@gnu.org; Thu, 31 Dec 2009 12:44:20 +0100 Original-Received: from 1508896632.dhcp.dbnet.dk ([89.239.239.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Dec 2009 12:44:20 +0100 Original-Received: from gonz808 by 1508896632.dhcp.dbnet.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Dec 2009 12:44:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 1508896632.dhcp.dbnet.dk User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin) Cancel-Lock: sha1:E0Cgx3FNiIdfw5xsHUCAq9yLKvQ= 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:119137 Archived-At: dino chiesa writes: > Yes, according to the lang spec, the @ must immediately be followed > by a double-quote. The symbol is not used for anything else in the > language. I just looked and this is called a "verbatim string > literal". > http://www.go-mono.com/docs/index.aspx?link=ecmaspec%3a9.4.4.5 @ can also be used in front of an identifier. If you want to use keywords like if and else as variable name you can write as @if @else in the code. See page 71 in ECMA-334.pdf or http://www.go-mono.com/docs/index.aspx?link=ecmaspec%3a9.4.2 -- Vagn Johansen