[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inconsistency in font-lock
From: |
Glenn Morris |
Subject: |
Re: Inconsistency in font-lock |
Date: |
Wed, 25 Apr 2007 23:13:17 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
martin rudalics wrote:
> It's not nice. We should write:
>
> (defun font-lock-default-fontify-region (beg end &optional loudly)
But the one time font-lock-fontify-region-function is actually called
(AFAICS; in font-lock.el), it's called with three arguments, so what's
the point in the 3rd one being optional? But your suggestion seems the
simplest.
I imagine anyone writing a font-lock-fontify-region-function function
can figure out what to do.
- Inconsistency in font-lock, Herbert Euler, 2007/04/25
- Re: Inconsistency in font-lock, martin rudalics, 2007/04/25
- Re: Inconsistency in font-lock,
Glenn Morris <=
- Re: Inconsistency in font-lock, Stefan Monnier, 2007/04/25
- Re: Inconsistency in font-lock, Herbert Euler, 2007/04/26
- Re: Inconsistency in font-lock, martin rudalics, 2007/04/26
- Re: Inconsistency in font-lock, Stefan Monnier, 2007/04/26
- Re: Inconsistency in font-lock, Herbert Euler, 2007/04/26
- Re: Inconsistency in font-lock, Stefan Monnier, 2007/04/26
- Re: Inconsistency in font-lock, martin rudalics, 2007/04/26