Jan Seeger

Results 24 comments of Jan Seeger

I *think* this only works if you actually have V6 connectivity, which is not available here. I've followed this bug into aicoap – the problem for me seems to be...

Uh, of course. There are only 2 relevant changes in the simple4 transport (removal of those two lines), but the addition of a new transport was the easiest way to...

Ah, okay! I'll make it another pull request then!

I've removed the flags, however, I'm unable to test it on a device with V6 connectivity.

Hey! Thanks for pinging me on this, I'll look into making a working package for Gentoo. W.r.t. releases: dspdfviewer still hasn't been included in the official Gentoo tree (see [this...

Yep, I'll see what I can do. Am 30. Juli 2015 14:28:44 MESZ, schrieb Danny Edel [email protected]: > @jeeger, that "overlay" seems like a really cool thing. > > From...

I've replaced all the URL functions with calls to curl, since it seems curl's proxy handling is a bit better than url.el's. The change is available [here](https://github.com/jeeger/helm-dash/) in the `windows-fixes`...

> > > I think that this a problem with `url-retrieve-synchronously`. This works: > > ```emacs-lisp > (url-retrieve "https://api.github.com/repos/Kapeli/feeds/contents" > (lambda (status) (switch-to-buffer (current-buffer))))) > ``` Nope, this fails here...

I mean that evaluating this expression does not return any content on this PC, since `url.el` is broken for using HTTPS over a proxy. This is why I've worked around...