From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Thu, 31 Dec 2015 09:41:40 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <87bn9a8an8.fsf@isaac.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1451522517 2016 80.91.229.3 (31 Dec 2015 00:41:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2015 00:41:57 +0000 (UTC) To: Richard Stallman , deng@randomsample.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 01:41:53 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aERJQ-000475-9i for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2015 01:41:52 +0100 Original-Received: from localhost ([::1]:54225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aERJP-0006TY-8w for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2015 19:41:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aERJM-0006TS-7u for emacs-devel@gnu.org; Wed, 30 Dec 2015 19:41:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aERJJ-00056T-2M for emacs-devel@gnu.org; Wed, 30 Dec 2015 19:41:48 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:64601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aERJI-00054t-HD; Wed, 30 Dec 2015 19:41:44 -0500 Original-Received: from fermat1.math.s.chiba-u.ac.jp (fermat [192.168.32.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id A422CC0566; Thu, 31 Dec 2015 09:41:40 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) 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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197219 Archived-At: >>>>> On Wed, 30 Dec 2015 11:57:43 -0800, John Wiegley said: >>> * Blend-and-blur of background color on OS X 10.10 and later via >>> face's stipple attribute: e.g., (set-face-stipple 'fringe >>> "alpha:50%"). >> We can install the MacOS support for this if and when we also >> support it on GNU/Linux. > Very well. Yamamoto-san, I imagine this will mean you still have to > maintain a separate patch for Mac Port, but now covering only those > features that the FSF does not yet accept into GNU Emacs. All the > rest of your work can be merged in when you are ready. This should > leave you with a much smaller patch to manage separately. The above feature is the least important one among what I gave in the previous mail. Probably I'll just disable it and I won't provide a separate patch. I'll start with committing a few changes that are currently included in the Mac port but actually not specific to it. What should I do for the copyright lines at the beginning of the port-specific files? Currently, the first lines in src/mac.c look like: /* Unix emulation routines for GNU Emacs on the Mac OS. Copyright (C) 2000-2008 Free Software Foundation, Inc. Copyright (C) 2009-2015 YAMAMOTO Mitsuharu because this file is derived from the corresponding one in Emacs 22 where the Carbon port (the precedessor of the Mac port) was a part of the standard distribution. The copyright lines in a file that are not derived from the Carbon port look like /* Definitions and headers for AppKit framework on the Mac OS. Copyright (C) 2008-2015 YAMAMOTO Mitsuharu YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp