unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20535: perl mode quoted text color vs. EOF quoting
@ 2015-05-09  0:35 積丹尼 Dan Jacobson
  2020-08-07 10:14 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: 積丹尼 Dan Jacobson @ 2015-05-09  0:35 UTC (permalink / raw)
  To: 20535

# This is in the right quote color, or at least blue

my $request_text = <<'EOF';
大家好。 本人北上參與
https://www.facebook.com/groups/925488527463446
https://www.facebook.com/events/1435583093424285
之活動尋 2015/5/29, 30, 31 沙發各一晚。
本人最近上電視
http://www.youtube.com/watch?v=6tur0xYbjqw&list=PL5F672CDA8BBC6825
謝謝。
EOF

# This is not, due to no 'EOF' quoting.

my $request_text2 = <<EOF;
大家好。 本人北上參與
https://www.facebook.com/groups/925488527463446
https://www.facebook.com/events/1435583093424285
之活動尋 2015/5/29, 30, 31 沙發各一晚。
本人最近上電視
http://www.youtube.com/watch?v=6tur0xYbjqw&list=PL5F672CDA8BBC6825
謝謝。
EOF






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

* bug#20535: perl mode quoted text color vs. EOF quoting
  2015-05-09  0:35 bug#20535: perl mode quoted text color vs. EOF quoting 積丹尼 Dan Jacobson
@ 2020-08-07 10:14 ` Lars Ingebrigtsen
  2020-08-09  5:50   ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2020-08-07 10:14 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 20535

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> # This is in the right quote color, or at least blue
>
> my $request_text = <<'EOF';
> 大家好。 本人北上參與
> https://www.facebook.com/groups/925488527463446
> https://www.facebook.com/events/1435583093424285
> 之活動尋 2015/5/29, 30, 31 沙發各一晚。
> 本人最近上電視
> http://www.youtube.com/watch?v=6tur0xYbjqw&list=PL5F672CDA8BBC6825
> 謝謝。
> EOF
>
> # This is not, due to no 'EOF' quoting.
>
> my $request_text2 = <<EOF;
> 大家好。 本人北上參與
> https://www.facebook.com/groups/925488527463446
> https://www.facebook.com/events/1435583093424285
> 之活動尋 2015/5/29, 30, 31 沙發各一晚。
> 本人最近上電視
> http://www.youtube.com/watch?v=6tur0xYbjqw&list=PL5F672CDA8BBC6825
> 謝謝。
> EOF

What part of it isn't in the right colour?  Looks pretty OK to me
(except the final-EOF-thing we discussed in a different bug report).

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

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

* bug#20535: perl mode quoted text color vs. EOF quoting
  2020-08-07 10:14 ` Lars Ingebrigtsen
@ 2020-08-09  5:50   ` 積丹尼 Dan Jacobson
  0 siblings, 0 replies; 3+ messages in thread
From: 積丹尼 Dan Jacobson @ 2020-08-09  5:50 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 20535-done

>>>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:
LI> What part of it isn't in the right colour?  Looks pretty OK to me
LI> (except the final-EOF-thing we discussed in a different bug report).
OK currently only the EOF is still bothering me, so I'll close this.





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

end of thread, other threads:[~2020-08-09  5:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-09  0:35 bug#20535: perl mode quoted text color vs. EOF quoting 積丹尼 Dan Jacobson
2020-08-07 10:14 ` Lars Ingebrigtsen
2020-08-09  5:50   ` 積丹尼 Dan Jacobson

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