atilaneves / cmake-ide

Use Emacs as a C/C++ IDE
BSD 3-Clause "New" or "Revised" License
717 stars 92 forks source link

find src file for hdr performance #57

Open hrehfeld opened 8 years ago

hrehfeld commented 8 years ago

Would it be possible to:

The delay when opening a file is quite annoying.

atilaneves commented 8 years ago

I feel you.

Emacs doesn't do threads. Setting a callback while waiting for a process is doable, but here... I don't know. I'll take a look when I have time.

hrehfeld commented 8 years ago

Thanks ;-)