Type ahead support for Emacs-w3m. See the code Lisp:w3m-type-ahead.el.
This allows an isearch facility that is limited to HREF anchors. Switch the mode on for all w3m-mode buffers with:
HREF
w3m-mode
(add-hook 'w3m-mode-hook 'w3m-type-ahead-mode)
CategoryModes