[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: |
Mon, 29 Nov 2010 11:01:25 +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:
>
>> Insert the following in your .emacs file...
>> ;; show-wspace (from package emacs-goodies-el)
>> (when (try-require 'show-wspace)
>
> I don't have emacs-goodies-el or wspace, so I suspect that this isn't a
> Gnus issue, but rather an issue with third-party libraries.
I wanted to give you the shortest example, but adding the following to your
`.emacs' is sufficient to get the same effect:
--8<---------------cut here---------------start------------->8---
;; highlight tabs in all modes
(add-hook 'font-lock-mode-hook
'(lambda ()
(font-lock-add-keywords
nil
'(("\t" 0 'trailing-whitespace prepend)))))
--8<---------------cut here---------------end--------------->8---
Gnus looses its colors, after Emacs restart.
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, 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