emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22355: closed (perl mode qq{} not colored correctly if not on same l


From: GNU bug Tracking System
Subject: bug#22355: closed (perl mode qq{} not colored correctly if not on same line)
Date: Fri, 11 Jun 2021 15:57:02 +0000

Your message dated Fri, 11 Jun 2021 15:56:01 +0000
with message-id <87o8ccz97y.fsf@hajtower>
and subject line Bug#22355 is fixed in source, closing the report
has caused the debbugs.gnu.org bug report #22355,
regarding perl mode qq{} not colored correctly if not on same line
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
22355: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22355
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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"



--- End Message ---
--- Begin Message --- 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]