Skip to content

Fix devdocs-browser--follow-link opening in external browser #12

Description

@krisbalintona

devdocs-browser--follow-link should open a link in an external browser when a URL is not inside a Devdocs document. However, it doesn't do so. Instead, it'll always open the link in EWW.

We can see the reason eww-follow-link, which devdocs-browser--follow-link calls internally. eww-follow-link opens a link in an external browser only when the prefix argument is '(4). (Indeed, the docstring says, "EXTERNAL is the prefix argument.")

So right now the external predicate in devdocs-browser--follow-link should set current-prefix-arg, or something similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions