From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: don fisher Newsgroups: gmane.emacs.help Subject: changing the shape/visability of the mouse-pointer Date: Thu, 23 Jan 2003 15:40:56 -0700 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E306F78.547360CF@as.arizona.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043361750 31658 80.91.224.249 (23 Jan 2003 22:42:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2003 22:42:30 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18bq3J-0008ET-00 for ; Thu, 23 Jan 2003 23:42:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bq3H-0001aU-04 for gnu-help-gnu-emacs@m.gmane.org; Thu, 23 Jan 2003 17:42:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18bq2p-0001G5-00 for help-gnu-emacs@gnu.org; Thu, 23 Jan 2003 17:41:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18bq2l-000179-00 for help-gnu-emacs@gnu.org; Thu, 23 Jan 2003 17:41:56 -0500 Original-Received: from aspc12.as.arizona.edu ([128.196.210.105]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bq2X-0000fS-00 for help-gnu-emacs@gnu.org; Thu, 23 Jan 2003 17:41:41 -0500 Original-Received: from as.arizona.edu (localhost [127.0.0.1]) by aspc12.as.arizona.edu (8.12.6/8.12.5) with ESMTP id h0NMevvj022041 for ; Thu, 23 Jan 2003 15:40:57 -0700 X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.20 i686) X-Accept-Language: en Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5915 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5915 I do not subscribe normally to this list, so please copy me direct. Is there any way to change the mouse pointer from XC_xterm to something else. When I use small fonts, this cursor is hard to track/see. XC_sb_v_double_arrow is similar, but XC_top_left_arrow would work also. I can recompile the code, but I assumed there must be an easier way. Sorry if this is a real dumb one;-) don