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

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

bug#17262: In Perl mode, TAB zaps EOF marker alignment


From: 積丹尼 Dan Jacobson
Subject: bug#17262: In Perl mode, TAB zaps EOF marker alignment
Date: Mon, 14 Apr 2014 01:30:06 +0800

In Perl mode, TAB zaps EOF marker alignment.
$ cat p.pl
print <<\EOF;
        <ol>
EOF
$ emacs p.pl
now do
C-x h runs the command mark-whole-buffer
TAB (translated from <tab>) runs the command indent-for-tab-command

The result is the EOF is no longer hugging the left margin!
Any following code will be printed out rather than executed, if indeed
the program's syntax is still valid.






reply via email to

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