diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-01-22 11:03:19 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-01-22 11:03:19 +0000 |
commit | f913082994ffe9246fdd9ecb5ec55b7f3bb6af41 (patch) | |
tree | 429f3fa995f0fff06b4b003852c500f30097d9b6 /etc/PROBLEMS | |
parent | c69fe360148011bc0fe76e1c6ce2ee6c81bc1e96 (diff) | |
download | emacs-f913082994ffe9246fdd9ecb5ec55b7f3bb6af41.tar.gz |
Document problems with insufficient number of colors on X.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 16 |
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 problem, you should look for a way to configure Emacs so that it uses terminfo when built. +* Error messages about undefined colors on X. + +The messages might say something like this: + + Unable to load color "grey95" + +(typically, in the `*Messages*' buffer), or something like this: + + Error while displaying tooltip: (error Undefined color lightyellow) + +These problems could happen if some other X program has used up too +many colors of the X palette, leaving Emacs with insufficient system +resources to load all the colors it needs. + +A solution is to exit the offending X programs before starting Emacs. + * Colors are not available on a tty or in xterm. Emacs 21 supports colors on character terminals and terminal |