From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: char syntax of the $ in $var Date: Wed, 23 Mar 2005 00:03:51 +0100 Organization: disorganized Message-ID: <87oedb2sh4.fsf@robotron.ath.cx> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111534320 793 80.91.229.2 (22 Mar 2005 23:32:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2005 23:32:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 23 00:31:59 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDsql-0008La-Eb for ged-emacs-devel@m.gmane.org; Wed, 23 Mar 2005 00:31:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDt89-0007js-DK for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2005 18:49:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDt5g-0005AD-QF for emacs-devel@gnu.org; Tue, 22 Mar 2005 18:47:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDt5f-00058V-3h for emacs-devel@gnu.org; Tue, 22 Mar 2005 18:47:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDt4V-0004RK-17 for emacs-devel@gnu.org; Tue, 22 Mar 2005 18:46:03 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DDsU3-0001V4-Fk for emacs-devel@gnu.org; Tue, 22 Mar 2005 18:08:23 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DDsRf-0005TY-PG for emacs-devel@gnu.org; Wed, 23 Mar 2005 00:05:55 +0100 Original-Received: from pd95d043b.dip.t-dialin.net ([217.93.4.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Mar 2005 00:05:55 +0100 Original-Received: from david.hansen by pd95d043b.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Mar 2005 00:05:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd95d043b.dip.t-dialin.net Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:VB3mOpEceffqO6JpCYlvJoMHd0M= 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:35008 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35008 Hello, in sh-mode: the $ in $test has syntax 2 = word in perl-mode syntax 10 = character quote and in cperl-mode it's 9 = escape. I think it should at least be unique (I prefer the sh-mode version as you can move the point across variables with M-f and M-b). David