GNU bug report logs - #22355
perl mode qq{} not colored correctly if not on same line

Previous Next

Package: emacs;

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

Date: Tue, 12 Jan 2016 12:20:02 UTC

Severity: minor

Tags: confirmed

Found in version 26.2

Fixed in version 28.1

Done: haj <at> posteo.de (Harald Jörg)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22355 in the body.
You can then email your comments to 22355 AT debbugs.gnu.org in the normal way.

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#22355; Package emacs. (Tue, 12 Jan 2016 12:20:02 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. (Tue, 12 Jan 2016 12:20:02 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 <bug-gnu-emacs <at> gnu.org>
Subject: perl mode qq{} not colored correctly if not on same line
Date: Tue, 12 Jan 2016 19:04:21 +0800
The former is not color coded the same as the latter. Bad!

printf qq
{<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
 <Document>
  <Folder><name>台灣 %s 廣播電台</name>
  <description><![CDATA[http://radioscanningtw.wikia.com/wiki/台描:地圖 %d-%02d-%02d]]></description>
}, uc( substr( $ARGV[0], 0, 2 ) ), $year + 1900, $mon + 1, $mday;


printf qq{<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
 <Document>
  <Folder><name>台灣 %s 廣播電台</name>
  <description><![CDATA[http://radioscanningtw.wikia.com/wiki/台描:地圖 %d-%02d-%02d]]></description>
}, uc( substr( $ARGV[0], 0, 2 ) ), $year + 1900, $mon + 1, $mday;

emacs-version "24.5.1"




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22355; Package emacs. (Sat, 06 Jul 2019 04:58:01 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefan <at> marxist.se>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 22355 <at> debbugs.gnu.org
Subject: Re: bug#22355: perl mode qq{} not colored correctly if not on same
 line
Date: Sat, 6 Jul 2019 06:57:25 +0200
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:

> The former is not color coded the same as the latter. Bad!
>
> printf qq
> {<?xml version="1.0" encoding="UTF-8"?>
> <kml xmlns="http://www.opengis.net/kml/2.2">
>  <Document>
>   <Folder><name>台灣 %s 廣播電台</name>
>   <description><![CDATA[http://radioscanningtw.wikia.com/wiki/台描:地圖 %d-%02d-%02d]]></description>
> }, uc( substr( $ARGV[0], 0, 2 ) ), $year + 1900, $mon + 1, $mday;
>
>
> printf qq{<?xml version="1.0" encoding="UTF-8"?>
> <kml xmlns="http://www.opengis.net/kml/2.2">
>  <Document>
>   <Folder><name>台灣 %s 廣播電台</name>
>   <description><![CDATA[http://radioscanningtw.wikia.com/wiki/台描:地圖 %d-%02d-%02d]]></description>
> }, uc( substr( $ARGV[0], 0, 2 ) ), $year + 1900, $mon + 1, $mday;
>
> emacs-version "24.5.1"

I can reproduce this on Emacs 26.2.

Best regards,
Stefan Kangas




Added tag(s) confirmed. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Thu, 26 Sep 2019 22:54:01 GMT) Full text and rfc822 format available.

bug Marked as found in versions 26.2. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Thu, 26 Sep 2019 22:54:01 GMT) Full text and rfc822 format available.

Reply sent to haj <at> posteo.de (Harald Jörg):
You have taken responsibility. (Fri, 11 Jun 2021 15:57:02 GMT) Full text and rfc822 format available.

Notification sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
bug acknowledged by developer. (Fri, 11 Jun 2021 15:57:02 GMT) Full text and rfc822 format available.

Message #17 received at 22355-done <at> debbugs.gnu.org (full text, mbox):

From: haj <at> posteo.de (Harald Jörg)
To: 22355-done <at> debbugs.gnu.org
Subject: Bug#22355 is fixed in source, closing the report
Date: Fri, 11 Jun 2021 15:56:01 +0000
Version: 28.1

perl-mode now allows for newlines between a quote-like operator and its
delimiter (as Perl does).  I'm closing the report.
-- 
Cheers,
haj




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 Jul 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 290 days ago.

Previous Next


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