From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Unknown Newsgroups: gmane.emacs.help Subject: Re: Is this a bug in cperl mode Date: Tue, 11 Feb 2003 02:04:24 GMT Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <841y2gv5zf.fsf@lucy.is.informatik.uni-duisburg.de> <20030210111426.399d34c7.occitan@esperanto.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Trace: main.gmane.org 1044929169 22695 80.91.224.249 (11 Feb 2003 02:06:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2003 02:06:09 +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 18iPoF-0005tv-00 for ; Tue, 11 Feb 2003 03:06:07 +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 18iPoJ-00066r-00 for gnu-help-gnu-emacs@m.gmane.org; Mon, 10 Feb 2003 21:06:11 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cyclone.bc.net!sjc70.webusenet.com!news.webusenet.com!news03.bloor.is.net.cable.rogers.com!news01.bloor.is.net.cable.rogers.com.POSTED!not-for-mail Original-From: Le Wang Original-Newsgroups: gnu.emacs.help Original-Lines: 44 User-Agent: KNode/0.7.1 Original-NNTP-Posting-Host: 24.192.182.203 Original-X-Complaints-To: abuse@rogers.com Original-X-Trace: news01.bloor.is.net.cable.rogers.com 1044929064 24.192.182.203 (Mon, 10 Feb 2003 21:04:24 EST) Original-NNTP-Posting-Date: Mon, 10 Feb 2003 21:04:24 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:110049 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:6554 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6554 Le Wang wrote: > Daniel Pfeiffer wrote: > >> kai.grossjohann@uni-duisburg.de (Kai Großjohann) skribis: >>> Harry Putnam writes: >> >>> > I get several kinds of goofy behavior from cperl mode on this snippet >>> > of code. The syntax hylight breaks down on last section too. Makes >>> > cperl pretty useless for what its designed for. Maybe its local guff >>> > causing it but starting emacs -q -no-site-file doesn't seem to help. >> >>> I could reproduce this with the cperl that comes with Emacs, but the >>> cperl from Ilya (I have 4.32, it seems) works. >> >>> How about you check that and submit a bug report, suggesting to >>> upgrade the cperl in Emacs. (It seems that the cperl in Emacs is >>> quite old.) >> >> Actually I've been exploring this recently, and the opposite is the case. >> The CPerl from Ilya is quite old. The emacs variant has had quite a few >> little bug-fixes over the last three years. This seems the first case >> where Ilya's is better. > > Here is another: > > Using filladapt-mode, I'm able to fill end-of-line comments with the Ilya's > version. This is broken in the Emacs version, both CVS and stable. > > I just checked, and adaptive-fill-mode is broken in the same manner. > > I can turn filladapt off in the mode hook, but still regression is never > good. Oops, things just got a little worse. In the cvs version of emacs, no matter what version of cperl-mode (emacs' or Ilya's) I use, even if I turn filladapt off in the mode hook, filling is broken as described above. With the addition that even whole line comments won't fill at all. I'm trying to fill by pressing , which runs cperl-fill-paragraph. Bummer. -- Le