lazy_cod3R
09-07-2001, 03:34 PM
Hello,
is anyone aware of how xemacs does their file editng of the same
file at the exact same time with 2 or more people.
I was once able to share the same file over many terminals ,
which alowed for a friend to type one fucntion at the top of
the file whilst i was editing something lower in the file (simultaneously).
Does xemacs do this with a shared buffer or does it do it by
moving the cursor pos up and down really fast so it gives the
impression that there are 2 cursors.
Could someone please give me information or point me to a good
place where i can find out how this is done.
Also in general another thing i would like to know is for example when i try to assign the .Text property of a textbox like
t1.Text=a where a is a string referance when i type into the t1 text box does it write into the memeroy address of a or does t1 have its own buffer where all the strings are stored.
Thanks in advance
is anyone aware of how xemacs does their file editng of the same
file at the exact same time with 2 or more people.
I was once able to share the same file over many terminals ,
which alowed for a friend to type one fucntion at the top of
the file whilst i was editing something lower in the file (simultaneously).
Does xemacs do this with a shared buffer or does it do it by
moving the cursor pos up and down really fast so it gives the
impression that there are 2 cursors.
Could someone please give me information or point me to a good
place where i can find out how this is done.
Also in general another thing i would like to know is for example when i try to assign the .Text property of a textbox like
t1.Text=a where a is a string referance when i type into the t1 text box does it write into the memeroy address of a or does t1 have its own buffer where all the strings are stored.
Thanks in advance