Glenna Koepp

Results 9 comments of Glenna Koepp

![qq 20160929203624](https://cloud.githubusercontent.com/assets/5162826/18954250/a9cadcd4-8684-11e6-9f28-6c08993fe75e.png) 你好,我用的你的配置,然后自己配置了ycmd。flycheck报'iostream' file not found。 但是我用make可以正常构建项目,并成功运行。 我用的clang-3.8 , flycheck-20160912.814, emacs 25.1。

flycheck报'iostream' file not found的问题(也即flycheck对C++11的支持问题),可以在.ycm_extra_conf.py文件中加入-std=c++11 的flag,或者在spacemacs的user-config中加入如下代码: `(add-hook 'c++-mode-hook (lambda () (setq flycheck-clang-language-standard "c++11")))` 更多信息可以看SO:http://stackoverflow.com/questions/30949847/configuring-flycheck-to-work-with-c11 以及ycm的一个issue:https://github.com/Valloric/YouCompleteMe/issues/303

No,it isn't.This occurs by accident.

Thanks . If I find a reproducible example,I will tell you here.

Sometimes,I get the error when I launch the cider and type some codes.At the time,my cider should be connected.

nearly every time. when I restart the emacs ,it works fine for only a short time.Then it goes wrong.

Both in the REPL and code buffer.the selection menu doesn't matter.just type the codes in the REPL buffer or code buffer ,then the selecition menu and the doc popup appear,and...

Both in REPL and Clojure buffers.And it seems random.

Ok,if I find some thing related , I'll tell you here.