aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-22 11:03:19 +0000
committerEli Zaretskii2002-01-22 11:03:19 +0000
commitf913082994ffe9246fdd9ecb5ec55b7f3bb6af41 (patch)
tree429f3fa995f0fff06b4b003852c500f30097d9b6
parentc69fe360148011bc0fe76e1c6ce2ee6c81bc1e96 (diff)
downloademacs-f913082994ffe9246fdd9ecb5ec55b7f3bb6af41.tar.gz
emacs-f913082994ffe9246fdd9ecb5ec55b7f3bb6af41.zip
Document problems with insufficient number of colors on X.
-rw-r--r--etc/PROBLEMS16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index cc635fbe28f..2f7f1b1fc5b 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -246,6 +246,22 @@ All modern systems support terminfo, so even if ncurses is not the
246problem, you should look for a way to configure Emacs so that it uses 246problem, you should look for a way to configure Emacs so that it uses
247terminfo when built. 247terminfo when built.
248 248
249* Error messages about undefined colors on X.
250
251The messages might say something like this:
252
253 Unable to load color "grey95"
254
255(typically, in the `*Messages*' buffer), or something like this:
256
257 Error while displaying tooltip: (error Undefined color lightyellow)
258
259These problems could happen if some other X program has used up too
260many colors of the X palette, leaving Emacs with insufficient system
261resources to load all the colors it needs.
262
263A solution is to exit the offending X programs before starting Emacs.
264
249* Colors are not available on a tty or in xterm. 265* Colors are not available on a tty or in xterm.
250 266
251Emacs 21 supports colors on character terminals and terminal 267Emacs 21 supports colors on character terminals and terminal