unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jaesup Kwak <veshboo@gmail.com>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Xwidget webkit support for macOS X Cocoa
Date: Wed, 29 Nov 2017 03:00:34 +0900	[thread overview]
Message-ID: <CAADX8x+uWmbXWNm9kAy6s9wRqb1RjDsQitUV69JotFkmewnZhg@mail.gmail.com> (raw)
In-Reply-To: <e0ee8877-eb10-2a88-513d-643beec3b099@cs.ucla.edu>

[-- Attachment #1: Type: text/plain, Size: 2017 bytes --]

On Wed, Nov 29, 2017 at 12:59 AM, Paul Eggert <eggert@cs.ucla.edu> wrote:

> On 11/27/2017 11:13 PM, Jaesup Kwak wrote:
>
>> I made a work supporting Emacs xwidget webkit for macOS X, which works
>> with Cocoa and Safari webkit frameworks without need of GTK and X window.
>> You can t ry it on master branch of https://github.com/veshboo/emacs
>>
>
> Thanks, could you please briefly characterize how this relates to what's
> already in GNU Emacs, and to the Emacs Mac Port <
> https://bitbucket.org/mituharu/emacs-mac/>? (Sorry, I don't know macOS
> well.)
>

This work provides NSView (Cocoa AppKit) and WKWebView (Safari WebKit)
based backend for the Emacs xwidget webkit feature (--with-xwidgets).

The current GNU Emacs xwidget webkit feature requires X window, GTK,
and WebKitGTK even on macOS, it runs OK but not gets along with
macOS's GUI environment.

With my work, it requires only AppKit and WebKit (these are available
on macOS X without manual installation) and the resulting graphical
web browsing in Emacs buffer shows better look in the macOS GUI
environment.

Most changes are made in the following files (about 30 commits):

* configure.ac src/Makefile.in: Enable xwidgets also if NS (macOS) and
  WebKit available

* src/xwidget.[ch]: For USE_GTK or HAVE_NS, conditional compile of
  non-Lisp_Object part of pseudo vector structure and operations on it

* src/nsxwidget.[mh]: Newly added files, provide NS backend for
  xwidget and webkit

* lisp/xwidget.el: Some fixes and enhancements while development and
  testing of ns xwidget webkit support

And this work has no relation to the Emacs Mac Port. I cloned from
'git.sv.gnu.org/emacs.git' and made this work. And I also see no support
for NS Cocoa and Safari WebKit based xwidget webkit in the Emacs Mac
Port.


> Also, can willing to sign papers contributing your changes to the Free
> Software Foundation? If so, please let me know and I can send you info
> about how to do that.
>
>
Sure, I can do that, send me the info, please.

Thanks,

[-- Attachment #2: Type: text/html, Size: 3408 bytes --]

  parent reply	other threads:[~2017-11-28 18:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-28  7:13 Xwidget webkit support for macOS X Cocoa Jaesup Kwak
2017-11-28 15:59 ` Paul Eggert
2017-11-28 16:01   ` Jaesup Kwak
2017-11-28 18:00   ` Jaesup Kwak [this message]
2017-11-28 22:34     ` John Wiegley
2017-12-03 11:32 ` Charles A. Roelli
2017-12-04 17:08   ` Jaesup Kwak
2018-06-19 13:43 ` Perry E. Metzger
2018-06-20 19:04   ` Alan Third

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=CAADX8x+uWmbXWNm9kAy6s9wRqb1RjDsQitUV69JotFkmewnZhg@mail.gmail.com \
    --to=veshboo@gmail.com \
    --cc=eggert@cs.ucla.edu \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).