In:
From: "T. Kurosaka - Sun Professional Services" <kuro@Japan>
Subject: Re: how to debug .emacs?
Date: Mon, 17 May 1999 18:29:48 +0900
Message-ID: <19990517182948F.kuro(a)Japan.Sun.COM>
I wrote:
kuro> Now that I have solve this, I have another problem: icon are all black.
kuro> Do I need to specify where the icon files are located?
In order to narrow down the problem, I ran xemacs under truss utility
and it seems that xemacs is reading the xbm files properly, for example:
open("/home/kuro/local/lib/xemacs-21.2-b13/etc/toolbar/last-win-up.xbm",
O_RDONLY) = 11
open("/home/kuro/local/lib/xemacs-21.2-b13/etc/toolbar/last-win-up.xbm",
O_RDONLY) = 11
but it fails to open the .xbmMask or .xbmmsk file for that icon:
open("/home/kuro/local/lib/xemacs-21.2-b13/etc/toolbar/last-win-up.xbmMask",
O_RDONLY) Err#2 ENOENT
open("/home/kuro/local/lib/xemacs-21.2-b13/etc/toolbar/last-win-up.xbmmsk",
O_RDONLY) Err#2 ENOENT
Would this be a problem? I don't know what these mask files do.
I also wonder why xemacs opens each .xbm files twice.
-kuro