[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about copy-region-as-kill
From: |
Richard Stallman |
Subject: |
Re: Question about copy-region-as-kill |
Date: |
Tue, 9 Apr 2002 06:07:48 -0600 (MDT) |
If we had extents like mechanism as the underlying implementation of
both text properties and overlays, then I could fall back to just using
the raw extents interface to solve my problem.
That would be indistinguishable in practice form using overlays for
everything. It would not be terribly hard to do this, but if indeed
overlays are slower, then this will make everything that now uses text
properties slower.
Are overlays actually slower, for something like font-lock?
I don't know.
I agree with you that text properties and
overlays cover the majority of cases, but I think there is something
more fundamental lying behind both of them.
I don't think overlays (whether you call them "extents" or not)
are lying behind text properties.
- Re: Question about copy-region-as-kill, (continued)
- Re: Question about copy-region-as-kill, Miles Bader, 2002/04/06
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/07
- Re: Question about copy-region-as-kill, Miles Bader, 2002/04/07
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/07
- Re: Question about copy-region-as-kill, Alex Schroeder, 2002/04/07
- Re: Question about copy-region-as-kill, Miles Bader, 2002/04/07
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/07
- Re: Question about copy-region-as-kill, Miles Bader, 2002/04/08
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/09
- Re: Question about copy-region-as-kill, Richard Stallman, 2002/04/10
- Re: Question about copy-region-as-kill,
Richard Stallman <=
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/09
- Re: Question about copy-region-as-kill, John Wiegley, 2002/04/07
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/07
- Re: Question about copy-region-as-kill, Richard Stallman, 2002/04/07
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/07
- Re: Question about copy-region-as-kill, Richard Stallman, 2002/04/09
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/09
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/06
- Re: Question about copy-region-as-kill, Miles Bader, 2002/04/06
- Re: Question about copy-region-as-kill, Colin Walters, 2002/04/07