[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
address@hidden: shell-script-mode case indenting]
From: |
Richard Stallman |
Subject: |
address@hidden: shell-script-mode case indenting] |
Date: |
Thu, 21 Sep 2006 16:15:21 -0400 |
Would someone please DTRT and ack? This is not a must-fix bug, since
perfect indentation in Shell Script mode is too much to hope for, but
we should fix it if it isn't hard.
------- Start of forwarded message -------
To: address@hidden
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
From: Dan Jacobson <address@hidden>
Date: Thu, 21 Sep 2006 18:28:18 +0800
Subject: shell-script-mode case indenting
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed
version=3.0.4
Pressing TAB on each line in this file.sh produces the first line of
this case expression indented different than the rest:
(sed 's/.$/ &/'|while read route company; do case $company in
r)set ???? Renyou;;
z)set ???? Taizhong;;
q)set ???? Quanhang;;
j)set ???? Juye;;
t)set ???? Tonglian;;
*)echo $company: HUH? 1>&2;exit 55;;
esac; echo "[[????:???? ${1}???? - Operator $2 Bus Co.]]" \
>> $route; done)<<EOF
001r
005q
006r
EOF
_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------
- address@hidden: shell-script-mode case indenting],
Richard Stallman <=