unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36420: perl-mode: apostrophe in sub name ruins colors
@ 2019-06-28 13:58 積丹尼 Dan Jacobson
  2019-07-08 23:19 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-06-28 13:58 UTC (permalink / raw)
  To: 36420

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";
    #....
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#36420: perl-mode: apostrophe in sub name ruins colors
  2019-06-28 13:58 bug#36420: perl-mode: apostrophe in sub name ruins colors 積丹尼 Dan Jacobson
@ 2019-07-08 23:19 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-08 23:19 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 36420

積丹尼 Dan Jacobson <jidanni@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-08 23:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-28 13:58 bug#36420: perl-mode: apostrophe in sub name ruins colors 積丹尼 Dan Jacobson
2019-07-08 23:19 ` Lars Ingebrigtsen

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).