all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* CPerl behaves differently on XP in 21.3 and 21.3.50.1
@ 2004-11-25 10:57 Ekkehard Goerlach
  2004-11-25 12:56 ` Kai Grossjohann
       [not found] ` <mailman.1429.1101388079.27204.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Ekkehard Goerlach @ 2004-11-25 10:57 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-27 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-25 10:57 CPerl behaves differently on XP in 21.3 and 21.3.50.1 Ekkehard Goerlach
2004-11-25 12:56 ` Kai Grossjohann
     [not found] ` <mailman.1429.1101388079.27204.help-gnu-emacs@gnu.org>
2004-11-26  9:25   ` Ekkehard Goerlach
2004-11-27 20:10     ` Kai Grossjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.