bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

double apostrophe totally fools cperl-mode's colors


From: Dan Jacobson
Subject: double apostrophe totally fools cperl-mode's colors
Date: Fri, 23 Apr 2004 12:41:36 +0800

Gentlemen, double apostrophe (or allies), totally fools cperl-mode's colors:
cat > ugly.pl <<\!
#-*-cperl-*-
if ($opt_x eq '' || $opt_y eq '') {
  die "Must specify -x and -y.  Use \"$progname -h\" for help.\n";
}
if ($opt_a eq '' && $opt_d eq '') {
  die "Must specify -a or -d.  Use \"$progname -h\" for help.\n";
}
!
emacs -q --no-site-file -eval '(global-font-lock-mode t)' ugly.pl
#emacs-version "21.3.1"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]