all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: Re: Customize interface: The use of "boxed" buttons
Date: Tue, 08 Jun 2004 11:30:15 +0200	[thread overview]
Message-ID: <rj1xkqwg60.fsf@sheridan.dina.kvl.dk> (raw)
In-Reply-To: m365a3x82y.fsf@kfs-l.imdomain.dk

I think that patch will be a great help in usability.  Especially if
we also make similar patch to button.el.  The "hand" button can then
be used as a semi-reliable clue that there is something to click on.

The following patch is not tested:

2004-06-08  Per Abrahamsen  <abraham@dina.kvl.dk>

	* button.el (default-button): Change to hand pointer over
	buttons. 

*** button.el.~1.13.~	2003-10-24 15:33:14.000000000 +0200
--- button.el	2004-06-08 11:23:32.000000000 +0200
***************
*** 78,83 ****
--- 78,84 ----
  (put 'default-button 'mouse-face 'highlight)
  (put 'default-button 'keymap button-map)
  (put 'default-button 'type 'button)
+ (put 'default-button 'pointer 'hand)
  (put 'default-button 'action 'ignore)
  (put 'default-button 'help-echo "mouse-2, RET: Push this button")
  ;; Make overlay buttons go away if their underlying text is deleted.

... 

- It would probably be even better if widget-specify-button just set the
"default-button" category

- There are still code out there (such as Gnus) that implements
buttons manually, it should be fixed too.  Either by adding the hand
pointer, or by changing it to use widget.el or button.el.

  parent reply	other threads:[~2004-06-08  9:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-05 14:12 Customize interface: The use of "boxed" buttons Per Abrahamsen
2004-06-05 22:26 ` Miles Bader
2004-06-06 14:47   ` Per Abrahamsen
2004-06-06 20:55     ` Miles Bader
2004-06-07  7:24       ` Per Abrahamsen
2004-06-07  7:36         ` Miles Bader
2004-06-07  7:10     ` Richard Stallman
2004-06-06 14:31 ` Richard Stallman
2004-06-06 14:53   ` Per Abrahamsen
2004-06-06 17:14     ` Paul Pogonyshev
2004-06-07  7:11     ` Richard Stallman
2004-06-07  7:39       ` Per Abrahamsen
2004-06-07  7:46         ` Miles Bader
2004-06-08 20:31           ` Richard Stallman
2004-06-07  9:29       ` Kim F. Storm
2004-06-07 23:27         ` Kim F. Storm
2004-06-08  6:41           ` David Kastrup
2004-06-08  8:09             ` Kim F. Storm
2004-06-08  8:26               ` David Kastrup
2004-06-08  9:30           ` Per Abrahamsen [this message]
2004-06-06 15:17 ` Per Abrahamsen

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=rj1xkqwg60.fsf@sheridan.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /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.