all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: emacs-devel@gnu.org
Subject: Displaying the emacs pgtk branch in a browser window
Date: Tue, 22 Dec 2020 23:18:38 +0100	[thread overview]
Message-ID: <87y2hpo56p.fsf@tanaka.verona.se> (raw)


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



             reply	other threads:[~2020-12-22 22:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-22 22:18 joakim [this message]
2020-12-23  1:54 ` Displaying the emacs pgtk branch in a browser window 황병희

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y2hpo56p.fsf@tanaka.verona.se \
    --to=joakim@verona.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.