Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

Implement upcoming dynamic modules in Emacs 25 #297

Open asandroq opened 8 years ago

asandroq commented 8 years ago

This should make the spawning of a new process and the necessary textual communication between processes unnecessary.

sten0 commented 6 years ago

Has this issue been solved in v1.1.0?

Sarcasm commented 6 years ago

Has this issue been solved in v1.1.0?

No. I actually think interprocess communication is a better design than in-process plugin.

One thing I have worked on the side, is to get the compile options via an Emacs module.