Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!YALE.ARPA!owens-christopher From: owens-christopher@YALE.ARPA (Christopher Owens) Newsgroups: comp.emacs Subject: file-locking on apollo Message-ID: <8709252113.AA08544@ELI.CS.YALE.EDU> Date: Fri, 25-Sep-87 17:13:46 EDT Article-I.D.: ELI.8709252113.AA08544 Posted: Fri Sep 25 17:13:46 1987 Date-Received: Sun, 27-Sep-87 02:32:04 EDT Sender: daemon@eddie.MIT.EDU Lines: 14 Sorry if you get two copies of this; mailer trouble. I am toying with the idea of writing file locking code to use the Apollo system calls. But I want to be philosophically consistent with what GNU-emacs does now, and I don't want to do it at all if someone else has already done it. So.... 1) Why does GNU-emacs manage its own file-locking instead of using system built-ins? 2) Where else besides the obvious filelock.c do I need to hook in to the existing code? 3) Has anybody else already done this? thanks,