From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: double apostrophe totally fools cperl-mode's colors Date: Fri, 23 Apr 2004 12:41:36 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87r7ufgvb3.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082700902 24378 80.91.224.253 (23 Apr 2004 06:15:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2004 06:15:02 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 23 08:14:57 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGtxh-0004YX-00 for ; Fri, 23 Apr 2004 08:14:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGtwg-0002jx-7x for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Apr 2004 02:13:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGtuG-0001MA-0e for bug-gnu-emacs@gnu.org; Fri, 23 Apr 2004 02:11:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGtsi-0000vR-2x for bug-gnu-emacs@gnu.org; Fri, 23 Apr 2004 02:10:20 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BGtsh-0000vE-71 for bug-gnu-emacs@gnu.org; Fri, 23 Apr 2004 02:09:47 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by mx20.gnu.org with esmtp (Exim 4.30) id 1BGtiV-0002z4-44 for bug-gnu-emacs@gnu.org; Fri, 23 Apr 2004 01:59:15 -0400 Original-Received: from tc218-187-74-160.2-3.dynamic.apol.com.tw ([218.187.74.160]:34321 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.32 #0) id 1BGtiK-0008Bt-Aa by authid with plain for ; Fri, 23 Apr 2004 11:29:07 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.30) id 1BGsVM-0001Ry-Fc for bug-gnu-emacs@gnu.org; Fri, 23 Apr 2004 12:41:36 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7719 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7719 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"