You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes files and directories vanish while still open in Emacs. In that case the p4-update check will throw errors such as (file-error "Setting current directory" "no such file or directory" "/foo/bar"). I think this comes from https://github.com/gareth-rees/p4.el/blob/master/p4.el#L1444. I suggest to add a file-accessible-directory-p check before trying to start the process.
The text was updated successfully, but these errors were encountered:
phst
added a commit
to phst/p4.el
that referenced
this issue
May 19, 2015
Sometimes files and directories vanish while still open in Emacs. In that case the
p4-update
check will throw errors such as(file-error "Setting current directory" "no such file or directory" "/foo/bar")
. I think this comes from https://github.com/gareth-rees/p4.el/blob/master/p4.el#L1444. I suggest to add afile-accessible-directory-p
check before trying to start the process.The text was updated successfully, but these errors were encountered: