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: Wed, 23 Jul 2008 17:07:17 +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 1216832944 28615 80.91.229.12 (23 Jul 2008 17:09:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2008 17:09:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 23 19:09:53 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 1KLhqW-0005oI-Tr for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 19:09:49 +0200 Original-Received: from localhost ([127.0.0.1]:50155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLhpd-0000bH-GH for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 13:08:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLhoI-0007YS-5v for emacs-devel@gnu.org; Wed, 23 Jul 2008 13:07:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLhoG-0007W1-Dv for emacs-devel@gnu.org; Wed, 23 Jul 2008 13:07:29 -0400 Original-Received: from [199.232.76.173] (port=52814 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLhoG-0007Vk-40 for emacs-devel@gnu.org; Wed, 23 Jul 2008 13:07:28 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:39495 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 1KLhoF-0007cq-IT for emacs-devel@gnu.org; Wed, 23 Jul 2008 13:07:27 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KLhoC-00019F-9Q for emacs-devel@gnu.org; Wed, 23 Jul 2008 17:07:24 +0000 Original-Received: from dpc67142130032.direcpc.com ([67.142.130.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jul 2008 17:07:24 +0000 Original-Received: from Adrian.B.Robert by dpc67142130032.direcpc.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jul 2008 17:07:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 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.32 (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:101319 Archived-At: Hi, > "Emacs" in nsfns.m, nsmenu.m and nsterm.m don't seem to be related > -- colorlist index, appMenu name, and default frame name etc. OK, thanks. > > Also, defaults storage (X resources, essentially) currently goes under > > plain "Emacs". This should also be changed to include org.gnu prefix. > > > I don't well understand this. > "TODO" in nsfns.m: x_get_string_resource? That TODO is just to try to get the name from Info.plist programmatically, and use it. I'll try to look into it soon.