From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Martin Jost" Newsgroups: gmane.emacs.help Subject: Re: Why does cperl-mode slaughter my formatting? Date: Mon, 3 Feb 2003 15:21:04 +0100 Organization: Siemens Business Services Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <_ZO_9.190104$ej1.56061@news02.bloor.is.net.cable.rogers.com> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044282251 2305 80.91.224.249 (3 Feb 2003 14:24:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2003 14:24:11 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fhW5-0000at-00 for ; Mon, 03 Feb 2003 15:24:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fhXS-0004an-04 for gnu-help-gnu-emacs@m.gmane.org; Mon, 03 Feb 2003 09:25:34 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news-FFM2.ecrc.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 139.21.8.114 Original-X-Trace: news.mch.sbs.de 1044282065 185 139.21.8.114 (3 Feb 2003 14:21:05 GMT) Original-X-Complaints-To: abuse@siemens.de Original-NNTP-Posting-Date: Mon, 3 Feb 2003 14:21:05 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Original-Xref: shelby.stanford.edu gnu.emacs.help:109720 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6233 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6233 "Harry Putnam" wrote in message news:m2vg039yor.fsf@sbcglobal.net... > Harry Putnam writes: > > [...] snipped wild foratting example > > I upgraded my cvs version of emacs and now it works but oddly enough > the cperl-mode.el that came with new cvs shows no diff from previous > version and still shows same versiion. > > So I still don't know what was causing my problem. So you live on the bleeding edge ?! cperl relies heavily on syntax-properties (right name ?) At least once, a released version of emacs needed to be patched, so that cperl worked correctly. (A friend of mine asked me a second time, when I told him he had to get a patch for the c-sources of emacs to get this bug out) Maybe something like that was broken on you older version.... You just would have to diff the whole thing ;-) Just wild guessing... Martin