unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36377: perl-mode: shouln't indent even within embedded here-docs
@ 2019-06-25 14:21 積丹尼 Dan Jacobson
  2019-07-08 23:30 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-06-25 14:21 UTC (permalink / raw)
  To: 36377

Here typing "aaa<RET>" works properly for the first aaa. But on the
second, it wrongly tries to indent within the here-doc. emacs-version "26.1"

$a = <<EOF;
aaa
EOF

%fields = (
    zzz => <<EOF
aaa
EOF
);






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

* bug#36377: perl-mode: shouln't indent even within embedded here-docs
  2019-06-25 14:21 bug#36377: perl-mode: shouln't indent even within embedded here-docs 積丹尼 Dan Jacobson
@ 2019-07-08 23:30 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-08 23:30 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 36377

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

> Here typing "aaa<RET>" works properly for the first aaa. But on the
> second, it wrongly tries to indent within the here-doc. emacs-version "26.1"
>
> $a = <<EOF;
> aaa
> EOF
>
> %fields = (
>     zzz => <<EOF
> aaa
> EOF
> );

In Emacs 27, both of these seem to do the wrong thing when hitting RET
after aaa...  but in different ways.

-- 
(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:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 14:21 bug#36377: perl-mode: shouln't indent even within embedded here-docs 積丹尼 Dan Jacobson
2019-07-08 23:30 ` 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).