unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon Marshall <simon@gnu.org>
Cc: simon@gnu.org
Subject: Re: Default cursor for x-sensitive-text-pointer-shape
Date: Mon, 22 Apr 2002 06:24:41 -0400	[thread overview]
Message-ID: <E16zazx-0008JK-00@fencepost.gnu.org> (raw)

> We may as well make Emacs compatible with what users expect.  Can you
> send a patch?

Seems those who expressed a preference preferred a hand pointer.
I prefer hand2, as does netscape on my Sun box, so here's a patch.

2002-04-22  Simon Marshall  <simon@gnu.org>

	* xfns.c (x_set_mouse_color): Change default for cross_cursor
	to XC_hand2.

*** /rvcarma/marshals/ftp/emacs-pretest/src/xfns.c.~6~	Mon Mar 18 09:39:15 2002
--- /rvcarma/marshals/ftp/emacs-pretest/src/xfns.c	Mon Apr 22 10:53:22 2002
***************
*** 1517,1523 ****
  	= XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
      }
    else
!     cross_cursor = XCreateFontCursor (dpy, XC_crosshair);
  
    if (!NILP (Vx_window_horizontal_drag_shape))
      {
--- 1517,1523 ----
  	= XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
      }
    else
!     cross_cursor = XCreateFontCursor (dpy, XC_hand2);
  
    if (!NILP (Vx_window_horizontal_drag_shape))
      {

Diff finished at Mon Apr 22 11:20:09

             reply	other threads:[~2002-04-22 10:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-22 10:24 Simon Marshall [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-04-19 14:31 Default cursor for x-sensitive-text-pointer-shape Marshall, Simon
2002-04-19 16:06 ` Eli Zaretskii
2002-04-19 23:07   ` Miles Bader
2002-04-20 17:27 ` Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E16zazx-0008JK-00@fencepost.gnu.org \
    --to=simon@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).