Package: emacs23-common
Version: 23.2+1-7+squeeze1
Severity: normal
This is Bug #526715 reported again against emacs23 instead of emacs22.
The parameters ${#param}, $#, $? are highlighted correctly in
sh-mode[sh] but not in sh-mode[bash].
$ cat <<EOF >test.sh
#!/bin/sh
echo $# $? $$ ${#SHELL} ${SHELL}
EOF
$ cat <<EOF >test.bash
#!/bin/bash
echo $# $? $$ ${#SHELL} ${SHELL}
EOF
$ emacs23 -q test.sh test.bash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]