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

Re: Feature inquiries



>>>>> David Hansen writes:

 > From my ~/.emacs (search the emacswiki for type ahead mode):

 >   (defun dh-w3m-mode-hook ()
 >     (w3m-type-ahead-minor-mode 1)
 >     (define-key w3m-mode-map (kbd "/") 'w3m-type-ahead)
 >     (define-key w3m-mode-map (kbd "M-/") 'w3m-type-ahead-new-session)

Note that with the latest code, available at:

    https://alioth.debian.org/project/showfiles.php?group_id=30594

this would be (w3m-type-ahead-mode 1), and this automatically sets up
a minor-mode map with / bound to w3m-type-ahead and M-/ bound to
w3m-type-ahead-regexp.  To create a new session, use a prefix argument
of C-u 2 or C-u C-u.  (Information at www.emacswiki.org updated.)

Matt