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

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

Re: sh-mode font-lock error


From: Glenn Morris
Subject: Re: sh-mode font-lock error
Date: Tue, 18 Jul 2006 17:54:10 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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
}





reply via email to

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