p4.el
p4.el copied to clipboard
Error on startup on Windows if no Internet connection
On Windows, I have (require 'p4)
in my .emacs
. If there is no Internet connection (e.g. Ethernet unplugged), then I get an error on startup:
error in process sentinel: writing to process: P4
This does not happen on OS X.