> 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


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to