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

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

Re: Cursor invisible on text with "default" face in Emacs on Windows


From: Pascal J. Bourguignon
Subject: Re: Cursor invisible on text with "default" face in Emacs on Windows
Date: Wed, 08 Dec 2010 15:18:05 -0000
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/23.2 (gnu/linux)

Deniz Dogan <deniz.a.m.dogan@gmail.com> writes:

> This is essentially my .emacs:
>
> (set-foreground-color "white")
> (set-background-color "black")
>
> However, when the cursor is on text with the "default" face, the
> cursor is invisible. Why is this?

Because you need to set the cursor color too.

       (set-cursor-color     "red")
       (when (fboundp 'set-mouse-color)
         (set-mouse-color     "yellow"))



-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


reply via email to

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