-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
I'm using Emacs 24.3.1 on Macos. It seems that url browsing does not work. When I try:
(browse-url "file:///Users/asok/.docsets/Ruby on Rails.docset/Contents/Resources/Documents/api.rubyonrails.org/v3.2.16/classes/AbstractController/Callbacks/ClassMethods.html#method-i-append_before_filter")
In the *Messages* I see:
#<process open file:///Users/asok/.docsets/Ruby on Rails.docset/Contents/Resources/Documents/api.rubyonrails.org/v3.2.16/classes/AbstractController/Callbacks/ClassMethods.html#method-i-append_before_filter>
And no browser's window is opened.
Though when I strip the #target part of the url:
(browse-url "file:///Users/asok/.docsets/Ruby on Rails.docset/Contents/Resources/Documents/api.rubyonrails.org/v3.2.16/classes/AbstractController/Callbacks/ClassMethods.html")
The browser window is opened with the html file.
It might be the bug mentioned here (under the section named: "Bug" in browse-url-default-windows-browser).
Maybe it's worth mentioning that in the README.
Metadata
Metadata
Assignees
Labels
No labels