From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Thu, 05 Dec 2019 10:01:13 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <0100016ecaff2ce1-0e196691-7294-4b32-bb3a-f63572d3ece8-000000@email.amazonses.com> <0100016ed0d09112-27e7f039-98b4-46e4-aca6-9bcbca265ff6-000000@email.amazonses.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="94664"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Cc: emacs-devel@gnu.org To: Pankaj Jangid Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 05 02:02: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.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1icfXW-000OUd-Kl for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2019 02:02:42 +0100 Original-Received: from localhost ([::1]:48576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icfXV-0002e9-Gr for ged-emacs-devel@m.gmane.org; Wed, 04 Dec 2019 20:02:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60777) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icfWF-0002d6-4m for emacs-devel@gnu.org; Wed, 04 Dec 2019 20:01:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icfWA-0008BV-D2 for emacs-devel@gnu.org; Wed, 04 Dec 2019 20:01:20 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:51591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1icfW8-00084A-7s for emacs-devel@gnu.org; Wed, 04 Dec 2019 20:01:16 -0500 Original-Received: from mathent.math.s.chiba-u.ac.jp (mathent [192.168.32.5]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 078E9F08E8; Thu, 5 Dec 2019 10:01:13 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) In-Reply-To: <0100016ed0d09112-27e7f039-98b4-46e4-aca6-9bcbca265ff6-000000@email.amazonses.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 133.82.132.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:243134 Archived-At: On Wed, 04 Dec 2019 21:09:20 +0900, Pankaj Jangid wrote: > > YAMAMOTO Mitsuharu writes: > >> > The first update of the Mac port based on Emacs 26.3 is now > >> > available from > >> > ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-26.3-mac-7.8.tar.gz > >> Does it solve the problem of iCloud Directory permissions? This issue > >> - https://github.com/caldwell/build-emacs/issues/84 Regards, > > > > I've never seen this issue on the Mac port. It pops up a dialog > > asking for permission to access the directory on the first attempt. > > > > Did you experience this issue on some older version of the Mac port? > > Actually, I was confused. I was talking about the build which is > distributed via [[https://emacsformacosx.com/]] website. This build uses > ruby wrappers and the issue occurs because of that. > > Your build is plain emacs build directly from the official emacs git > repository. This build works fine. No. You are referring to the NS port. The Mac port is not a modified version of the NS port, but a different GUI implementation on macOS. They have different designs, policies, and histories. NS port-specific Obj-C files and LOC (as of Emacs 26.3): 1514 nsfont.m 197 nsgui.h 513 nsimage.m 1893 nsmenu.m 511 nsselect.m 1323 nsterm.h 9460 nsterm.m 18754 total Mac port-specific C/Obj-C files and LOC (as of Emacs 26.3 Mac 7.8): 3237 mac.c 1436 macappkit.h 17097 macappkit.m 5434 macfns.c 279 macgui.h 896 macmenu.c 1141 macselect.c 6326 macterm.c 793 macterm.h 36639 total YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp