Package: emacs-common
Version: 1:26.1+1-3.3
Severity: minor
Tags: upstream
Forwarded: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=11733
With the following Perl script loaded in CPerl mode ("emacs -q" then
M-x cperl-mode), when I type [Tab] on the "sub bar" line, this line
is indented instead of remaining at the same place.
----------------------------------------
#!/usr/bin/env perl
sub foo
{
}
sub bar
{
}
----------------------------------------
In fact, the problem appears more often when one types "sub bar", then
[Enter], then "{". One gets:
sub bar
{
instead of
sub bar
{
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500,
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.2.0-2-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages emacs-common depends on:
ii emacsen-common 3.0.4
ii install-info 6.6.0.dfsg.1-2
Versions of packages emacs-common recommends:
ii emacs-el 1:26.1+1-3.3
Versions of packages emacs-common suggests:
ii emacs-common-non-dfsg 1:26.1+1-1
ii ncurses-term 6.1+20190803-1
-- no debconf information
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)