From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: merging the xwidget_mvp branch Date: Thu, 05 Nov 2015 13:19:49 +0100 Message-ID: References: <87fv0kiqzy.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1446726422 13257 80.91.229.3 (5 Nov 2015 12:27:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Nov 2015 12:27:02 +0000 (UTC) Cc: johnw@gnu.org, monnier@IRO.UMontreal.CA, Emacs developers To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 05 13:26:52 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 1ZuJct-0002Bk-HF for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2015 13:26:47 +0100 Original-Received: from localhost ([::1]:60202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuJct-0005yS-9K for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2015 07:26:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuJWn-000468-8Z for emacs-devel@gnu.org; Thu, 05 Nov 2015 07:20:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuJWe-0004is-Pp for emacs-devel@gnu.org; Thu, 05 Nov 2015 07:20:24 -0500 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:45708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuJWe-0004iJ-Jw; Thu, 05 Nov 2015 07:20:20 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 734DE44F63; Thu, 5 Nov 2015 13:20:18 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF2) Original-Received: from mf2.bahnhof.se ([127.0.0.1]) by localhost (mf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bQv5dlQ57onJ; Thu, 5 Nov 2015 13:20:07 +0100 (CET) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf2.bahnhof.se (Postfix) with ESMTP id 4613194014B; Thu, 5 Nov 2015 13:20:06 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id B753C4EDC89; Thu, 5 Nov 2015 12:20:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id irLM2ksyQ56h; Thu, 5 Nov 2015 13:19:49 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id E648E4EDC82; Thu, 5 Nov 2015 13:19:49 +0100 (CET) In-Reply-To: <87fv0kiqzy.fsf@petton.fr> (Nicolas Petton's message of "Thu, 05 Nov 2015 13:13:05 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.12 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:193289 Archived-At: Nicolas Petton writes: > joakim@verona.se writes: > >> Stefan expressed interest in merging the xwidget_mvp branch before the >> Emacs 25 release. If we could make that happen it would be great. If >> not, so be it, but I would need to know well in advance, because of other >> possible commitments.=20 >> >> 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).=20 >> >> The branch wouldn't actually be merged, rather a patch would be >> extracted and applied to master, because the branch has irrelevant >> history. > > I just tried it, switching to the xwidget_mvp branch and compiling > Emacs, but I get the following errors after a `M-x xwidget-browse-url': > > read-string: Symbol=E2=80=99s value as variable is void: xwidget-view-list > xwidget-kill-buffer-query-function: Symbol=E2=80=99s function definition = is > void: get-buffer-xwidgets > > I guess I'm doing something wrong, or not compiling it properly. It sounds like you didnt compile with the right flags. The correct flags are here: https://github.com/jave/xwidget-aux The error you get is of course still a bug, since the lisp parts should guard against the xwidget feature not being compiled in the C code. > > Nico > --=20 Joakim Verona