Fredrik Appelberg

Results 21 comments of Fredrik Appelberg

Turns out there was a bit of configuration in the ac-emacs-eclim backend that overrode the value for `ac-auto-start`. Should be fixed now.

I think that's a limitation of running auto-complete with a required prefix length; the point we want to start completion on is right after the period, and with your setup...

Hm... that is the eclim source bundled with auto-complete? Emacs-eclim provides its own source called `ac-source-emacs-eclim`, which is better integrated. The correct way to get completions programatically is to call...

No, sorry. I regret to say I haven't had much time or energy to devote to emacs-eclim recently. Patches are welcome, as always.

Is there a way to get info about installed jdks from eclipse?

Hi! As far as I can tell, the queue-wrapper object already should hold a reference to `amqpc.conn`, and it doesn't look like it is ever deleted. Does the queue work...

That sound totally reasonable. I'm thinking about whether this should be a global option for the whole client object.

There was a bug in exchange.publish() for version 5.x. It is hopefully fixed in version 5.0.2

Thank you for looking into this. I've been trying to debug a little on my side, and will do more testing. FWIW, I'm invoking `nb` from `fish` rather than `bash`,...

If I uninstall `w3m`, the command works as expected, so it looks like that's where the problem lies.