[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shift selection using interactive spec
From: |
David Kastrup |
Subject: |
Re: Shift selection using interactive spec |
Date: |
Fri, 14 Mar 2008 01:10:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Thomas Lord <address@hidden> writes:
> A problem (in my view) with such an approach
> is that transient mark mode has the wrong semantics
> to implement shift-marking.
>
> Transient mark mode is just about the appearance
> of the display -- whether or not the current region
> is highlighted.
Uh, no. It is also about whether or not the current region is actively
modifying a number of commands.
> Shift-marking and other kinds of popular-style marking
> are about more than display -- it's about marks that go away
> by default, unless you keep them.
That's what the "transient" in "transient-mark-mode" is about. Look it
up in a dictionary. It has to be transient because it modifies the
behavior of many commands, and thus you want it deactivated as soon as
it may no longer be relevant.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Shift selection using interactive spec, Chong Yidong, 2008/03/13
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/13
- Re: Shift selection using interactive spec,
David Kastrup <=
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/13
- Re: Shift selection using interactive spec, David Kastrup, 2008/03/14
- Re: Shift selection using interactive spec, Johan Bockgård, 2008/03/14
- Re: Shift selection using interactive spec, David Kastrup, 2008/03/14
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/14
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/14
- Re: Shift selection using interactive spec, David Kastrup, 2008/03/14
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/14
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/14
- Re: Shift selection using interactive spec, David Kastrup, 2008/03/14