From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: merging the xwidget_mvp branch Date: Tue, 03 Nov 2015 16:23:03 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446585805 18473 80.91.229.3 (3 Nov 2015 21:23:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Nov 2015 21:23:25 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, Emacs developers To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 03 22:23:20 2015 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 1Ztj30-0004je-Fx for ged-emacs-devel@m.gmane.org; Tue, 03 Nov 2015 22:23:18 +0100 Original-Received: from localhost ([::1]:51052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztj30-0003So-0y for ged-emacs-devel@m.gmane.org; Tue, 03 Nov 2015 16:23:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztj2w-0003SS-9s for emacs-devel@gnu.org; Tue, 03 Nov 2015 16:23:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ztj2s-0005ou-LK for emacs-devel@gnu.org; Tue, 03 Nov 2015 16:23:14 -0500 Original-Received: from mail-qk0-x232.google.com ([2607:f8b0:400d:c09::232]:34733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztj2s-0005oq-HL for emacs-devel@gnu.org; Tue, 03 Nov 2015 16:23:10 -0500 Original-Received: by qkcn129 with SMTP id n129so12643922qkc.1 for ; Tue, 03 Nov 2015 13:23:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=t4j78F23HHoIXv39nJSSo8r0mZjzif11Vk2ihSq/+W4=; b=UjQGExk4O1CeU+zGIyqlpJrUG1wwlb5UM1pH/A/r9OHUP0ptu9D5yxqOq0FeCDLwtf +hrWrW4/tQwJxJjTC9kAhwucKTEXtKcw2E8e2DMyojUnrfAhfOPT2m1hWGSt8kFPJohm fkJi93KWZ3xMOcUWgSeQdwLS1Vgw711/KBgKnfp4Atq0xFpD37Gc+KNFEN/L60bwoj6p 6/R5nA31LIGxP66TL9KDbj+6QPD7GjitFwwsbhB67bQWEjZX6T3h1L7KDI6iMELJTxl3 IqQVD4jReQyjLSGpTY4DjIYcwGmRoj/OYVJej/RED3n1zadcpbn7KY+8tZpVSaiORmDN 14Kg== X-Received: by 10.55.78.195 with SMTP id c186mr39840908qkb.41.1446585789955; Tue, 03 Nov 2015 13:23:09 -0800 (PST) Original-Received: from Hermes-2.local (14.sub-70-192-0.myvzw.com. [70.192.0.14]) by smtp.gmail.com with ESMTPSA id b137sm10344692qhc.37.2015.11.03.13.23.08 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 03 Nov 2015 13:23:08 -0800 (PST) X-Google-Original-From: John Wiegley Original-Received: by Hermes-2.local (Postfix, from userid 501) id 4612948D0D02; Tue, 3 Nov 2015 16:23:07 -0500 (EST) In-Reply-To: (joakim@verona.se's message of "Tue, 03 Nov 2015 22:18:43 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: joakim@verona.se, Emacs developers , monnier@IRO.UMontreal.CA X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c09::232 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:193176 Archived-At: >>>>> joakim writes: > For those who don't know, the xwidget_mvp branch is allows embedding of an > webkit widget in an emacs window. (There is also an xwidget branch that has > more features but it is not ready for inclusion). >From among the developers here: How much desire is there for adding this feature? What are the problems it solves, other than being cool? How large a patch is this? Is there anyone committed to maintaining it after inclusion? John