From: David Kastrup <dak@gnu.org>
Cc: emacs-devel@gnu.org, storm@cua.dk
Subject: Re: Menu again.
Date: Sat, 26 Mar 2005 02:28:47 +0100 [thread overview]
Message-ID: <x5psxnure8.fsf@lola.goethe.zz> (raw)
In-Reply-To: <16964.48842.86308.866534@farnswood.snap.net.nz> (Nick Roberts's message of "Sat, 26 Mar 2005 13:45:46 +1200")
Nick Roberts <nickrob@snap.net.nz> writes:
> > 2) Move Options=>Blinking Cursor to Appearence submenu?
> >
> > [ ] Yes [ ] No
>
> I don't have strong views about what goes in the options menu-bar but how
> about toggling the blinking cursor with a mouse-3 click on the cursor?
> As in (mouse-save-then-kill):
>
>
> (let ((click-posn (posn-point (event-start click)))
> ;; Don't let a subsequent kill command append to this one:
> ;; prevent setting this-command to kill-region.
> (this-command this-command))
> + (if (eq (point) click-posn) (blink-cursor-mode))
>
> Maybe its a bit too radical and possibly might seem unhelpful but I don't
> think I would click mouse-3 on the cursor accidently.
Uh, that's what one deletes text with. Anyway, special mouse clicks
are useful for momentary actions, like selecting and deleting text or
opening a popup window.
I think it would be _very_ strange to let them toggle a preference
option (which one usually sets up once and saves), let alone cursor
blinking.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
next prev parent reply other threads:[~2005-03-26 1:28 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-24 14:11 Menu again David Kastrup
2005-03-24 14:37 ` Jason Rumney
2005-03-24 15:21 ` David Kastrup
2005-03-24 15:00 ` Luc Teirlinck
2005-03-24 15:32 ` David Kastrup
2005-03-24 15:55 ` Luc Teirlinck
2005-03-25 22:42 ` Kim F. Storm
2005-03-25 23:28 ` David Kastrup
2005-03-26 1:45 ` Nick Roberts
2005-03-26 1:28 ` David Kastrup [this message]
2005-03-26 2:15 ` Luc Teirlinck
2005-03-26 3:40 ` Blinking Cursor (was Re: Menu again.) Nick Roberts
2005-03-26 10:50 ` Blinking Cursor David Kastrup
2005-03-26 12:58 ` Nick Roberts
2005-03-27 3:53 ` Blinking Cursor (was Re: Menu again.) Richard Stallman
2005-03-26 2:56 ` Menu again Luc Teirlinck
2005-03-26 8:16 ` Jan D.
2005-03-27 3:53 ` Richard Stallman
2005-03-25 22:44 ` Kim F. Storm
2005-03-26 2:18 ` Richard Stallman
2005-03-26 10:57 ` David Kastrup
2005-03-28 21:52 ` Kim F. Storm
2005-05-31 4:18 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=x5psxnure8.fsf@lola.goethe.zz \
--to=dak@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=storm@cua.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.