[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

[emacs-w3m/emacs-w3m] Improve perldoc with customizable variable, and saner default. (#72)



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:


You can view, comment on, or merge this pull request online at:

  https://github.com/emacs-w3m/emacs-w3m/pull/72

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.