[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Font-lock in COMINT modes
From: |
Richard Stallman |
Subject: |
Re: Font-lock in COMINT modes |
Date: |
Fri, 08 Dec 2006 20:26:27 -0500 |
Here is the change which altered the default behavior in comint modes.
----------------------------
revision 1.348
date: 2006-09-28 19:09:19 +0000; author: rms; state: Exp; lines: +4 -1
(comint-mode): Bind font-lock-defaults non-nil.
----------------------------
I'm sure I did this to fix a bug, but I can't find any discussion
about it. Maybe it was so facemenu-enable-faces-p would return nil.
As far as I can see, if font-lock-defaults is nil, that is equivalent
to (nil). How do you conclude that nil would be equivalent to (nil t)?
But that is a side issue. If the value (nil t) is better, we can
switch to it. Do people agree it is better?
- Font-lock in COMINT modes, JD Smith, 2006/12/06
- Re: Font-lock in COMINT modes, JD Smith, 2006/12/07
- Re: Font-lock in COMINT modes, JD Smith, 2006/12/07
- Re: Font-lock in COMINT modes,
Richard Stallman <=
- Re: Font-lock in COMINT modes, JD Smith, 2006/12/08
- Re: Font-lock in COMINT modes, Stefan Monnier, 2006/12/08
- Re: Font-lock in COMINT modes, JD Smith, 2006/12/11
- Re: Font-lock in COMINT modes, Richard Stallman, 2006/12/12
- Message not available
- Re: Font-lock in COMINT modes, Richard Stallman, 2006/12/18
- Re: Font-lock in COMINT modes, Chong Yidong, 2006/12/18
- Re: Font-lock in COMINT modes, Stefan Monnier, 2006/12/18
- Re: Font-lock in COMINT modes, Richard Stallman, 2006/12/20
- Re: Font-lock in COMINT modes, Stefan Monnier, 2006/12/20
- Re: Font-lock in COMINT modes, Richard Stallman, 2006/12/09