[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: something like linum.el ought to be added
From: |
Richard Stallman |
Subject: |
Re: something like linum.el ought to be added |
Date: |
Tue, 11 Sep 2007 16:30:43 -0400 |
>> Is it efficient enough?
>
> Many users have reported good success, and it works well for me too.
> Please let me know if it doesn't work for you.
I'd like some people here that have slow machines to try it and
report whether it is fast enough to be usable for them.
A large number of overlays is slowing down every operation in the
buffer. Having a set of 50 or so that is only adjusted upon redraw
should be the fastest option for that reason. If the overlay creation
is time-critical, one might move keep some off-screen overlays in a
separate list for reuse and detach them from the buffer temporarily.
Those sound like improvements.
- Re: something like linum.el ought to be added, (continued)
- Re: something like linum.el ought to be added, Richard Stallman, 2007/09/14
- RE: something like linum.el ought to be added, brianjiang, 2007/09/14
- Re: something like linum.el ought to be added, Markus Triska, 2007/09/14
- Re: something like linum.el ought to be added, Juanma Barranquero, 2007/09/15
- Re: something like linum.el ought to be added, Markus Triska, 2007/09/15
- Re: something like linum.el ought to be added, Juanma Barranquero, 2007/09/15
- Re: something like linum.el ought to be added,
Richard Stallman <=
- Re: something like linum.el ought to be added, Richard Stallman, 2007/09/11
- Re: something like linum.el ought to be added, Markus Triska, 2007/09/12
- Re: something like linum.el ought to be added, martin rudalics, 2007/09/12
- Re: something like linum.el ought to be added, Markus Triska, 2007/09/12
- Re: something like linum.el ought to be added, martin rudalics, 2007/09/12
- Re: something like linum.el ought to be added, Markus Triska, 2007/09/12
- Re: something like linum.el ought to be added, Juanma Barranquero, 2007/09/15
- Re: something like linum.el ought to be added, Markus Triska, 2007/09/15
- Re: something like linum.el ought to be added, Juanma Barranquero, 2007/09/15
- Re: something like linum.el ought to be added, Richard Stallman, 2007/09/16