From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ekkehard Goerlach Newsgroups: gmane.emacs.help Subject: CPerl behaves differently on XP in 21.3 and 21.3.50.1 Date: Thu, 25 Nov 2004 11:57:29 +0100 Organization: Novartis Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101380556 4064 80.91.229.6 (25 Nov 2004 11:02:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2004 11:02:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 25 12:02:31 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXHOR-00033z-00 for ; Thu, 25 Nov 2004 12:02:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXHXd-000272-Oe for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Nov 2004 06:12:01 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:vcVNl5QBCbFc7pczhJDNZQfxTAc= X-Original-NNTP-Posting-Host: phchbs-l27054.eu.novartis.net X-Original-Trace: 25 Nov 2004 11:57:29 +0200, phchbs-l27054.eu.novartis.net Original-Lines: 23 Original-NNTP-Posting-Host: 160.62.4.30 Original-X-Trace: 25 Nov 2004 11:20:10 GMT, 160.62.4.30 Original-X-Complaints-To: abuse@prserv.net Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!irazu.switch.ch!switch.ch!newsfeed00.sul.t-online.de!t-online.de!news.zanker.org!border2.nntp.ams.giganews.com!nntp.giganews.com!pe2.news.blueyonder.co.uk!blueyonder!mephistopheles.news.clara.net!news.clara.net!wagner.news.clara.net!peernews.inweb.co.uk!news.freedom2surf.net!newsfeed.uk.prserv.net!prserv.net!news2.prserv.net!news.is.chbs!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:126902 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22303 I have parallel installation of Emacs 21.1 and 21.3.50.1 (nqmacs on sf). Both Emacsen use the same .emacs and site-lisp directory which contains the (only) cperl-mode.el V5.0 If I open a perl file in both emacsen, the font-locking is slightly different. POD documentation, for example, does not show up in comment face in the 21.3.50.1 and the following code my $revision = (split(/ /,'$Revision: 1.48 $'))[1]; looks fine in 21.3 but for the more recent emacs I have to insert an extra space in the revision string: my $revision = (split(/ /,'$Revision: 1.48 $ '))[1]; Is there some customizaton possible to get the same font-locking in both Emacs versions? Thanks, Ekkehard