Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Package nil has no homepage #184

Closed
Amorymeltzer opened this issue Sep 12, 2020 · 1 comment
Closed

Package nil has no homepage #184

Amorymeltzer opened this issue Sep 12, 2020 · 1 comment

Comments

@Amorymeltzer
Copy link

When called interactively, paradox-menu-visit-homepage doesn't define pkg, just url, so packages without a homepage return "Package nil has no homepage."

paradox/paradox-menu.el

Lines 808 to 813 in 1b9e4b1

(let ((url (paradox--package-homepage
(paradox--get-or-return-package pkg))))
(if (stringp url)
(browse-url url)
(message "Package %s has no homepage."
(propertize (symbol-name pkg)

@Amorymeltzer
Copy link
Author

Amorymeltzer commented Sep 23, 2020

Closing in favor of #176 and #180, which seem to be related, if not exactly the same issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant