all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Displaying the emacs pgtk branch in a browser window
@ 2020-12-22 22:18 joakim
  2020-12-23  1:54 ` 황병희
  0 siblings, 1 reply; 2+ messages in thread
From: joakim @ 2020-12-22 22:18 UTC (permalink / raw)
  To: emacs-devel


I found this pretty interesting. Perhaps this has already been
commented on, then sorry for the noise.

It is possible to run the emacs pgtk branch so that you can view the
emacs frame inside a brower window, in my case I tested using Firefox.

First compile pgtk emacs:

git checkout feature/pgtk
./autogen.sh
./configure   --with-pgtk --with-imagemagick  --with-json
make -j32

Then run emacs inside the broadway display server, that converts gtk
calls to html:

GDK_BACKEND=broadway BROADWAY_DISPLAY=:6  src/emacs -Q

Now witness emacs running inside a browser window:
http://localhost:8086/

Mos of the things I tested worked nicely. Well done, pgtk team!

Regards,
/Joakim
-- 
Joakim Verona
joakim@verona.se



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-23  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-22 22:18 Displaying the emacs pgtk branch in a browser window joakim
2020-12-23  1:54 ` 황병희

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.