GNU bug report logs - #42953
Perl-mode: bonus spaces inserted

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Thu, 20 Aug 2020 12:59:01 UTC

Severity: normal

Tags: fixed

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 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.




This bug report was last modified 4 years and 278 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.