Subject: [emacs-w3m:04569] Re: pages on that SPC and DEL work fine - msg#00061
List: emacs.w3m
>
>>>> 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>
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
[emacs-w3m:04568] Re: pages on that SPC and DEL work fine
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.
I'm not sure it's supposed to work for search engines, because they
usually display things like "Next 20 results", or the like. My
understanding of the feature is that it's meant for HOWTOs and pages
with strong hierarchical structure.
What would be nice is the ability to use regexps for the recognition of
the "Next" and "Previous" links. Does anyone feel like implementing
that?
--
Romain FRANCOISE <romain@xxxxxxxxxxxxx> | Wait, stop, wait just hold on
it's a miracle -- http://orebokech.com/ | a minute.
Next Message by Date:
click to view message preview
[emacs-w3m:04570] Re: pages on that SPC and DEL work fine
> 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.
[...]
w3mnav.el looks good fro me. Why it is not merged into emacs-w3m?
Any technical reason?
Previous Message by Thread:
click to view message preview
[emacs-w3m:04568] Re: pages on that SPC and DEL work fine
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.
I'm not sure it's supposed to work for search engines, because they
usually display things like "Next 20 results", or the like. My
understanding of the feature is that it's meant for HOWTOs and pages
with strong hierarchical structure.
What would be nice is the ability to use regexps for the recognition of
the "Next" and "Previous" links. Does anyone feel like implementing
that?
--
Romain FRANCOISE <romain@xxxxxxxxxxxxx> | Wait, stop, wait just hold on
it's a miracle -- http://orebokech.com/ | a minute.
Next Message by Thread:
click to view message preview
[emacs-w3m:04570] Re: pages on that SPC and DEL work fine
> 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.
[...]
w3mnav.el looks good fro me. Why it is not merged into emacs-w3m?
Any technical reason?