[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5502: compile.el uses non-mode-line faces in the mode line
From: |
Glenn Morris |
Subject: |
bug#5502: compile.el uses non-mode-line faces in the mode line |
Date: |
Thu, 14 Jul 2011 17:14:12 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Karl Berry wrote:
> 2. I still wish there was a supported way to simply turn off all
> colorization, fontification, whatever you want to call it, without
> affecting functionality. All those color changes are just a distraction
> for me. I just want black and white, the way Emacs was for many years.
> But obviously again I'm the only dinosaur who feels like this, so I
> guess again that's just the way it'll stay.
Just for fun, I tried:
emacs -Q --eval '(defun display-color-p (&optional display) nil)'
How does that look to you...?