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). -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

