From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: Introducing emacs-webkit and more thoughts on Emacs rendering (was Rethinking the design of xwidgets) Date: Thu, 26 Nov 2020 09:27:11 +0100 Message-ID: <20201126082711.GA12134@tuxteam.de> References: <864kmzupp0.fsf@akirakyle.com> <86pn46awrr.fsf@akirakyle.com> <87y2ise7j5.fsf@gnus.org> <87lferb7co.fsf@gnus.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20787"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.5.21 (2010-09-15) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 26 09:28:12 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 1kiCdQ-0005Ii-CS for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Nov 2020 09:28:12 +0100 Original-Received: from localhost ([::1]:34660 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kiCdP-000705-94 for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Nov 2020 03:28:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiCcd-0006Z0-7m for emacs-devel@gnu.org; Thu, 26 Nov 2020 03:27:23 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:58135) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1kiCcZ-00087y-CR for emacs-devel@gnu.org; Thu, 26 Nov 2020 03:27:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:Date; bh=M/Ni+5rRbPOz8OywY7rFeRpVvKFBMGhptl8L5rnVcgc=; b=RirbL9yQBzunzmlYDIVbRYs0hEM2TuVe/+1+yhQLepRRieZzZQr4mWffUqhClaXKCTu8h5sypNcbOHAHyLdWKG/c2cIRPs3QWzS/MB1jkBiNEAvCrS1EXve6aQYZxzpc0KaNEB/59Dv1HJrG7Dsnl9wN59NPny6J/xdcYiEZrmKgUqJeuq0gh4ffRjpz9s4P9uLv32a5FNdsS1eANEyHgEFOZCnIZwnaXPfDmBmAvEEqlPJxSmzkUlHyOINno1Xhu92ExiVP7VAY19oSYuFXm74Ju7IS+XCMT2OT1pqflO60wA7KMoRSBN+mpFbK4jT6QtO3XdteS664DIx4L+yr5w==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1kiCcR-0003Fx-Mg for emacs-devel@gnu.org; Thu, 26 Nov 2020 09:27:11 +0100 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, 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:259828 Archived-At: --zhXaljGHf11kAtnf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 26, 2020 at 06:25:10AM +0100, Arthur Miller wrote: > Richard Stallman writes: >=20 > > [[[ To any NSA and FBI agents reading my email: please consider ]]] > > [[[ whether defending the US Constitution against all enemies, ]]] > > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > > libmpv is a library to play video files like .mp4. There's no > > > Javascript involved. > > > > Ok on that score. But why is it desirable to do this in Emacs rather > > than run vlc? It is a big nonmodularity, and that is a big drawback. > Why is it desirable to view jpegs in Emacs rather then run > insert-your-favourite-image-viewer-here? Or why is it desirable to > render html in emacs rather then run Firefox? >=20 > For me: less processes, less switching between applications, nice to > have things in Emacs buffers. Imagine being able to say "org-store-link" at a specific frame in a video. Or at specific (x, y) coordinates in a frame in said video. Just imagine :-) Cheers - t --zhXaljGHf11kAtnf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAl+/Zt8ACgkQBcgs9XrR2kYg3wCeIpMlUCn7DIOtDbPYTL92mVZR aiIAn15xSaIag5noV7l08/LXp6smuK4g =bBRI -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf--