akirakyle / emacs-webkit

An Emacs Dynamic Module for WebKit, aka a fully fledged browser inside emacs
GNU General Public License v3.0
419 stars 24 forks source link

Transfer webkit view between frames #16

Closed bqv closed 3 years ago

bqv commented 3 years ago

Just asking the question. I would assume this works within the same emacsclient process, but not otherwise. Am I correct?

akirakyle commented 3 years ago

Yeah I've tried to make sure that switching to a webkit buffer in another frame than the one it is currently tied to seamlessly moves it to the new frame. It should work fine moving the webkit view between different frames started from different emacsclient processes, but I can't recall if I've tested that specifically and I'm sure there are edge cases I'm not accounting for.

bqv commented 3 years ago

Fantastic. I'll test this shortly, but that's a killer feature

bqv commented 3 years ago

Oh yeah, this worked