ljos/sparql-mode

progn: Symbol's function definition is void: url-insert

alf opened this issue · 3 comments

alf commented

This function is not available in my emacs (GNU Emacs 24.4.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2014-10-21 on builder10-9.porkrind.org).

Am I missing a dependency from elpa?

ljos commented

I forgot to require url-handlers. I think it should have been fixed in b30305e.

ljos commented

I seem to have been a bit hasty yesterday fixing some things and not testing properly. I think it should be OK now.

alf commented

Works again now. Thanks for the quick fix.