-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalidly quoted urls in docset #174
Comments
I couldn't reproduce it as works fine here both using It looks like some double escaping as %%5f is the underscore character... Which OS as you using? |
Archlinux
The strange thing is, now I can't reproduce the doubled percents
anymore. But now I noticed, that letting Emacs open the URL using
xdg-open, it still ignores the anchor part of if. So choosing an
explicit browse-url-browser-function seems to fix it for me.
I think we can close this for now, thanks.
|
maybe xdg-open uses a shell inside, and '#' is interpreted as a comment. ...All those things are lots of fun.... |
I never even use that program. I was just testing some packages with
emacs -Q.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I downloaded the GLib docset and if I browse the help for e.g. the function
g_hash_table_new
, the browser is opened with a URL likeNote the doubled percent characters. While eww does not seem to have problems with this, firefox just ignores the anchor and displays the page at the top, instead of scrolling to the desired function.
Is the docset broken ?
The text was updated successfully, but these errors were encountered: