all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bernardo <bernardo.bacic@pobox.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Invisible mouse cursor with black background
Date: Tue, 08 May 2012 22:13:53 +1000	[thread overview]
Message-ID: <4FA90E01.2080007@pobox.com> (raw)
In-Reply-To: <4FA90B25.2090400@pobox.com>

>> The mouse cursor when over text is a thin I-beam, perhaps two pixels 
>> wide, black and white.  Needless to say it is almost invisible and in 
>> bright ambient light, completely invisible.  How can I change the 
>> colour and/or shape of the pointer (preferably both)?
>>
>> I had a similar problem on the terminal and was able to replace the 
>> I-beam resource file with one I created myself. I'm hoping something 
>> similar is possible for Emacs.
> 
> did you try setting the cursor-type variable?

i must be tired, just realised the question is about the *mouse* pointer


> 
> as for colour, i have this in my .emacs:
> ,----
> | (setq default-frame-alist
> |       '((foreground-color . "black")
> |         (cursor-color     . "Coral")
> |         ; .... other settings
> |         ))
> `----
> 

(mouse-color . "Coral")
should work above

for the shape have a look at
M-: (info "(Elisp)Pointer Shape")



      reply	other threads:[~2012-05-08 12:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07 15:07 Invisible mouse cursor with black background William Morris
2012-05-08 12:01 ` Bernardo
2012-05-08 12:13   ` Bernardo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FA90E01.2080007@pobox.com \
    --to=bernardo.bacic@pobox.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.