From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "George Nurser" Newsgroups: gmane.emacs.help Subject: how to change mouse pointer color Date: Thu, 15 Mar 2007 10:20:27 +0000 Message-ID: <1d1e6ea70703150320r1236f36bjb008ce3a4fc2559f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173954058 14576 80.91.229.12 (15 Mar 2007 10:20:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Mar 2007 10:20:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 15 11:20:52 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HRn4f-0007h6-JY for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Mar 2007 11:20:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRn5e-0002Vb-E1 for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Mar 2007 05:21:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRn5R-0002Rs-Bd for help-gnu-emacs@gnu.org; Thu, 15 Mar 2007 06:21:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRn5P-0002OJ-Fu for help-gnu-emacs@gnu.org; Thu, 15 Mar 2007 06:21:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRn5P-0002O0-6e for help-gnu-emacs@gnu.org; Thu, 15 Mar 2007 05:21:31 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRn4P-0000xD-Eu for help-gnu-emacs@gnu.org; Thu, 15 Mar 2007 06:20:29 -0400 Original-Received: by ug-out-1314.google.com with SMTP id j3so291935ugf for ; Thu, 15 Mar 2007 03:20:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JAS9Z6XLd7k2KdLMCaJNTt8mRqwBefWYAZ95t2lzMfoFP3u1UegbT4aEC6yT/2zm9JSsk1KlBq3ji7kvLfRL8Bv83hYcpQCoTEXvZB3eGxzxktU4m5yv6xP58JCEdROZ7FhRhhjXGi8kBLKhkBPrc/DQBA8azM32AJZFZ7Ks8oU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GM905I9LrFsWpfmhGRT+bhnY8tDYBMrW35MSBNGH8/GMOaNYHbbx7YTciHsQAGw2jC+wD4RIwdj8CT+QDindmy2OWHTsdtzMmUrZ/k+fKAz2gTiz73dPZdAWabnmOLCkKp3er7Kzo9Qj8R7kDjL/atfWkZDthSJYAb7vQSp8qcY= Original-Received: by 10.114.155.1 with SMTP id c1mr153304wae.1173954027236; Thu, 15 Mar 2007 03:20:27 -0700 (PDT) Original-Received: by 10.114.171.2 with HTTP; Thu, 15 Mar 2007 03:20:27 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41980 Archived-At: I am using v22.0.90.2 of emacs on a linux host, viewed on a Mac through X11. It is giving me a yellow mouse pointer [hand/arrow/ibeam]. As I use a white background this is not working well. I tried adding (set-mouse-color "black") to my .emacs, both at the end and beginning but it seems to have no effect. How do I change its color? George Nurser.