root42
root42
Yup, I know this problem as well. Any solutions?
Yes, this seems to work. However, now I don't get completions after typing '.' -- even when running M-x auto-complete manually. Running M-x eclim-complete at least shows me the completions...
One problem that I can also see is, that autocomplete uses a function that eclim does not provide anymore: ``` lisp (defun ac-eclim-candidates () (with-no-warnings (loop for c in (eclim/java-complete)...
Not sure. I used the web based setup. However, it seems those entries are empty. What's supposed to be in there? Should it be "offer.ebay.de"?
Well, now I have switched my config to have the .de hosts. Now esniper can't log in anymore. I guess esniper is broken? Using 2.31.0.
Oh dear, I opened a can of worms. It turns out that ebay will send all pages in german when I switch to the .de-hostnames. And esniper breaks then, because...
I am very interested in this as well. I am still looking for a solution to have Emacs C++ code completion on my remote C++ projects. I couldn't get either...
PS: I am still an elisp newbie, the whole with-temp-buffer thing can be replaced by shell-command-to-string. Much simpler. :)
Do you still have that problem? I tried the above regex and it works for me.
I stand corrected --- having the same problem!