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

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

bug#6710: perl coloring not correct in emacs-22.3


From: Warren L Dodge
Subject: bug#6710: perl coloring not correct in emacs-22.3
Date: Thu, 22 Jul 2010 13:43:34 -0700

With this script named test.pl
#############################################################################
@temp = split/\./, $osNum;
$osNum = $temp[0];
#############################################################################
emacs-22.3 -Q test.pl

The perl-mode coloring is not correct. The regex changes color but it
doesn't terminate and the rest of the script is that same color.

If you put 

@temp = split(/\./, $osNum) ;

it works properly.



In GNU Emacs 22.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2009-02-19 on zephyr
Windowing system distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure  '--prefix=/tools/wdtgnu/emacs-22.3' 
'--disable-nls''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Perl

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
<help-echo> <down-mouse-1> <mouse-1> C-x C-f p . p 
l <return> C-y <escape> x e m a c s - b <tab> <backspace> 
<tab> <backspace> <tab> <tab> <tab> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> b u 
<tab> <tab> <help-echo> <backspace> <backspace> s u 
<tab> C-g C-g <help-echo> <help-echo> <help-echo> <help-echo> 
<escape> x r e p o r t <tab> <return>

Recent messages:
(New file)
Loading perl-mode...done
Mark set
Making completion list...
Loading help-mode...done
Making completion list... [3 times]
Quit [2 times]
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done






reply via email to

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