From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T.V. Raman" Newsgroups: gmane.emacs.devel Subject: Re: trunk r115246: eww usability improvements Date: Thu, 5 Dec 2013 08:57:57 -0800 Message-ID: References: <87iovbxnj2.fsf@flea.lifelogs.com> <87pppc39ob.fsf@flea.lifelogs.com> <8738m71ics.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1386262730 26951 80.91.229.3 (5 Dec 2013 16:58:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2013 16:58:50 +0000 (UTC) To: Ted Zlatanov , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 05 17:58:53 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 1VocGL-0001NT-FJ for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2013 17:58:53 +0100 Original-Received: from localhost ([::1]:54544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VocGL-0005u2-2P for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2013 11:58:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VocFW-00053m-Kd for emacs-devel@gnu.org; Thu, 05 Dec 2013 11:58:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VocFS-0003FM-2x for emacs-devel@gnu.org; Thu, 05 Dec 2013 11:58:02 -0500 Original-Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:38415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VocFR-0003FH-UL for emacs-devel@gnu.org; Thu, 05 Dec 2013 11:57:58 -0500 Original-Received: by mail-ob0-f172.google.com with SMTP id gq1so18049157obb.17 for ; Thu, 05 Dec 2013 08:57:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nBwKosFsg/SIL30dQfyD5ddW7WfgLvVnX9JoegkyMKg=; b=Rm4GL6jEUyxO/eBdtqD3yO9RhmgTPHgRAgO+nLC7CdrUBXD4hLKWQ5xoWOHnJ30oDn X0I8v2DdNPM6YDKhtn2D6sPA3ptpAYXHzc+wNob+lQUdybMxN/rHzvpEYCSMdxZr5SlV gpFjMmwEI1rvMx86RRy6bFEDgsoBxGf1b/7keDu/lB2g7NgJTkso0REJagztkO7HiNcg RHgqjhcckzv45KF+6uUWDdcVFZW7LGdOA3nnEdoncNJpuaiBQ84O8AlyLrOCeoW0+kTQ 0o1iYSFe3v7M86kpMvQX6kfQXzGlcgUHwYp/qTqc57OJPpMFNUaG8iyMs7eRSXF8D1PU pqNg== X-Received: by 10.60.179.113 with SMTP id df17mr69794721oec.16.1386262677315; Thu, 05 Dec 2013 08:57:57 -0800 (PST) Original-Received: by 10.182.112.42 with HTTP; Thu, 5 Dec 2013 08:57:57 -0800 (PST) In-Reply-To: <8738m71ics.fsf@flea.lifelogs.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22c 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:166125 Archived-At: that would work for me too. Also, I was expecting eww to be significantly faster than emacs/w3 given that the parsing is happening in C. At present, emacs/w3 is still beating out eww, might be worth seeing if it can be sped up. -- -- On 12/5/13, Ted Zlatanov wrote: > On Wed, 4 Dec 2013 19:35:37 -0800 "T.V. Raman" > wrote: > > TVR> Another useful twist might be to name the *eww* buffer with the > TVR> title of the page, and allow the user to invoke new, separate > TVR> instances with a prefix arg to eww. > > I would even make "always browse in a new buffer" the default behavior > for `M-x eww' (but following links should update the current buffer). > > This the UI most web browsers implement: "new window or tab" for a new > URL, but stay in the current window or tab when following links. > > Ted >