tags 18515 patch quit Eli Barzilay writes: > > Eventually, I noticed that the delay happens only when I have a file > open over sshfs -- and then I wrapped the `call-process' with a > (let ((default-directory "/")) ...) and all is well. A note about > switching to the directory in the documentation of `call-process', or > even just a mention of the directory in which it runs could have saved > me that chase... It's easy enough to add that of course, though I wonder if it really would have helped. What other directory would the process run in?