From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help,gmane.emacs.devel Subject: Re: cperl-mode and fontlock Date: Fri, 25 Sep 2009 21:30:59 -0500 Organization: Still searching... Message-ID: <87vdj6mo7w.fsf@newsguy.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253932335 19722 80.91.229.12 (26 Sep 2009 02:32:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2009 02:32:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 26 04:32:08 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MrN4v-0001pr-VT for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Sep 2009 04:32:06 +0200 Original-Received: from localhost ([127.0.0.1]:57711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrN4v-00061Z-D5 for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2009 22:32:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrN4P-0005zr-Dm for help-gnu-emacs@gnu.org; Fri, 25 Sep 2009 22:31:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrN4K-0005uy-QF for help-gnu-emacs@gnu.org; Fri, 25 Sep 2009 22:31:32 -0400 Original-Received: from [199.232.76.173] (port=51997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrN4K-0005us-Le for help-gnu-emacs@gnu.org; Fri, 25 Sep 2009 22:31:28 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:46027) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MrN4K-0002AV-8v for help-gnu-emacs@gnu.org; Fri, 25 Sep 2009 22:31:28 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1MrN4H-0001jG-KF for help-gnu-emacs@gnu.org; Sat, 26 Sep 2009 04:31:25 +0200 Original-Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Sep 2009 04:31:25 +0200 Original-Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Sep 2009 04:31:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:f25YlJgdhWFNmwg4i/oo6C+M/qo= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68481 gmane.emacs.devel:115650 Archived-At: Ilya Zakharevich writes: > a) cperl-mode distributed with RMS Emacs is completely borken. See > "my" versions; Just to let you know... I guess the newest emacs-23 cvs version has a version that is pretty close to your 6.2 version. Although I notice quite a hefty byte count difference. -rw-r--r--+ 1 reader reader 329659 Sep 25 20:56 cperl-mode.el -rw-r--r--+ 1 reader reader 402912 Sep 25 21:05 cperl-mode.el-ilya The one with the ilya extension I just downloaded from your repo. And the emacs-23 from cvs just now too. As you see the size is different by 73253 bytes. I found when I load either yours or the cvs one... my syntax highlight (font-lock) problems disappear. Your version throws a lot of byte-compile warnings when compiled with emacs-23 but seems to work just fine. Thanks for the tip about there being a difference. But from what I just read on emacs.devel .. the newest version in 23 is synced against your latest.