From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v2] Add xwidget webkit support for macOS Cocoa Date: Mon, 03 Jun 2019 13:25:13 -0400 Message-ID: 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> <20190603161106.GA6381@breton.holly.idiocy.org> 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="60717"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 19:36:04 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 1hXqsK-000FY2-6R for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2019 19:36:00 +0200 Original-Received: from localhost ([127.0.0.1]:38639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXqsJ-00025W-3e for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2019 13:35:59 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXqiL-000227-7F for emacs-devel@gnu.org; Mon, 03 Jun 2019 13:25:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXqiK-00040J-Bw for emacs-devel@gnu.org; Mon, 03 Jun 2019 13:25:41 -0400 Original-Received: from [195.159.176.226] (port=38066 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXqiI-0003nZ-Cq for emacs-devel@gnu.org; Mon, 03 Jun 2019 13:25:38 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hXqiB-0002lp-4O for emacs-devel@gnu.org; Mon, 03 Jun 2019 19:25:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:XVQoBG+H4Y2Asci8ZuNwTSkB2QM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 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:237227 Archived-At: > Even using mutt to write out the patch file I can’t get it to apply. I > don’t see anything obviously wrong with it, though. Git complains it’s > corrupt. Is it the quoted printable encoding? It seems that at least leading whitespace has been removed along the way, so it's indeed "corrupted". Stefan