From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Tool-bar icons with disabled/selected states not displayed (Carbon port) Date: Tue, 2 May 2006 11:44:28 +0100 Message-ID: References: <32503AD0-D6AB-428F-A3B3-35EA2577BB43@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146566693 6678 80.91.229.2 (2 May 2006 10:44:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 May 2006 10:44:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 02 12:44:49 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FasMu-0002Pi-1c for ged-emacs-devel@m.gmane.org; Tue, 02 May 2006 12:44:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FasMt-00015x-Jo for ged-emacs-devel@m.gmane.org; Tue, 02 May 2006 06:44:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FasMi-00015h-G1 for emacs-devel@gnu.org; Tue, 02 May 2006 06:44:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FasMg-00013Q-KQ for emacs-devel@gnu.org; Tue, 02 May 2006 06:44:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FasMg-00013H-Fd for emacs-devel@gnu.org; Tue, 02 May 2006 06:44:22 -0400 Original-Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FasMo-0001Nc-Ls for emacs-devel@gnu.org; Tue, 02 May 2006 06:44:30 -0400 Original-Received: from [129.215.174.81] (helo=[129.215.174.81]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1FasMa2bC1-0005cd; Tue, 02 May 2006 12:44:17 +0200 In-Reply-To: Original-To: YAMAMOTO Mitsuharu X-Mailer: Apple Mail (2.749.3) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:f3c9a04d49beab9fcce37ffcb55ebfb9 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:53780 Archived-At: On 2 May 2006, at 01:39, YAMAMOTO Mitsuharu wrote: > Don't they contain `.' in their variable_name part (the part between > "static char *" and "[]" in the second line)? > > The file "s1.dis.xpm" contains the following line: > > static char *saveas.dis[] = { > > The specification of XPM (http://koala.ilog.fr/lehors/doc/xpm.PS) does > not explicitly state the syntax of the variable_name. But I think it > is reasonable to assume that it coincides with that of identifiers in > C or C++, because XPM is designed so as to be included in these > languages. (Chapter 2 starts with "The XPM format presents a C > syntax".) > > I could display s1.dis.xpm if the variable_name part is replaced with > `saveas_dis'. Yes, I see your point. I assume that these files are parsed by X rather than by Emacs? That would explain why it's working just fine on X. I've changed my files and all is good now. I don't think this bug is terribly important to fix in Emacs, but I'll take it up with the ImageMagick people, whose code has produced the xpms. Thanks.