From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: Re: JIT Emacs parallel world Date: Thu, 25 Oct 2018 21:25:39 +0200 Message-ID: <87y3al4ymk.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> References: <86a7naart0.fsf@zoho.com> <861s8laq8t.fsf@zoho.com> <86sh10y5vo.fsf@zoho.com> <86mur3tdza.fsf@zoho.com> <86sh0urw2k.fsf@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1540495454 3443 195.159.176.226 (25 Oct 2018 19:24:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 25 Oct 2018 19:24:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 25 21:24:10 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFlEn-0000n7-3o for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Oct 2018 21:24:09 +0200 Original-Received: from localhost ([::1]:56636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFlGt-0000Tk-Fp for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Oct 2018 15:26:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFlGP-0000Tb-AA for help-gnu-emacs@gnu.org; Thu, 25 Oct 2018 15:25:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFlGK-0006cd-S7 for help-gnu-emacs@gnu.org; Thu, 25 Oct 2018 15:25:49 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:39957) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFlGK-0006bi-Ht for help-gnu-emacs@gnu.org; Thu, 25 Oct 2018 15:25:44 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C1052211DC for ; Thu, 25 Oct 2018 21:25:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1540495541; bh=P4mqXZ2mL/Gc5m2DM7GGM5lmXd/Y6KIL6RimCJ9lN+M=; h=From:To:Subject:Date:From; b=flvK1X9wqUJ/yG2n0f2PqEEtY9csF/sUnSJBnT0WYAdl8kOmG4v4ESSStxy8dnYl3 hwId9R6Xb0PVegJ5iQ2bqvhDM49krtGRmD4dLNavQ94jaqLbiDs5UrKhecyBInG+uw KTG4yhPwok5Fn86yTnujXcUaJm137QYaoGeHQN2CXBXtM5hD3D/NoSO8WPm6g5ulwk AXBiMBveOPVDxMXiXBKDff2BWSy45iZVYHZhGoCnikFkEsz5b6eJLMjU9AA1F6LlEU VHhw94a2aTIEEGczZPvrUp2CVga1S77bJkeYAoBXaEbT6FCheWe3W/eIPCnKRVKxwN pKFi13WbAW1ug== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42gxtF08wwz6tmD for ; Thu, 25 Oct 2018 21:25:40 +0200 (CEST) In-Reply-To: <86sh0urw2k.fsf@zoho.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118405 Archived-At: Emanuel Berg 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