[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 7362554: Widen around c-font-lock-fontify-region. This fixes
From: |
Eli Zaretskii |
Subject: |
Re: master 7362554: Widen around c-font-lock-fontify-region. This fixes bug #38049. |
Date: |
Thu, 14 Nov 2019 14:02:54 +0200 |
> From: Dmitry Gutov <address@hidden>
> Date: Tue, 12 Nov 2019 15:36:08 +0200
> Cc: address@hidden
>
> > In all of Emacs, there's just one use of font-lock-dont-widen, in
> > rmail.el, and that is almost certainly for a different reason than your
> > use of it (which is, I believe, having several major modes in a single
> > buffer).
>
> Does RMail use it for quoted pirces of code? If so, it would be similar.
No, Rmail uses that variable because each email message it displays is
just a small portion of a large mbox file, and Rmail narrows the
buffer to exclude all the other email messages. So it wants font-lock
to work only on the narrowed portion of the buffer, as that presents a
single logical unit -- one email message -- to be fontified. So it
has nothing to do with fragments of code embedded in text.
- Several Major Modes. [Was: master 7362554: Widen around c-font-lock-fontify-region. This fixes bug #38049.], (continued)
- Several Major Modes. [Was: master 7362554: Widen around c-font-lock-fontify-region. This fixes bug #38049.], Alan Mackenzie, 2019/11/14
- Re: Several Major Modes. [Was: master 7362554: Widen around c-font-lock-fontify-region. This fixes bug #38049.], Dmitry Gutov, 2019/11/14
- Re: Several Major Modes., Alan Mackenzie, 2019/11/15
- Re: Several Major Modes., Dmitry Gutov, 2019/11/15
- Re: Several Major Modes., Alan Mackenzie, 2019/11/16
- Re: Several Major Modes., Dmitry Gutov, 2019/11/17
- Re: Several Major Modes., Alan Mackenzie, 2019/11/17
- Re: Several Major Modes., Dmitry Gutov, 2019/11/17
- Re: master 7362554: Widen around c-font-lock-fontify-region. This fixes bug #38049., Eli Zaretskii, 2019/11/14
- Re: master 7362554: Widen around c-font-lock-fontify-region. This fixes bug #38049., Dmitry Gutov, 2019/11/15
- Re: master 7362554: Widen around c-font-lock-fontify-region. This fixes bug #38049.,
Eli Zaretskii <=