From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: Cocoa port: document icon Date: Tue, 22 Jul 2008 13:42:28 +0000 (UTC) Message-ID: References: <1BFACD74-B73A-4786-AE12-CDF7D39D9B94@mac.com> <1FAF37DF-0307-4668-911F-D9A99DCED659@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216734240 8390 80.91.229.12 (22 Jul 2008 13:44:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 13:44:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 15:44:48 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLI9h-0000dF-2v for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 15:43:53 +0200 Original-Received: from localhost ([127.0.0.1]:46622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLI8n-0004gE-RD for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 09:42:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLI8b-0004WE-OH for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:42:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLI8b-0004Ut-7f for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:42:45 -0400 Original-Received: from [199.232.76.173] (port=55644 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLI8a-0004UW-IN for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:42:44 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:57066 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KLI8Z-0000kz-UL for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:42:44 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KLI8U-0004YZ-Qp for emacs-devel@gnu.org; Tue, 22 Jul 2008 13:42:39 +0000 Original-Received: from dpc67142130035.direcpc.com ([67.142.130.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2008 13:42:38 +0000 Original-Received: from Adrian.B.Robert by dpc67142130035.direcpc.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2008 13:42:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 67.142.130.35 (Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/523 (KHTML, like Gecko, Safari/523.10) OmniWeb/v621.0.99313) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101191 Archived-At: Seiji Zenitani mac.com> writes: > Here is a merged Info.plist file for Cocoa port. > (nextstep/Cocoa/Emacs.base/Contents/Info.plist) OK, good. > ... > #1 > I changed CFBundleIdentifier from "Emacs" to "org.gnu.Emacs", > similar to the current Carbon port. Can you check this doesn't affect services handling or other places? (Search for "Emacs" (enclosed in double-quotes) in ns*.m). Also, defaults storage (X resources, essentially) currently goes under plain "Emacs". This should also be changed to include org.gnu prefix. > #2 > I temporary changed the application signature (CFBundleSignature) > from "Emcs" (Emacs.app) to "EMAx" (Carbon Emacs). As long as there is no conflict with, e.g., co-installed Carbon Emacs, this seems fine to me. (I imagine there will be a long period while people have various 22-based Carbon emacsen co-installed with Cocoa Emacs.app, and that may persist into the future if the Carbon port ends up being maintained in emacs-23.