太阳
太阳
Hi, thanks for your reply. > **Update** : I guess we could simply include the declaration as the location, but it seems strange to do that particularly when a declaration...
Some hints: 1. You can use an empty param in `initialize` to reduce its influnce, as sometimes incorrect parameters may affect server's behaviour 2. Make sure jdt.ls starts successfully and...
If it works now, you can close this issue. If you still have problems (eg. the byte count error), you could check whether you open jdt.ls' stdout in binary mode...
I modified `helm-dash--build-source` as follows, and now I can use ```:rust Option``` to search `Option` only in Rust docset. ``` elisp (defun helm-dash--build-source (docset) "Build a Helm source for DOCSET."...
Narrowing down in counsel-dash does not work too here. IMO The problem is in the following funtion: ``` elisp (defun dash-docs-search (pattern) "Given a string PATTERN, query docsets and retrieve...
Yes, you're right. Filtering in `counsel-dash` works. I have no idea why it didn't work when I tested it last time. So sorry for the incorrect report and thanks again.
你用chrome浏览器?浏览器设了代理? 如果是,试着把代理关了看看。
I had a similiar but different error like yours today, but anyway, you can try to use `(setq debug-on-signal t)` and see whether Backtrace appears. I used this method to...
Hi @walseb , thanks. I have had no luck. I can reproduce the problem with `emacs -Q`, the following was how I did: 1. emacs -Q 2. eval the config:...
> This patch is large enough to need a [copyright assignment to the Free Software Foundation](https://www.gnu.org/licenses/why-assign.html). Have you already done that, or would you like to start that process now?...