From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: Cperl-mode does not highlight function names properly Date: Sat, 26 Feb 2005 11:54:49 -0500 Message-ID: <87oee7fekf.fsf-monnier+emacs@gnu.org> References: <87fyzkgi70.fsf-monnier+emacs@gnu.org> <87r7j3spd4.fsf@marant.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109437994 18673 80.91.229.2 (26 Feb 2005 17:13:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Feb 2005 17:13:14 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 26 18:13:13 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D55Ue-0000Cy-EF for geb-bug-gnu-emacs@m.gmane.org; Sat, 26 Feb 2005 18:12:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D55md-0002yy-RN for geb-bug-gnu-emacs@m.gmane.org; Sat, 26 Feb 2005 12:31:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D55i0-0001ha-03 for bug-gnu-emacs@gnu.org; Sat, 26 Feb 2005 12:26:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D55hs-0001fV-QR for bug-gnu-emacs@gnu.org; Sat, 26 Feb 2005 12:26:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D55hr-0001Rl-Eb for bug-gnu-emacs@gnu.org; Sat, 26 Feb 2005 12:26:20 -0500 Original-Received: from [209.226.175.34] (helo=tomts13-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D55DP-00039D-Cl for bug-gnu-emacs@gnu.org; Sat, 26 Feb 2005 11:54:51 -0500 Original-Received: from alfajor ([67.68.218.40]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050226165449.ZCXA1899.tomts13-srv.bellnexxia.net@alfajor>; Sat, 26 Feb 2005 11:54:49 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id 49A9ED746E; Sat, 26 Feb 2005 11:54:49 -0500 (EST) Original-To: =?iso-8859-1?q?J=E9r=F4me_Marant?= In-Reply-To: <87r7j3spd4.fsf@marant.org> ( =?iso-8859-1?q?J=E9r=F4me_Marant's_message_of?= "Sat, 26 Feb 2005 09:21:43 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geb-bug-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.bugs:10809 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10809 >>> Cperl-mode does not highlight properly function names that contain >>> Perl keywords. >> >> For what it's worth the perl-mode (in Emacs-CVS at least) seems to highlight >> them correctly. > But it does not turn cperl-mode to highlight them properly :-) > Also, it seems that cperl-mode on XEmacs (with a lower version > of Cperl-mode) does not have such a problem. > Speaking of perl-mode, Richard told me that this mode is obsolete > and shall be deprecated. What's his status? (we have a bunch of > bug reports in the Debian BTS about it). Huh? It's the default perl-mode, and it's the one I've been using (and improving) for the last few years. Try it (in its Emacs-CVS version) and pass on the bug-reports. Stefan