emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Menu again.


From: Nick Roberts
Subject: Re: Menu again.
Date: Sat, 26 Mar 2005 13:45:46 +1200

 > 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]