gnu-emacs-sources
[Top][All Lists]
Advanced

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

w3m-type-ahead.el --- type ahead support for w3m-mode.


From: Matt Hodges
Subject: w3m-type-ahead.el --- type ahead support for w3m-mode.
Date: Tue, 13 Apr 2004 16:52:57 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

This can be used to add type-ahead functionality (as seen, for
example, in Mozilla and related browsers) to w3m-mode. After loading
w3m and w3m-type-ahead, it can be switched on as a minor mode in
w3m-mode buffers using:

         (add-hook 'w3m-mode-hook 'w3m-type-ahead-minor-mode)

By default, this binds / to w3m-type-ahead and M-/ to
w3m-type-ahead-new-session. With these, incremental searching limited
to the text associated with links can be done. Use a prefix argument
to perform regular expression searches.

Latest version available at:
      <URL:http://www.emacswiki.org/elisp/wthreem-type-ahead.el>

Attachment: w3m-type-ahead.el
Description: Type ahead support for w3m-mode.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]