Yes, it should have "file://" added. The issue is more general than what the original bug report says, which is demonstrated by invoking Slime's common-lisp-hyperspec-glossary-term (C-c C-d g) and typing "function". On my system, it opens "file:///usr/share/doc/hyperspec/Body/26_glo_f.htm%23function" in Chrome.
The %23 is the character #. What happens, I think, is that "/usr/share/doc/hyperspec/Body/26_glo_f.htm#function" is passed to browse-url, which nowadays url escapes non-urls. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909409 Title: common-lisp-hyperspec-root should be file:///usr/share/doc/hyperspec/ instead To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hyperspec/+bug/1909409/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
