From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Gesthuizen Subject: bug#35279: emacs-xwidget does not provide support for xwidgets Date: Sun, 14 Apr 2019 20:56:48 +0200 Message-ID: <877ebwh0un.fsf@yahoo.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFkKJ-0002PA-B7 for bug-guix@gnu.org; Sun, 14 Apr 2019 14:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFkKI-0004WB-Cf for bug-guix@gnu.org; Sun, 14 Apr 2019 14:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47864) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hFkKI-0004W1-5X for bug-guix@gnu.org; Sun, 14 Apr 2019 14:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hFkKI-000208-32 for bug-guix@gnu.org; Sun, 14 Apr 2019 14:58:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:57047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFkJG-0002MQ-SZ for bug-guix@gnu.org; Sun, 14 Apr 2019 14:56:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFkJG-0003w1-1I for bug-guix@gnu.org; Sun, 14 Apr 2019 14:56:58 -0400 Received: from sonic304-22.consmr.mail.ir2.yahoo.com ([77.238.179.147]:33914) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hFkJF-0003uJ-6Z for bug-guix@gnu.org; Sun, 14 Apr 2019 14:56:57 -0400 Received: from ip5f5acaf3.dynamic.kabel-deutschland.de (EHLO finkpad) ([95.90.202.243]) by smtp423.mail.ir2.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 735aeea376815c411dc3fa576aa29411 for ; Sun, 14 Apr 2019 18:56:49 +0000 (UTC) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35279@debbugs.gnu.org Hi, I noticed that the emacs from the emacs-xwidget package does not actually provide support for xwidgets. The last commit I could verify it with is 3ee0e4071e8063f6404f8e7c43f175a80f652112 but the problem was also there with version 26.1. You can easily check whether the problem occurs by the build log: Whether xwidget support will be enabled will be printed at the end of the configure script. Emacs will happily build versions without xwidget support even if you specified '--with-xwidgets' on the command line. Maybe we can add a check to the package definition that checks whether the emacs-xwidgets build actually supports xwidgets. The section `Building Emacs with the '--with-xwidgets' option now requires WebKit2.` from the Emacs 26.2 news indicates that we probably just need to update to WebKit2 to fix the problem. Tim.