Austin Bingham

Results 238 comments of Austin Bingham

I've pushed up a [new `latext-support` branch](https://github.com/abingham/emacs-ycmd/tree/latex-support) that ought to do (or at least be close to!) what you need. If ycmd also has "diagnostic" support for latex, you should...

We looked at this briefly in #27, and the conclusion then (based to a degree on [this question](http://emacs.stackexchange.com/questions/2857/proper-approach-to-providing-external-programs-along-with-packages)) was that it was more complicated than it was worth. Maybe the...

Currently it looks like we don't. This might be because ycmd didn't support java when we set up the language mappings in `ycmd-file-type-map`, but I'm not sure. It might "just...

OK, that was just guessing on my part. Do you see anything in the `*ycmd-server*` buffer that gives you any clues? Does there seem to be any activity at all...

I'm not sure what the problem is. Is your project on github? Maybe I can try it from my end. I don't do any java work, so I don't have...

A possible cache management approach is: 1. Find all affected filepaths, and clear them from the cache 2. For each result, insert into cache 3. Remove things that haven't been...

I can't think of any special configuration you should need. That feature certainly works well for me. Does semantic completion seem to work well everywhere else in the file?

@prtv is absolutely right, and his patch plugs that hole. Does that fix things up for you, @r4nt?

@damienrg As @ptrv says, this should work. Can you post your `*ycmd-server*` buffer contents (or at least any parts that might be relevant to this issue)?