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

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

Re: small bug in font-lock code fixed


From: Stefan Monnier
Subject: Re: small bug in font-lock code fixed
Date: Mon, 20 Jun 2005 08:38:56 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>      ((font-latex-commented-outp)
>       ;; Return a nul match such that we skip over this pattern.
>       ;; (Would be better to skip over internally to this function)
>       ;; Using `prepend' won't help here, because the problem is that
>       ;; scan-sexp *fails* to find a commented-out matching bracket!
>       (store-match-data (list nil nil))
>       t)

This is a bug in font-latex.  If there's no match, it should either return
nil or loop around and try to find another patch before returning.


        Stefan




reply via email to

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