emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multimedia dashboard in GNU Emacs


From: Po Lu
Subject: Re: Multimedia dashboard in GNU Emacs
Date: Thu, 30 Dec 2021 12:48:19 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Aiko Kyle <aikokyle@gmail.com> writes:

> Doesn't this have to do more with syncronizing two DOMs though? There
> isn't much gtk state attached to webkit webviews that would need to be
> shared.

The idea is to give the view a large enough allocation and to put it
into a GtkScrolledWindow, which can then be scrolled however you want
it.

> Fundamentally the emacs window/buffer paradigm doesn't fit with the
> browser DOM/webview paradigm.  This again goes back to my opinion that
> enforcing a one-to-one correspondence between a webkit xwidget window
> and buffer is the better UI paradigm for meshing the two than the
> offscreen rendering technique.

If an xwidget is only displayed in a single window, it behaves the same
way as in any other application, so I see no reason to prevent it from
being displayed in multiple windows.

It won't hurt for the people who want it the way it is, and the people
who want to keep an xwidget-webkit buffer from being displayed in
multiple windows can simply refrain from opening those other windows.

> I'm curious as to what your workflow/use case with them might look
> like?  Understanding that might help me to better understand your
> opinion on why the osr technique results in a better UI in this case.

I'm not arguing about user experience (I have no opinion on that), only
about what fits in better with the Emacs display architecture.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]