sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.15k stars 201 forks source link

Cursor Becomes Invisible #59

Closed bunnylushington closed 12 years ago

bunnylushington commented 12 years ago

When using commit f41e9e4db66 (28 Apr 12) and after, all new buffers appear with invisible cursors. There are no (obvious) error messages displayed. Explicitly setting the cursor face causes the cursor to appear although buffers minted afterwards continue to have an invisible cursor.

emacs version: GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 on bob.porkrind.org color-theme version: 6.6.0

I'm happy to provide further information if required. Thanks!

sellout commented 12 years ago

A few questions:

sellout commented 12 years ago

I'm guessing that this is some 8-color terminal weirdness, since I do some tricks to try to turn an 8-color term into a 12-color term. But I'm not sure what's happening specifically.

sellout commented 12 years ago

Oh, one other question – are you using the light or dark Emacs theme, and a light or dark terminal theme?

bunnylushington commented 12 years ago

Thanks for your (very) prompt response.

sellout commented 12 years ago

Oh, that was a much simpler bug than I thought … I had just grabbed the wrong color for the cursor definition (the cursor face is defined confusingly, IMO).

Anyway, should be better now. Sorry about that.