GNU bug report logs - #36420
perl-mode: apostrophe in sub name ruins colors

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Fri, 28 Jun 2019 15:01:02 UTC

Severity: minor

Tags: confirmed

To reply to this bug, email your comments to 36420 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#36420; Package emacs. (Fri, 28 Jun 2019 15:01:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 28 Jun 2019 15:01:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: perl-mode: apostrophe in sub name ruins colors
Date: Fri, 28 Jun 2019 21:58:55 +0800
All the lines after the main'ttfmod are in the wrong color.

#       Title:      TTFMOD.PL
#       Author:     M. Hosken
package ttfmod;

sub main'ttfmod {
    local($infile, $outfile, *fns, @must) = @_;

    # open files as binary.  Notice OUTFILE is opened for update not just write
    open(INFILE, "$infile") || die "Unable top open \"$infile\" for reading";
    binmode INFILE;
    open(OUTFILE, "+>$outfile") || die "Unable to open \"$outfile\" for writing";
    #....
}




Added tag(s) confirmed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 08 Jul 2019 23:19:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36420; Package emacs. (Mon, 08 Jul 2019 23:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 36420 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 36420 <at> debbugs.gnu.org
Subject: Re: bug#36420: perl-mode: apostrophe in sub name ruins colors
Date: Tue, 09 Jul 2019 01:19:18 +0200
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:

> All the lines after the main'ttfmod are in the wrong color.

I can confirm that this bug is still present in Emacs 27.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 5 years and 341 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.