unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22355: perl mode qq{} not colored correctly if not on same line
@ 2016-01-12 11:04 積丹尼 Dan Jacobson
  2019-07-06  4:57 ` Stefan Kangas
  2021-06-11 15:56 ` bug#22355: is fixed in source, closing the report Harald Jörg
  0 siblings, 2 replies; 3+ messages in thread
From: 積丹尼 Dan Jacobson @ 2016-01-12 11:04 UTC (permalink / raw)
  To: 22355

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"





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

* bug#22355: perl mode qq{} not colored correctly if not on same line
  2016-01-12 11:04 bug#22355: perl mode qq{} not colored correctly if not on same line 積丹尼 Dan Jacobson
@ 2019-07-06  4:57 ` Stefan Kangas
  2021-06-11 15:56 ` bug#22355: is fixed in source, closing the report Harald Jörg
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2019-07-06  4:57 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 22355

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





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

* bug#22355: is fixed in source, closing the report
  2016-01-12 11:04 bug#22355: perl mode qq{} not colored correctly if not on same line 積丹尼 Dan Jacobson
  2019-07-06  4:57 ` Stefan Kangas
@ 2021-06-11 15:56 ` Harald Jörg
  1 sibling, 0 replies; 3+ messages in thread
From: Harald Jörg @ 2021-06-11 15:56 UTC (permalink / raw)
  To: 22355-done

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





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

end of thread, other threads:[~2021-06-11 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 11:04 bug#22355: perl mode qq{} not colored correctly if not on same line 積丹尼 Dan Jacobson
2019-07-06  4:57 ` Stefan Kangas
2021-06-11 15:56 ` bug#22355: is fixed in source, closing the report Harald Jörg

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