From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v2] Add xwidget webkit support for macOS Cocoa Date: Sun, 02 Jun 2019 17:39:40 +0300 Message-ID: <83lfykuk43.fsf@gnu.org> References: <20190525132727.94982-1-pcr910303@icloud.com> <679B30F5-4AB8-4F70-AEA1-A428538E928B@icloud.com> <768c3ba1-d494-154f-b752-ff32cfb3085a@cs.ucla.edu> <374E0E1B-6642-4338-A1B1-F373AC587FD2@icloud.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="44307"; mail-complaints-to="usenet@blaine.gmane.org" Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: =?utf-8?B?7KGw7ISx67mI?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 02 16:47:43 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hXRlu-000BPT-9q for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2019 16:47:42 +0200 Original-Received: from localhost ([127.0.0.1]:49782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXRls-0003vH-R9 for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2019 10:47:40 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:57841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXRl2-0003fp-TS for emacs-devel@gnu.org; Sun, 02 Jun 2019 10:46:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXReM-00044O-Ag; Sun, 02 Jun 2019 10:39:54 -0400 Original-Received: from [176.228.60.248] (port=3986 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hXReK-0005DY-8R; Sun, 02 Jun 2019 10:39:53 -0400 In-reply-to: (message from =?utf-8?B?7KGw7ISx67mI?= on Sun, 2 Jun 2019 15:14:14 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:237192 Archived-At: > From: 조성빈 > Date: Sun, 2 Jun 2019 15:14:14 +0900 > Cc: emacs-devel@gnu.org > > It feels like I’m spamming the mailing list, (Sorry!) but can anybody review my patch? I would really like to use the xwidget functionality in macOS :-( Thank you for your patience, I think I need to hear opinions from people who develop for macOS and are familiar with the special aspects of that platform.