[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Blinking Cursor (was Re: Menu again.)
From: |
Nick Roberts |
Subject: |
Blinking Cursor (was Re: Menu again.) |
Date: |
Sat, 26 Mar 2005 15:40:41 +1200 |
> ...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
- Menu again., David Kastrup, 2005/03/24
- Re: Menu again., Luc Teirlinck, 2005/03/24
- Re: Menu again., David Kastrup, 2005/03/24
- Re: Menu again., Luc Teirlinck, 2005/03/24
- Re: Menu again., Kim F. Storm, 2005/03/25
- Re: Menu again., Kim F. Storm, 2005/03/25
- Re: Menu again., David Kastrup, 2005/03/25
- Re: Menu again., Nick Roberts, 2005/03/25
- Re: Menu again., David Kastrup, 2005/03/25
- Re: Menu again., Luc Teirlinck, 2005/03/25
- Blinking Cursor (was Re: Menu again.),
Nick Roberts <=
- Re: Blinking Cursor, David Kastrup, 2005/03/26
- Re: Blinking Cursor, Nick Roberts, 2005/03/26
- Re: Blinking Cursor (was Re: Menu again.), Richard Stallman, 2005/03/26
- Re: Menu again., Luc Teirlinck, 2005/03/25
- Re: Menu again., Jan D., 2005/03/26
- Re: Menu again., Richard Stallman, 2005/03/26
- Re: Menu again., Richard Stallman, 2005/03/25
- Re: Menu again., David Kastrup, 2005/03/26
- Re: Menu again., Kim F. Storm, 2005/03/28
Re: Menu again., Jason Rumney, 2005/03/24