KMahoney / kpm-list

An Emacs buffer list
BSD 2-Clause "Simplified" License
20 stars 3 forks source link

Colors not showing up #2

Closed ZaneA closed 13 years ago

ZaneA commented 13 years ago

Hi there, apologies if I'm missing something obvious but I've been using kpm-list for a while now and only just realised that the colors (as indicated in your screenshot) aren't showing up in my Grouped Buffer List. Is there anything extra that I have to do for these to work? I thought I might have to set these up myself but after looking through kpm-list.el it looks like the fonts are all set up with defaults anyway. Probably just an oversight on my part.

Any help is appreciated, cheers for the awesome mode!

KMahoney commented 13 years ago

Hi there, thanks for using it.

Are you getting no colours at all? The screenshot is taken with 'kpm-list-highlight-relative' on and that might make a difference. The first thing I would do is set kpm-list-(...)-face faces to something clear, and if they're definitely not displaying it could be that I just haven't tested it with your version of Emacs. I use Emacs-23 currently.

A less likely reason is that I haven't properly namespaced the code (yet), and it could be interacting badly with other lisp code. It's on my todo list. If all else fails, start up a vanilla emacs (I think this is a command line option) and load the kpm-list.el file. Let me know if it then works.

ZaneA commented 13 years ago

Not too sure what the problem is, I'm getting no colours at all under Emacs-23 but I think I may have some conflicting elisp somewhere, I noticed shortly after submitting this issue that it does indeed work if I don't load up my .emacs. I've just tried out your namespaced version and that still seems to have the problem, but thank you for giving that a shot and I'll let you know if I find out the cause! kpm-list still works great even without the colours :)

ZaneA commented 13 years ago

I seem to have narrowed the problem down to rainbow-mode (http://julien.danjou.info/rainbow-mode.html) which removes the colours when toggled on in the Grouped Buffer List. I'll investigate this further but I don't think this is an issue with kpm-list itself any more, so I'll close this issue. Cheers!

KMahoney commented 13 years ago

Ok, thanks for narrowing it down. I might take a look into it further if I get some time to kill. rainbow-mode looks useful, I'll have to try that out.