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 13:02:36 -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 1371574972 23051 80.91.229.3 (18 Jun 2013 17:02:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 17:02:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 19:02:54 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 1UozIy-00010X-8d for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 19:02:52 +0200 Original-Received: from localhost ([::1]:45690 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UozIx-0002VW-Oz for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 13:02:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UozIr-0002RM-VR for emacs-devel@gnu.org; Tue, 18 Jun 2013 13:02:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UozIm-0002uZ-0B for emacs-devel@gnu.org; Tue, 18 Jun 2013 13:02:45 -0400 Original-Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:54997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UozIl-0002uU-Sl for emacs-devel@gnu.org; Tue, 18 Jun 2013 13:02:39 -0400 Original-Received: by mail-ob0-f175.google.com with SMTP id xn12so4807345obc.6 for ; Tue, 18 Jun 2013 10:02:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:x-gm-message-state; bh=hrchmnKpX54snqKTu4CeVs8RyICRkFcamroLgQrDpzA=; b=AMYmkfLEKaczIjen8avYMh6Vj5aLR1UZlZDDQg+PK+LAH6CWbcR7kXcrXYMd4z6AEv KnMA1fBajsh03nPtdUDeXtCuD0Frhdrwn5asSQ035bvWajiiJlq4l5VA/scxTJYeO0WZ Js0DJT6dSPUrp3ZAkZwO6fcp7qdL00I5oh8Sb17Oy3OaBMoY09ABWpRVYtX7D31ti0AL sHU1r72DB2viu5JbuBpQ4X2UkwPHorL7cIb3Jh962rv9STnPCJuXyaAuOH5BYZBnL+lq Mk5sT0e8rAWkQFFRud/tWn23KgiRG79WtuAhtQV/zk9XJHAZ8Az438J/5LyvY+mbmD75 8JHA== X-Received: by 10.182.120.102 with SMTP id lb6mr11866130obb.13.1371574959183; Tue, 18 Jun 2013 10:02:39 -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 jt9sm22612322obc.0.2013.06.18.10.02.37 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 18 Jun 2013 10:02:37 -0700 (PDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 18 Jun 2013 16:57:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Gm-Message-State: ALoCoQmK0EI/qbHkTD8dozVuR5qDohkrIu0SSvhAoRdT3wYAxOw2tiFXLPnAtSXtTNbiHqRkNn+E X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22f 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:160586 Archived-At: Lars Magne Ingebrigtsen writes: > Thomas Fitzsimmons writes: > >> Have you considered adopting the same default keybindings as Conkeror? > > I have no idea what those are, so no. :-) Here is a page with exampe key bindings: http://www.conkeror.org/QuickStart which eww renders nicely :-) Conkeror has solved a bunch of problems when it comes to providing an Emacs-like interface to the web, so it could offer inspiration for eww's interface. Thomas