From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: CPerl mode cleaned up Date: Wed, 12 Feb 2003 15:34:15 -0500 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20030212001131.3d6e6c97.occitan@esperanto.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1045083353 18008 80.91.224.249 (12 Feb 2003 20:55:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Feb 2003 20:55:53 +0000 (UTC) Cc: cpan@ilyaz.org 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 18j3i7-0003Wz-00 for ; Wed, 12 Feb 2003 21:42:27 +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 18j3fd-0000p1-09 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 12 Feb 2003 15:39:53 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18j3bz-0008Om-00 for bug-gnu-emacs@gnu.org; Wed, 12 Feb 2003 15:36:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18j3aF-0007B2-00 for bug-gnu-emacs@gnu.org; Wed, 12 Feb 2003 15:34:19 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18j3aC-00079j-00 for bug-gnu-emacs@gnu.org; Wed, 12 Feb 2003 15:34:17 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18j3aB-0005JM-00; Wed, 12 Feb 2003 15:34:15 -0500 Original-To: Daniel Pfeiffer In-reply-to: <20030212001131.3d6e6c97.occitan@esperanto.org> (message from Daniel Pfeiffer on Wed, 12 Feb 2003 00:11:31 +0100) Original-cc: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4438 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4438 the version of CPerl mode seems utter chaos. Both Emacs and Ilya's web-site have 4.32, but they are very different. While Emacs' newest copyright is much older, CVS with its many little fixes, shows that the opposite is true. Having version numbers in Lisp packages causes persistent problems which persistently waste time. In the past my solution was to delete the version numbers from Lisp packages. They are redundant anyway, because each Emacs version comes with on particular version of every Lisp file.