Currently the w3m-perldoc
command has the base URL about://perldoc/
hardcoded into the function call. I added a defcustom
, changed the default to https://perldoc.perl.org/
, and added a function that attempts to cleanup user input in a way more likely to match a page.
Try running:
(w3m-perldoc "Pod Checker")
which will send you off to https://perldoc.perl.org/Pod/Checker.html#NAME
TODO:
https://github.com/emacs-w3m/emacs-w3m/pull/72
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.