From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Fitzsimmons Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Tue, 18 Jun 2013 08:09:55 -0400 Message-ID: References: <87li6am68s.fsf@topper.koldfront.dk> <87vc5et2fa.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371565684 9631 80.91.229.3 (18 Jun 2013 14:28:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 14:28:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 16:28:05 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 1Uowt9-0001NU-Fe for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 16:28:03 +0200 Original-Received: from localhost ([::1]:42469 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uowt8-0002g4-NR for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 10:28:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoujd-0001h2-M6 for emacs-devel@gnu.org; Tue, 18 Jun 2013 08:10:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoujW-0002J6-Af for emacs-devel@gnu.org; Tue, 18 Jun 2013 08:10:05 -0400 Original-Received: from mail-ie0-x22d.google.com ([2607:f8b0:4001:c03::22d]:64288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoujW-0002Il-6F for emacs-devel@gnu.org; Tue, 18 Jun 2013 08:09:58 -0400 Original-Received: by mail-ie0-f173.google.com with SMTP id k13so9827133iea.18 for ; Tue, 18 Jun 2013 05:09:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type:x-gm-message-state; bh=TROjNwJUDJQF7B44O/4MMQq0jKnAknyKYEn0ECBsQ6U=; b=VNpy0QtuEc46975e/F7MijmayIXTuVaxATFjVWxWbtymmU2ivoNnjsEyPXIKCj8kBX lRrKpoJIbxfQ4rNoJSaOxZswibhU1v63Oil2G7eoBotnC0RYRhsZwEaaG3QUAUkLdsTA 2MLrMGqAMr3O9KrbwmEcmDYYjyVTRZzVkZ7rm0fUoyorNP5FFo+wRSQrofUkp6+jTVoe Jft69xLC6+CpLMhI/oUgUZ0YcsbI/q2AIbNDBNy0FXkSOgFkLp9otK7GA0KLRXsKZVQW 3WXsHsV7w/PyXgd/Lgb6DwSIVq7TjQF6IFYzyC47KsoQrdoRAcgqFQZUnpri+ISf+lLu 5OOg== X-Received: by 10.50.93.37 with SMTP id cr5mr7617267igb.69.1371557397355; Tue, 18 Jun 2013 05:09:57 -0700 (PDT) Original-Received: from localhost.localdomain (69-165-165-189.dsl.teksavvy.com. [69.165.165.189]) by mx.google.com with ESMTPSA id nt6sm705848igb.10.2013.06.18.05.09.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 18 Jun 2013 05:09:56 -0700 (PDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 17 Jun 2013 23:00:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Gm-Message-State: ALoCoQndon28LPqIIUY+McAHx0i5dEN2sFOrKeceYB6XERnBxuPqRgwXbhoKFQjMZTB1C+OwItd5 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22d X-Mailman-Approved-At: Tue, 18 Jun 2013 10:27:59 -0400 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:160569 Archived-At: Lars Magne Ingebrigtsen writes: > I spent some time doing rendering optimisations in shr today, including > the `add-face-text-properties' C-level functionality. That, combined > with various caching strategies and trying to avoid doing unnecessary > work when computing how tables should be rendered has made viewing a > typical Wikipedia page 4x faster or something. > > So it's still slow, but it's getting more useful. There's still > probably bugs in there, though. Give it a whirl: > > M-x eww RET google.com This is fantastic! I'm going to try to use it wherever Javascript is not a hard requirement. Have you considered adopting the same default keybindings as Conkeror? Thomas