all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* OS X cursor color wrong?
@ 2003-02-21  2:49 Daniel Risacher
  0 siblings, 0 replies; only message in thread
From: Daniel Risacher @ 2003-02-21  2:49 UTC (permalink / raw)



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                      magnus@alum.mit.edu

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-21  2:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-21  2:49 OS X cursor color wrong? Daniel Risacher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.