unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jérôme Marant" <jmarant@free.fr>
Subject: CPerl-mode bug [Re: Relation with package authors (CPerl-mode follow-ups)]
Date: Sat, 18 Jun 2005 14:12:55 +0200	[thread overview]
Message-ID: <877jgrj22g.fsf_-_@marant.org> (raw)
In-Reply-To: <jwvzmv2ai7d.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 10 May 2005 17:28:19 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>>> I've been recently in touch with Ilya Zakharevich (CPerl-mode author)
>>>> about Cperl-mode bugs I found in current version from Emacs CVS
>>>> trunk (version 5).
>>> 
>>> Please post them here.
>
>> I will do. Last time I reported one, you told me perl-mode did not
>> have such a bug :-P
>
> But either you didn't mention or I didn't notice that the bug is also absent
> from the original cperl-mode.el.  I'm not really interested in fixing
> cperl-mode bugs, but I do find it important that our local changes to
> cperl-mode don't add new bugs.

Hi,

I'm sorry for being very late on this issue.

After trying to reproduce all cperl-mode bugs from the Debian BTS,
it seems that most of them have been fixed in the CVS trunk, but
one which is a regression from the original CPerl-mode from
Ilya.

Could you please take care of this?

Thanks in advance.

Here is the bug report:

-------------------------------------------------
The following bug report seems to be fixed in 4.32 but I could
reproduce it with 5.0 from the Emacs CVS.


> From vivek@etla.org Fri Nov 23 12:41:46 2001
Received: (at submit) by bugs.debian.org; 23 Nov 2001 18:41:46 +0000
Return-path: <vivek@etla.org>
Received: from salmon.pepperfish.org [195.149.39.195] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 167LGi-0006Fb-00; Fri, 23 Nov 2001 12:41:44 -0600
Received: from localhost ([127.0.0.1])
	by salmon.pepperfish.org with esmtp (Exim 3.32 #1 (Debian))
	id 167LGY-0001aw-00
	for <submit@bugs.debian.org>; Fri, 23 Nov 2001 18:41:34 +0000
Date: Fri, 23 Nov 2001 18:41:34 +0000 (GMT)
From: Vivek <vivek@etla.org>
X-X-Sender:  <vivek@salmon.pepperfish.org>
To:  <submit@bugs.debian.org>
Subject: emacs21-el: keyword highlighting bug in cperl-mode.el
Message-ID: <Pine.LNX.4.33.0111231840220.3595-100000@salmon.pepperfish.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: submit@bugs.debian.org


Package: emacs21-el
Version: 21.1-2woody
Severity: normal

subroutine names which contain built in keywords/function-names
delimited by _ characters get highlighted incorrectly:

For example, in emacs20-el:

sub foo_print_desc ()
{

}

'foo_print_desc' gets highlighted in font-lock-function-name-face
whereas under emacs21-el the 'print' part gets highlighted in
cperl-nonoverridable-face and the foo_ and _desc parts don't get
any highlighting at all. (This may be a bug in emacs21, of course)

The emacs package is one I compiled from source on woody, but I didn't
make any changes to the source - the sid system here is down at the moment,
but it should be easy to check that the bug exists there too...

-------------------------------------------------

-- 
Jérôme Marant

  parent reply	other threads:[~2005-06-18 12:12 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-04  7:14 Relation with package authors (CPerl-mode follow-ups) Jérôme Marant
2005-05-05 14:08 ` Stefan Monnier
2005-05-10 20:42   ` Jérôme Marant
2005-05-10 21:28     ` Stefan Monnier
2005-05-12  8:29       ` Richard Stallman
2005-06-18 12:12       ` Jérôme Marant [this message]
2005-06-29  8:00         ` CPerl-mode bug [Re: Relation with package authors (CPerl-mode follow-ups)] Stefan Monnier
2005-06-29 13:37           ` Jérôme Marant
2005-06-30  4:34           ` Ilya Zakharevich
2005-06-30  5:26             ` Miles Bader
2005-06-30  5:33               ` Ilya Zakharevich
2005-06-30  6:16                 ` Miles Bader
2005-06-30  7:04                   ` Ilya Zakharevich
2005-06-30  7:17                     ` Miles Bader
2005-06-30 18:32                       ` Ilya Zakharevich
2005-07-01  1:20                         ` Miles Bader
2005-07-01  4:57                           ` Stefan Monnier
2005-07-01  5:05                             ` Miles Bader
2005-07-01 15:04                               ` Stefan Monnier
2005-07-01 23:06                           ` Ilya Zakharevich
2005-07-02  1:08                             ` Miles Bader
2005-07-03 20:05                               ` Ilya Zakharevich
2005-07-03 15:49                             ` Richard M. Stallman
2005-07-01  4:03                         ` Richard M. Stallman
2005-06-30 21:28                 ` Richard M. Stallman
2005-06-30 18:01             ` Stefan Monnier
2005-06-30 18:35               ` Ilya Zakharevich
2005-06-30 19:32                 ` Stefan Monnier
2005-05-05 19:46 ` Relation with package authors (CPerl-mode follow-ups) Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877jgrj22g.fsf_-_@marant.org \
    --to=jmarant@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).