unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.rodgers@ihs.com>
Subject: Re: Shell-script mode indentation not hip to && and probably || too
Date: Thu, 06 Mar 2003 09:27:00 -0700	[thread overview]
Message-ID: <3E6776D4.5060901@ihs.com> (raw)
In-Reply-To: mailman.2837.1046905381.21513.bug-gnu-emacs@gnu.org

Dan Jacobson wrote:

> Well, there I was typing away in Shell-script[sh] mode, hitting tab
> all the while to ensure proper indentation, when all the sudden, I
> noticed that the lines after a && were not more indented, like it was
> no big deal.
> {
>     for i in ${@?}
>       do
>       grep -i \\b$i\\b /usr/share/edict/enamdict &&
>       at_least_one_found=1 &&
>       echo =====
>     done
> } > $T.1
> 

IMHO they should not be further indented, because the commands that make up a
compound command (joined by "&&" or "||") are at the same syntactic/structural
level (just like commands that form a pipeline joined by "|").

The thing that looks wrong to me above is that "do" is indented further than
"for ..." and "done".

-- 
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>

       reply	other threads:[~2003-03-06 16:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2837.1046905381.21513.bug-gnu-emacs@gnu.org>
2003-03-06 16:27 ` Kevin Rodgers [this message]
2003-03-05 21:34 Shell-script mode indentation not hip to && and probably || too Dan Jacobson

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=3E6776D4.5060901@ihs.com \
    --to=kevin.rodgers@ihs.com \
    /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).