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

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

bug#12547: 23.3; sh-mode backward-list with case and =


From: Stefan Monnier
Subject: bug#12547: 23.3; sh-mode backward-list with case and =
Date: Thu, 25 Oct 2012 10:05:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> function foo_ok {
>     case "${foo}" in
>         (=G*) ;;
>     esac
> }

sh-mode does not understand this (=G*) syntax.  Is it valid?
Is it equivalent to =G*) or to \(=G*) ?
If it is valid and you have a pointer to some doc about it, that would
be very helpful,


        Stefan





reply via email to

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