On 2008-04-02 21:34 +0200, Vincent Lefevre wrote: > On 2008-03-21 19:23:51 +0100, Géraud Meyer wrote: >> $ cat test.sh >> #!/bin/sh >> echo don\'t >> $ emacs -q test.sh >> >> emacs highlights the `t' from don\'t as a string, whereas it is not, >> except maybe in an rc script. > > Same problem here, on: > > #!/bin/bash > if [[ "$1" = a[\'b]c ]]; then > echo OK > fi > > It is fixed in emacs-snapshot (I've checked both scripts).
The fix is already contained in Emacs 22.2. However, it has created another problem, see the thread starting at http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg02750.html. Sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

