Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

Cannot save changes to a file if clang-complete process failed #21

Open ratatosk opened 11 years ago

ratatosk commented 11 years ago

When clang-complete process dies for some reason, any attempt to save buffer (via save-buffer or via write-file) leads to an error: save-restriction: Process clang-complete not running

This happens both with master and test branches.

Golevka commented 11 years ago

I tried to fix this problem in commit f01488971ec8b5752780d130fb84de0c16a46f31, maybe this would work for you.