[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shift-movement selection
From: |
Kim F. Storm |
Subject: |
Re: Shift-movement selection |
Date: |
Mon, 10 Mar 2008 00:57:04 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (gnu/linux) |
Miles Bader <address@hidden> writes:
>> and then call it from wherever it's considered useful
>> (e.g. forward-char, next-line, ...).
That was not an option when I wrote CUA-mode.
If that position has changed now, I'm all in favour of this approach!
This would also allow external packages to simply add code like
(if (fboundp 'activate-on-shift-selecting-movement)
(activate-on-shift-selecting-movement))
[I don't quite like the name tough].
Easier would be (shift-region-check) or some such.
> The method I showed earlier seems almost as simple, and has the
> advantage that it's very unintrusive -- you only need to worry about the
> commands which implement the special behavior -- and seems to work
> pretty well.
Can't we just combine the two methods (actually three - using the
deactivate-mark 'only instead of transient-mark-mode 'only)?
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: position on changing defaults?, (continued)
- Re: position on changing defaults?, Richard Stallman, 2008/03/08
- deactivation in "shift-select" mode, Miles Bader, 2008/03/07
- Re: deactivation in "shift-select" mode, Chong Yidong, 2008/03/07
- Re: deactivation in "shift-select" mode, Miles Bader, 2008/03/07
- Re: deactivation in "shift-select" mode, Miles Bader, 2008/03/07
- Re: deactivation in "shift-select" mode, Kim F. Storm, 2008/03/08
- Re: position on changing defaults?, Richard Stallman, 2008/03/09
- Re: position on changing defaults?, Miles Bader, 2008/03/09
- Shift-movement selection (was: position on changing defaults?), Stefan Monnier, 2008/03/09
- Re: Shift-movement selection, Miles Bader, 2008/03/09
- Re: Shift-movement selection,
Kim F. Storm <=
- Re: Shift-movement selection, Miles Bader, 2008/03/09
- Re: Shift-movement selection, Stefan Monnier, 2008/03/10
- Re: Shift-movement selection, Stefan Monnier, 2008/03/10
- Re: Shift-movement selection, Stefan Monnier, 2008/03/09
- Re: Shift-movement selection, Miles Bader, 2008/03/10
- Re: Shift-movement selection, Stefan Monnier, 2008/03/10
- Re: Shift-movement selection, Kim F. Storm, 2008/03/10
- Re: Shift-movement selection, Stefan Monnier, 2008/03/10
- Re: Shift-movement selection, Lennart Borgman (gmail), 2008/03/10
- Re: Shift-movement selection, Richard Stallman, 2008/03/11