[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 23.2 with Gnus 5.13 = Loss of color
From: |
Sébastien Vauban |
Subject: |
Re: Emacs 23.2 with Gnus 5.13 = Loss of color |
Date: |
Thu, 25 Nov 2010 09:34:58 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) |
Hi Lars,
Lars Magne Ingebrigtsen wrote:
> Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
>
>> Can you try the above (I think there were some extra lines in the code) and
>> see if it affects your Gnus as well?
>
> If you can find a minimal conf case that shows the error, I can try to
> debug.
Thanks for helping.
Insert the following in your .emacs file...
--8<---------------cut here---------------start------------->8---
;; show-wspace (from package emacs-goodies-el)
(when (try-require 'show-wspace)
;; Highlight tabs
(add-hook 'font-lock-mode-hook 'show-ws-highlight-tabs)
;; Highlight trailing whitespace
(add-hook 'font-lock-mode-hook 'show-ws-highlight-trailing-whitespace)
;; Highlight non-breaking spaces
(add-hook 'font-lock-mode-hook 'show-ws-highlight-hard-spaces))
--8<---------------cut here---------------end--------------->8---
... and Gnus becomes black and white only...
Thanks a lot.
Best regards,
Seb
--
Sébastien Vauban
- Emacs 23.2 with Gnus 5.13 = Loss of color, Alun Evans, 2010/12/09
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Lars Magne Ingebrigtsen, 2010/12/09
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Alun Evans, 2010/12/09
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Sébastien Vauban, 2010/12/08
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Lars Magne Ingebrigtsen, 2010/12/09
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Sébastien Vauban, 2010/12/08
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Lars Magne Ingebrigtsen, 2010/12/09
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color,
Sébastien Vauban <=
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Lars Magne Ingebrigtsen, 2010/12/09
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Sébastien Vauban, 2010/12/08
- Re: Emacs 23.2 with Gnus 5.13 = Loss of color, Lars Magne Ingebrigtsen, 2010/12/09