Stefan Monnier wrote:
> Thanks. I've reverted it. It's actually a patch I had suggested
> (mistakenly as I know see) and was waiting for confirmation that it
> fixes another bug. So, back to that other bug,
Thanks. I get the impression (catching up on emacs mailing lists) you
are trying to fix font-locking of quoted and nested things. FYI, the
following (not uncommon, I would have thought) construct currently
does not fontify correctly. I'm pretty sure it used to...
#!/bin/bash
echo "the time is `date`"
## now everything is fontified as string.
[ $i -eq $j ] && {
echo "blah"
exit 1
}
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug