Mercurial > emacs
comparison README.multi-tty @ 83511:f714f11da40a
Fix `vc-annotate' under X. (Reported by Dan Nicolaescu.)
* lisp/vc.el (vc-annotate-color-map): Call `tty-display-color-p' only on
ttys.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-551
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 20 Apr 2006 12:37:41 +0000 |
parents | 7aa43f830ce4 |
children | 673d62ad74b5 |
comparison
equal
deleted
inserted
replaced
83510:2d2f6f096f6e | 83511:f714f11da40a |
---|---|
422 descriptor to the Emacs process. Unfortunately, this requires a | 422 descriptor to the Emacs process. Unfortunately, this requires a |
423 new Lisp-level Emacs API, and as file descriptors are not otherwise | 423 new Lisp-level Emacs API, and as file descriptors are not otherwise |
424 exported to Lisp, this approach seems at least as ugly as the pty | 424 exported to Lisp, this approach seems at least as ugly as the pty |
425 proxy idea. | 425 proxy idea. |
426 | 426 |
427 ** lisp/vc.el depends on the terminal type during load time. | |
428 `vc-annotate-color-map' is one example that needs to be fixed. | |
429 | |
427 ** Understand how `quit_throw_to_read_char' works, and fix any bugs | 430 ** Understand how `quit_throw_to_read_char' works, and fix any bugs |
428 that come to light. | 431 that come to light. |
429 | 432 |
430 ** See if getcjmp can be eliminated somehow. Why does Emacs allow | 433 ** See if getcjmp can be eliminated somehow. Why does Emacs allow |
431 asynchronous input processing while it's reading input anyway? | 434 asynchronous input processing while it's reading input anyway? |