jed-users mailing list

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

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


I have an addon question:

On Tue 2025-01-28 (08:36), Ulli Horlacher 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();
> }

In edt.sl :

edt_pbuf = " <edt>";

When I call bufed (with ^X ^B) I do not see this buffer.
Maybe because its name starts with a space?

How can I switch nevertheless to this buffer?


-- 
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:<20250128073639.GA3742638@xxxxxxxxxxxxxxxxxxxx>
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


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