> ...mouse-3 would not help them, because they would need to read the docs
> before finding out about it.
No but it might help those who have already read the docs.
> Moreover, mouse-3 is already taken for other purposes.
Not to give in (too) easily:
(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 (and (not mark-active)
(eq (point) click-posn)) (blink-cursor-mode))
What does it interfere with now?
Nick
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel