From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: How do I get CPerl Mode to respect Comments Date: Thu, 30 Oct 2003 16:31:35 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1067549495.6898.48.camel@Hades> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067549647 23732 80.91.224.253 (30 Oct 2003 21:34:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 21:34:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 30 22:34:05 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFKQf-0004Hw-00 for ; Thu, 30 Oct 2003 22:34:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFKQ0-0001KQ-8V for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Oct 2003 16:33:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AFKP2-0001DO-Ui for help-gnu-emacs@gnu.org; Thu, 30 Oct 2003 16:32:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AFKOP-0008DN-EP for help-gnu-emacs@gnu.org; Thu, 30 Oct 2003 16:32:16 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AFKON-00064p-Ei for help-gnu-emacs@gnu.org; Thu, 30 Oct 2003 16:31:43 -0500 Original-Received: from [24.59.76.83] (helo=Hades) by mx20.gnu.org with esmtp (Exim 4.24) id 1AFKOI-0004Ot-Sw for help-gnu-emacs@gnu.org; Thu, 30 Oct 2003 16:31:38 -0500 Original-Received: by Hades (Postfix, from userid 501) id 0A65B337; Thu, 30 Oct 2003 16:31:35 -0500 (EST) Original-To: help-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.4.4-8mdk X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13664 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13664 Many times in CPerl mode I will have a comment like: # Author: daniel@mathjunkies.com. CPerl colors the @mathjunkies.com like it was an array -- and ignores the fact that it is a comment. I get the same problem with code I comment out, that still stands out. Is there a way to tell CPerl mode that there should be no highlighting whatsoever in a comment? Thanks in advance, Dan