emacs-devel
[Top][All Lists]
Advanced

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

OS X cursor color wrong?


From: Daniel Risacher
Subject: OS X cursor color wrong?
Date: Thu, 20 Feb 2003 21:49:19 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.90 (i686-pc-linux-gnu)

When using the Carbon port, the cursor color doesn't seem particularly
consistent.  I use the following chunk of elisp:

(if (eq window-system 'mac) 
    (progn 
      (set-cursor-color "red")
      (set-foreground-color "khaki")
      (set-background-color "MidnightBlue")))
(global-font-lock-mode 1)

Which works, mostly, except that the cursor color varies between black
and red, depending on the underlying text face.  

Is this the expected behavior?  Can other people confirm it?

Build info:
GNU Emacs 21.3.50.2 (powerpc-apple-darwin6.4) of 2003-02-20 on 
hairball.risacher.org

-- 
     "The blues are multicolored."   -- Dave Lambert

Daniel Risacher                      address@hidden




reply via email to

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