jed-users mailing list

[2025 Date Index] [2025 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [jed-users] Re: del_region() tremendously slow


Ulli Horlacher <framstag@xxxxxxxxxxxxxxxxxxxx> wrote:
[...]
> In edt.sl there is:
>
> define edt_cut()
>{
>    variable b;
>    ifnot (dupmark()) return;
>    b = whatbuf();
>    setbuf(edt_pbuf);
>    erase_buffer();
>    setbuf(b);
>    copy_region(edt_pbuf);
>    del_region();
>}
>
> Is here copy_region() the slowing down problem-function?

I don't think so.  It is the del_region function that is causing it to
be slow.  Try the latest snapshot.

Thanks,
--John

>
>
> -- 
> Ullrich Horlacher              Server und Virtualisierung
> Rechenzentrum TIK
> Universitaet Stuttgart         E-Mail: horlacher@xxxxxxxxxxxxxxxxxxxx
> Allmandring 30a                Tel:    ++49-711-68565868
> 70569 Stuttgart (Germany)      WWW:    https://www.tik.uni-stuttgart.de/
> REF:<20250128042121.34BE454D2B@xxxxxxxxxxx>
> _______________________________________________
> For list information, visit <http://jedsoft.org/jed/mailinglists.html>.
>
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2025 date index] [2025 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]