From: Ergus <spacibba@aol.com>
To: emacs-devel@gnu.org
Subject: Issue with bash new syntax.
Date: Tue, 26 Jan 2021 15:17:06 +0100 [thread overview]
Message-ID: <20210126141706.uk5dtaenpdbydfr6@Ergus> (raw)
In-Reply-To: 20210126141706.uk5dtaenpdbydfr6.ref@Ergus
Hi:
I am observing some issues with the indentation of the modern for loop
syntax in bash:
for ((it=0; it<${limit}; ++it))
{
echo "whatever $it"
}
The question-issue comes in two parts.
Question: How can I configure to remove the extra indentation before `{`?
In cc-mode there is a procedure, a bit cumbersome, but working. But
sh-mode does not have such a thing.
Issue:
When this loop is nested inside an if or another for loop the
closing indentation seems to be broken
for dim in ${dims[@]}; do
for bs in ${blocksizes[@]}; do
if [ something ]; then
for ((it=0; it<${ARGS[R]}; ++it))
{
whatever...
}
--> else
somethingelse
--> fi
--> done
--> done
Should I report a bug for this?
next parent reply other threads:[~2021-01-26 14:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20210126141706.uk5dtaenpdbydfr6.ref@Ergus>
2021-01-26 14:17 ` Ergus [this message]
2021-01-26 22:53 ` Issue with bash new syntax Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210126141706.uk5dtaenpdbydfr6@Ergus \
--to=spacibba@aol.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).