Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!ames!pacbell!att!occrsh!occrsh.ATT.COM!scsmo1.UUCP!tim From: tim@scsmo1.UUCP Newsgroups: comp.editors Subject: Re: multi-user editors??? Message-ID: <9200001@scsmo1.UUCP> Date: 22 Apr 89 19:35:00 GMT References: <8531@xanth.cs.odu.edu> Lines: 25 Nf-ID: #R:xanth.cs.odu.edu:-853100:scsmo1.UUCP:9200001:000:1083 Nf-From: scsmo1.UUCP!tim Apr 22 13:35:00 1989 >In article <8531@xanth.cs.odu.edu> lazarus@cs.odu.edu (Keith E. Lazarus) >writes: >> Do any of y'all know of any full-screen editors that support multiple >> users editing a single file at one time??? >Sorry, but I don't quite follow you. When would this be usefull, and >how on earth would you implement such a thing? >-- > Lars Bo Nielsen ( lbn@ksuvax1.cis.ksu.edu -*O*- ...!rutgers!ksuvax1!lbn ) Here at SCS we have a use for such a beast. Not very much use, but still It would get used. We also have need for a real word processor, thanks to ``word.'' I am currently writing an editor/wp (have been to 2 years!) and it takes very little extra to add this featrure. The buffer has a bit that tells if the line is shared or not. If it is shared it has more data in the structure to keep people from trashing each others work. The basic idea is that EACH line can be marked READ-ONLY. Of course the insert a line makes things real fun and since the data may be on the disk and not in memory, that has to be accounted for. tim@scsmo1.uucp Soil Conservation Service