all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Colour problems with emacs-21.2 under Solaris and Motif
@ 2002-09-02 22:30 Gary Mills
  2002-09-04 14:20 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Mills @ 2002-09-02 22:30 UTC (permalink / raw)


I just compiled emacs-21.2 on Solaris 2.6 with this configuration:

	./configure \
	        --without-gcc \
	        --with-x-toolkit=motif

I'm running it under Solaris 8 and Solaris 9 with CDE.  I noticed
several peculiarities with the colours.  It seems mainly due to a
small number of missing colours.  This is not the usual problem with
some other application using up all the colours, by the way.  I checked
on that.  I'm assuming it is a Solaris or CDE problem.

Here's what I noticed:

1) Tooltips don't appear.  This error is generated:
   `Error while displaying tooltip: (error Undefined color lightyellow)'

2) The selected item in any menu is a black bar, with no text visible.

3) The error `Unable to load color "grey20"' shows up in the messages
   buffer.

4) Secondary menus have the default (bluish gray) background, not the
   gray background of the primary menu.

5) In the listing of all colours, some are missing.  This includes
   almost all colour names like COLOUR4, plus `lightyellow' and some
   of the greyNN colours.

My workaround was to add the following lines to the site-start.el file:

  (if (facep 'menu)
      (set-face-attribute 'menu nil :background "gray76" :foreground "black"))
  (if (facep 'tooltip)
      (set-face-attribute 'tooltip nil :background "LightYellow2" :foreground "black"))


-- 
-Gary Mills-    -Unix Support-    -U of M Academic Computing and Networking-

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-04 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-02 22:30 Colour problems with emacs-21.2 under Solaris and Motif Gary Mills
2002-09-04 14:20 ` Richard Stallman
2002-09-04 14:39   ` Gary Mills
2002-09-04 16:51   ` Gary Mills

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.