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

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

bug#42953: Perl-mode: bonus spaces inserted


From: 積丹尼 Dan Jacobson
Subject: bug#42953: Perl-mode: bonus spaces inserted
Date: Thu, 20 Aug 2020 19:05:09 +0800

In Perl mode, upon entering the ";" in

print "
";

Three spaces are wrongly inserted, making it

print "
    ";

I.e., type
 p [self-insert-command]
 r [self-insert-command]
 i [self-insert-command]
 n [self-insert-command]
 t [self-insert-command]
 SPC [self-insert-command]
 " [self-insert-command]
 RET [newline]
 " [self-insert-command]

OK, now type the

 ; [self-insert-command]

Whammo, three spaces are inserted.

emacs-version "26.3", using
$ emacs -Q -nw /tmp/q.pl

Sure "Just use \n. Case closed."
Yes, but emacs still has no business inserting spaces into strings.





reply via email to

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