From: Tomas Nordin <tomasn@posteo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: JIT Emacs parallel world
Date: Thu, 25 Oct 2018 21:25:39 +0200 [thread overview]
Message-ID: <87y3al4ymk.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <86sh0urw2k.fsf@zoho.com>
Emanuel Berg <moasen@zoho.com> writes:
> Richard Melville wrote:
>
>> Now that you have Emacs-26 why not use EWW
>> which comes pre-installed. I've stopped using
>> Emacs-w3m in favour of EWW, mainly because
>> EWW comes with the DuckDuckGo search engine.
>
> I have tons of stuff with Emacs-w3m [1] and
> I don't feel like porting that to EWW for the
> sake of a search engine :) Besides cannot one
> use DuckDuckGo with Emacs-w3m as well?
Yes, of course:
(use-package w3m-search
:config
(add-to-list 'w3m-search-engine-alist
'("duck" "https://duckduckgo.com/lite/?q=%s"))
(setq w3m-search-default-engine "duck"))
this is what I have, configured with the package use-package.
>
> [1] http://user.it.uu.se/~embe8573/emacs-init/w3m/
>
> --
> underground experts united
> http://user.it.uu.se/~embe8573
next prev parent reply other threads:[~2018-10-25 19:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-19 15:18 JIT Emacs parallel world Emanuel Berg
2018-10-20 9:51 ` Phillip Lord
2018-10-20 10:04 ` Emanuel Berg
2018-10-20 15:26 ` Phillip Lord
2018-10-20 15:50 ` Emanuel Berg
2018-10-24 18:07 ` Emanuel Berg
2018-10-25 10:18 ` Richard Melville
2018-10-25 13:32 ` Emanuel Berg
2018-10-25 19:25 ` Tomas Nordin [this message]
2018-10-26 6:04 ` Andreas Röhler
2018-10-26 10:55 ` 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=87y3al4ymk.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me \
--to=tomasn@posteo.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.