From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Wed, 19 Jun 2013 21:06:12 +0530 Message-ID: <87li66864z.fsf@gmail.com> References: <87d2rkb1pi.fsf@fleche.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371656119 10593 80.91.229.3 (19 Jun 2013 15:35:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 15:35:19 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 17:35:20 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UpKPl-0007Ya-S5 for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 17:35:17 +0200 Original-Received: from localhost ([::1]:49189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKPl-0002vq-Di for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 11:35:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKPh-0002vL-Vg for emacs-devel@gnu.org; Wed, 19 Jun 2013 11:35:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpKPf-0003N4-Hg for emacs-devel@gnu.org; Wed, 19 Jun 2013 11:35:13 -0400 Original-Received: from mail-pd0-f180.google.com ([209.85.192.180]:34501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKPf-0003MF-By for emacs-devel@gnu.org; Wed, 19 Jun 2013 11:35:11 -0400 Original-Received: by mail-pd0-f180.google.com with SMTP id 10so5188566pdi.39 for ; Wed, 19 Jun 2013 08:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=l+zhLrqtFgN6ia99I5613M30Q4j2W0rI3q70JwFPd3A=; b=RBW7/oQ+XDVCqNUcS7jUK5NIrqrPeBe8YH3U3vkV/u/k1i0NAuUeFFIJv8Y7l3LBtD 22qC7PysVsagg3jnaW73u4l+VNUGHhAadUBaI/EGeB/IO/DhrcNhYn7Ran4TgSs8NDq8 Jxg1V/cTEMT2/p3b1zF5+Cp6/r4KLDffLg+TrgHgGRA12PjmOllDs39953pCUe0Bv4r/ mM5gRRDlIbkQ8J/gpx6WZxWi+AoNh7MJ8/6BX8w3HWGvK7OdIMT3VG1YXsM4fvWgwtqk /ThT4b/R/TVqqwof/5spIhsUnsSr8bmZKyypri0YAtaZ4YmJ+DSZ7uYndKFKXyq8kQKw esCQ== X-Received: by 10.66.197.165 with SMTP id iv5mr7440867pac.67.1371656110112; Wed, 19 Jun 2013 08:35:10 -0700 (PDT) Original-Received: from debian-6.05 ([115.242.219.48]) by mx.google.com with ESMTPSA id u6sm23536855pbb.46.2013.06.19.08.35.07 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 19 Jun 2013 08:35:09 -0700 (PDT) In-Reply-To: (Drew Adams's message of "Wed, 19 Jun 2013 07:06:12 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.180 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160673 Archived-At: Drew Adams writes: > From http://lars.ingebrigtsen.no/2013/06/eww.html: > >> I came up with the name of the browser while half-asleep: eww! >> I don't quite know what the second w is supposed to stand for >> (Emacs Web Wowser?)... > Another name suggestion, in the tradition of Gnu, Bison, Yacc,... > > Ewe - Emacs web environment > > Presumably, like all things Emacs, it will grow to be more than > your average browser (or even wowser). eww => Emacs Walks the Web "Walking the web" is same as "Navigating the Netscape". ---------------------------------------------------------------- Can M-x browse-url-emacs RET do what the new wowser does (or what the shr.el does) As a side note, browse-url-emacs surprises me. It leaves the HTML tags around. May be, it shouldn't.