ljos / sparql-mode

A SPARQL mode for emacs
GNU General Public License v3.0
59 stars 23 forks source link

Setting accept header sometimes doesn't work #48

Closed ljos closed 7 years ago

ljos commented 8 years ago

Setting url-mime-accept-string seems to sometimes fail when calling url-retrieve synchronously. Should investigate to see if it is our fault or url-retrieves fault.

Usually, if it is not working and I set sparql-format to nil and run through the setup again it seems to work.

ljos commented 8 years ago

This is a bug in emacs url-http package see #22855

The bug is fixed, but we need to wait for a new version before we can take advantage.