bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4920: 23.1; (check-parens) problem with bash script case items unbal


From: Chong Yidong
Subject: bug#4920: 23.1; (check-parens) problem with bash script case items unbalanced close paren
Date: Sat, 14 Nov 2009 11:28:21 -0500

> Running (check-parens) fails on a bash script with case statements in
> because of the unmatched close ")".  Would it be possible to fix this,
> or tell me how to work around it?

I can't reproduce this: `M-x check-parens RET' on the following file
signals no error.  Please provice a more detailed bug report.

#!/bin/sh

case "$SYSNAME" in
    Darwin)
        ;;
    Linux)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]