Package: emacs21-el
Version: 21.3+1-8
Severity: normal
File: /usr/share/emacs/21.3/lisp/progmodes/cperl-mode.el

$ cat /tmp/k.pl
-*-cperl-*-
my %increment = (
    x => 1,
    y => 2,
);
$ emacs -q -nw /tmp/k.pl
Now look in *Messages* buffer to find:
End of `y= ... =' string/RE not found: (scan-error Unbalanced parentheses 49 58)
Removing the -nw also removes that line from *Messages*!!:
$ emacs -q /tmp/k.pl

However that must just be a side effect, etc.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to