From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Introducing emacs-webkit and more thoughts on Emacs rendering (was Rethinking the design of xwidgets) Date: Mon, 23 Nov 2020 14:26:31 +0100 Message-ID: <87tutgqk54.fsf@tanaka.verona.se> References: <864kmzupp0.fsf@akirakyle.com> <86pn46awrr.fsf@akirakyle.com> <87y2ise7j5.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33891"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Akira Kyle , emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 23 14:29:20 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1khBuC-0008fk-3T for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Nov 2020 14:29:20 +0100 Original-Received: from localhost ([::1]:58990 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khBuB-00068V-3J for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Nov 2020 08:29:19 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52654) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khBsD-0004pw-9S for emacs-devel@gnu.org; Mon, 23 Nov 2020 08:27:17 -0500 Original-Received: from smtp.outgoing.loopia.se ([93.188.3.37]:63650) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khBrc-0006xJ-0S for emacs-devel@gnu.org; Mon, 23 Nov 2020 08:27:15 -0500 Original-Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 56CDE221A42 for ; Mon, 23 Nov 2020 14:26:33 +0100 (CET) Original-Received: from s500.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 37F162E723B0; Mon, 23 Nov 2020 14:26:33 +0100 (CET) Original-Received: from s475.loopia.se (unknown [172.22.191.5]) by s500.loopia.se (Postfix) with ESMTP id 32B311E32F59; Mon, 23 Nov 2020 14:26:33 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se Original-Received: from s498.loopia.se ([172.22.191.5]) by s475.loopia.se (s475.loopia.se [172.22.190.15]) (amavisd-new, port 10024) with LMTP id JAJm3VGHlXAM; Mon, 23 Nov 2020 14:26:32 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: joakim.verona@chimeslab.se X-Loopia-Originating-IP: 193.234.148.196 Original-Received: from tanaka.verona.se (unknown [193.234.148.196]) (Authenticated sender: joakim.verona@chimeslab.se) by s498.loopia.se (Postfix) with ESMTPSA id 54D4B489399; Mon, 23 Nov 2020 14:26:32 +0100 (CET) In-Reply-To: <87y2ise7j5.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 23 Nov 2020 10:39:42 +0100") Received-SPF: pass client-ip=93.188.3.37; envelope-from=joakim@verona.se; helo=smtp.outgoing.loopia.se X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:259678 Archived-At: Lars Ingebrigtsen writes: > Akira Kyle writes: > >> Essentially it opens a dedicated window for displaying webkit which >> can be controlled through the keybindings in the emacs buffer >> corresponding to that webkit view (of course one needs to have running >> a running graphical session pointed to in $DISPLAY). > > This is great news -- the demo looks awesome. > > Just a couple of comments (without having actually tried it or even > looked at the code): > > One thing I hoped to do with the in-tree xwidget code was to use it in > eww to display media types Emacs doesn't support -- primarily .mp4 >