unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
Cc: emacs-devel@gnu.org
Subject: Re: Menu again.
Date: Sat, 26 Mar 2005 13:45:46 +1200	[thread overview]
Message-ID: <16964.48842.86308.866534@farnswood.snap.net.nz> (raw)
In-Reply-To: <m3psxn9wkv.fsf@kfs-l.imdomain.dk>


 > 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.


Nick

  parent reply	other threads:[~2005-03-26  1:45 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 [this message]
2005-03-26  1:28           ` David Kastrup
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

  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=16964.48842.86308.866534@farnswood.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=emacs-devel@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).