Mercurial > emacs
comparison etc/PROBLEMS @ 42900:8f96a03b2596
Document problems with insufficient number of colors on X.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 22 Jan 2002 11:03:19 +0000 |
parents | ce3a2be6003b |
children | 522d55d73e2e |
comparison
equal
deleted
inserted
replaced
42899:208cfafce1ab | 42900:8f96a03b2596 |
---|---|
243 and reconfiguring and rebuilding Emacs should solve this. | 243 and reconfiguring and rebuilding Emacs should solve this. |
244 | 244 |
245 All modern systems support terminfo, so even if ncurses is not the | 245 All modern systems support terminfo, so even if ncurses is not the |
246 problem, you should look for a way to configure Emacs so that it uses | 246 problem, you should look for a way to configure Emacs so that it uses |
247 terminfo when built. | 247 terminfo when built. |
248 | |
249 * Error messages about undefined colors on X. | |
250 | |
251 The 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 | |
259 These problems could happen if some other X program has used up too | |
260 many colors of the X palette, leaving Emacs with insufficient system | |
261 resources to load all the colors it needs. | |
262 | |
263 A solution is to exit the offending X programs before starting Emacs. | |
248 | 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 |
251 Emacs 21 supports colors on character terminals and terminal | 267 Emacs 21 supports colors on character terminals and terminal |
252 emulators, but this support relies on the terminfo or termcap database | 268 emulators, but this support relies on the terminfo or termcap database |