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

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

bug#38655: Perl mode: TAB or ; insert unwelcome spaces within string


From: 積丹尼 Dan Jacobson
Subject: bug#38655: Perl mode: TAB or ; insert unwelcome spaces within string
Date: Mon, 16 Dec 2019 13:36:00 +0800

In perl mode try typing

$a="a
b";

You'll instead end up with

$a="a
    b";

upon typing the final ";".

OK, fix by removing the spaces perl-mode wrongly inserted it. Then hit
TAB anywhere on the last line. The wrongful spaces return.
emacs-version "26.3"





reply via email to

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