--- Begin Message ---
Subject: |
sh-mode excessive indentation of {} |
Date: |
Tue, 01 Jul 2014 21:46:54 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Package: emacs
Version: 24.3.92
Severity: minor
I don't know if this is a related to any of the previous sh-mode indent
reports I made, so I'm making a new report.
emacs -Q foo.sh:
for foo in bar; do
[ -e $foo ] && [ -e $bar ] && {
echo way too much indent here
}
done
Compare with 24.3:
for foo in bar; do
[ -e $foo ] && [ -e $bar ] && {
echo just fine thanks
}
done
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#17896: sh-mode excessive indentation of {} |
Date: |
Tue, 08 Jul 2014 14:38:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> for foo in bar; do
> [ -e $foo ] && [ -e $bar ] && {
> echo way too much indent here
> }
> done
I believe this is now fixed, thanks,
Stefan
--- End Message ---