all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: w3m duckduckgo as default search engine next page
Date: Wed, 23 Oct 2013 09:18:25 +0800	[thread overview]
Message-ID: <8761sokcny.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 87zjq1vscw.fsf@gmx.co.uk

<yggdrasil@gmx.co.uk> writes:

> Hi,
>
> I am looking to change w3m default search engine to be something else
> than google in trying to break the addiction, and duckduckgo seems a
> viable option. 
>
> I googled (...) for experiences and found
>
> ,----
> | (require 'w3m-search)
> | 
> | (setq w3m-search-default-engine "duckduckgo")
> | ;; (setq w3m-search-default-engine "google")
> | 
> | (add-to-list 'w3m-search-engine-alist '("duckduckgo" "http://duckduckgo.com/?q=%s" nil))
> `----
>
> This makes duckduckgo the default search engine, however the nifty
> feature of goinf to the next page of search resuts by SPC doesn't
> work. Is it possible to make this smoother?

That's not a w3m thing, that's provided by the web page in question.
Google provides nice rel="next|prev" links, and SPC in w3m is bound to a
command that will scroll the buffer, or follow a "next" link if you're
at the bottom of the buffer and there is such a link.

If the site doesn't provide next/prev, there's not much w3m can do, at
least not out of the box.

E




  reply	other threads:[~2013-10-23  1:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22 22:43 w3m duckduckgo as default search engine next page yggdrasil
2013-10-23  1:18 ` Eric Abrahamsen [this message]
2013-10-23 17:16   ` yggdrasil
2013-10-23 17:55     ` Dale Snell
2013-10-28 23:23       ` yggdrasil
     [not found] <mailman.4504.1382481855.10748.help-gnu-emacs@gnu.org>
2013-10-22 23:10 ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8761sokcny.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.