Path: utzoo!attcan!uunet!husc6!tut.cis.ohio-state.edu!triceratops.cis.ohio-state.edu!karl From: karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.emacs Subject: Re: using $HOME/RMAIL.lock as the movemail lock file Message-ID: <14117@tut.cis.ohio-state.edu> Date: 24 May 88 18:35:04 GMT References: <11767@duke.cs.duke.edu> Sender: news@tut.cis.ohio-state.edu Lines: 11 In-reply-to: jwt@tupelo.cs.duke.edu's message of 24 May 88 16:02:09 GMT jwt@tupelo.cs.duke.edu writes: Has anyone considered having movemail create a lock file in $HOME/RMAIL.lock instead of in /usr/spool/mail/$USER.lock? Are there any reasons why this shouldn't be done? Yes, there are reasons. On systems where locking isn't done by use of flock, it's done by the creation of /usr/spool/mail/$USER.lock. This is not a dependency within Emacs; rather, it's a constraint imposed from without, by the way that /bin/mail delivers. --Karl