bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16167: 24.3; rcirc coloring incompatible with global-whitespace-mode


From: Leo Liu
Subject: bug#16167: 24.3; rcirc coloring incompatible with global-whitespace-mode
Date: Tue, 17 Dec 2013 08:36:01 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.9)

On 2013-12-16 21:07 +0800, Felix S. Klock II wrote:
> 1. Start `emacs -Q'
>
> 2. Invoke `M-x rcirc`, go to a channel.
>
> 3. Observe: As messages arrive, user nicknames are colored by default.
>
> 4. Quit emacs, restart `emacs -Q'
>
> 5. In *scratch*, eval `(global-whitespace-mode 1)'
>
> 6. Invoke `M-x rcirc`, go to a channel.
>
> 7. Observe that when messages come in, user nicknames are not colored.

The colours in rcirc buffers aren't set by font-locking. white-space
mode re-font-lock the buffer and as such colours are removed. So white
space mode is likely to cause problems in other places.

Leo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]