On Mon, 15 Jan 2007, John Dey wrote:
> Hi,
>
> When I evoke xemacs and emacs from xterm, I get the following
> warnings:
>
> [EMAIL PROTECTED] ~]$ xemacs
> Warning: Color name "black" is not defined
> Warning: Color name "Blue" is not defined
> Warning: Color name "Red" is not defined
> Warning: Color name "Maroon" is not defined
> Warning: Color name "ForestGreen" is not defined
> [EMAIL PROTECTED] ~]$ emacs
> Undefined color: "black"
> [EMAIL PROTECTED] ~]$
>
> Does anyone have any idea on how I might fix the configuration? Any
> help will be greatly appreciated. Thanks.
>
> John
Hi John,
Those colors sound like the X colors defined in /usr/lib/X11/rgb.txt.
gwiz% grep ForestGreen /usr/lib/X11/rgb.txt
34 139 34 ForestGreen
Although I would think this file should be installed by default.
On my YDL 4.1 system, the rgb.txt file is part of the package:
gwiz% rpm -qf /usr/lib/X11/rgb.txt
xorg-x11-libs-6.8.2-37.FC4.49.4.ydl.2
You could also try to run emacs as "emacs -nw" to run it in
non-windowed mode.
-Hope this helps
-Bill
_______________________________________________
yellowdog-general mailing list
[email protected]
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'