jacktang

Results 8 comments of jacktang

It is "C" language, use ccls as the language server . The souce code is in 'openresty', file name is ngx_http_lua_common.h at line 127, the correspond souce code is `...

I tested the new version in the openresty souce code project with CCLS. It works very well. Although some symbol type shows [ ] (I found they are all in...

I found the same error. ![image](https://user-images.githubusercontent.com/510301/67732162-7387c880-fa35-11e9-9a4b-90681ae306b0.png) ![image](https://user-images.githubusercontent.com/510301/67732192-81d5e480-fa35-11e9-803e-771404569b81.png) And I tried to run the test, almost all the test passed. two tramp test failed ![image](https://user-images.githubusercontent.com/510301/67732273-bcd81800-fa35-11e9-8ecf-f3bfcc12cf01.png)

And in this project, there are many "main" functions. ![image](https://user-images.githubusercontent.com/510301/67732402-2fe18e80-fa36-11e9-8e6f-b663e2cb3c2d.png)

grep-program is grep And after a lot of test, I can avoid this error now. After delete (eshell) in (add-hook 'after-init-hook , My emacs works well with counsel-gtags now. BTW,...

BTW, when I use the global-tags.el . when I use xref-find-references, some symbol works well, but some symbol not. The error message is eieio--validate-slot-value: Invalid slot type: xref-file-location, file, string,...

Thank you. I reported the global-tags.el bug with a stacktrace screenshot.