logo       

[emacs-w3m:04569] Re: pages on that SPC and DEL work fine: msg#00061

emacs.w3m

Subject: [emacs-w3m:04569] Re: pages on that SPC and DEL work fine

>>>>> In [emacs-w3m : No.04568]
>>>>> Romain FRANCOISE <romain@xxxxxxxxxxxxx> wrote:

> Masatake YAMATO <jet@xxxxxxxx> writes:

>> Thank you. However, I'd like to use a web-search site if existed because
>> I've already written some of documents based on a web-search site.

Neil W. Van Dyke presented useful idea in [emacs-w3m:04522] (see
also [emacs-w3m:04523]). His w3mnav.el works fine even in Google,
but the following changes are needed.

(defun w3mnav-go-next ()
(interactive)
(w3mnav-go '("next" "next page" ">>" "next page >>>"
"[nav_next]")
"next"))

(defun w3mnav-go-prev ()
(interactive)
(w3mnav-go '("previous" "prev" "previous page" "<<" "<<< previous page"
"[nav_prev]")
"previous"))

You may need to eval the following form in the emacs-w3m buffer
after loading w3mnav.el.

(use-local-map w3m-mode-map)
--
Katsumi Yamaoka <yamaoka@xxxxxxx>




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise