Re: font-lock confused in sh-script-mode

2006-08-09 Thread Reiner Steib
On Tue, Aug 08 2006, Stefan Monnier wrote: > I believe this is now fixed, Yes, thanks. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ ___ emacs-pretest-bug mailing list emacs-pretest-

Re: font-lock confused in sh-script-mode

2006-08-08 Thread Stefan Monnier
>>> The buffer is font-locked incorrectly, see the attached screen shot: >> [...] >>> It seems like the unbalanced backquote in the comment «# force `ro» in >>> combination with the two «echo "... \\"» confused font-lock. >> >> I don't see anything wrong in the screen shot. > Sorry, for some reas

Re: font-lock confused in sh-script-mode

2006-07-28 Thread Reiner Steib
On Thu, Jul 27 2006, Reiner Steib wrote: > On Wed, Jul 26 2006, Reiner Steib wrote: > >> It seems like the unbalanced backquote in the comment «# force `ro» in >> combination with the two «echo "... \\"» confused font-lock. > > Another example: And yet another... sh-font-lock-10.png Descriptio

Re: font-lock confused in sh-script-mode

2006-07-27 Thread Reiner Steib
On Wed, Jul 26 2006, Reiner Steib wrote: > It seems like the unbalanced backquote in the comment «# force `ro» in > combination with the two «echo "... \\"» confused font-lock. Another example: --8<---cut here---start->8--- #!/bin/sh echo 'Running $Id: quotas

Re: font-lock confused in sh-script-mode

2006-07-26 Thread Reiner Steib
On Wed, Jul 26 2006, Stefan Monnier wrote: >> The buffer is font-locked incorrectly, see the attached screen shot: > [...] >> It seems like the unbalanced backquote in the comment «# force `ro» in >> combination with the two «echo "... \\"» confused font-lock. > > I don't see anything wrong in the

Re: font-lock confused in sh-script-mode

2006-07-26 Thread Stefan Monnier
> Open the following file in emacs (emacs -Q sh-bogus-comment.sh): > --8<---cut here---start->8--- > #!/bin/sh > do_untrusted() > { > : ${squash:="squash_uids=0-149"} > for host in $pc_untrusted; do > # force `ro > echo " $host($squash,ro,sync)\\"

font-lock confused in sh-script-mode

2006-07-26 Thread Reiner Steib
M-x report-emacs-bug wrote: > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: Open the following file in emacs (emacs -Q sh-bogus-comment.sh): --8<---cut here---start->8--- #!/bin/sh do_untrusted() { : ${squash: