diff README.multi-tty @ 83363:3d2bc61f2da0

Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el. (Submitted by Dan Nicolaescu.) * term/lk201.el (terminal-init-lk201): * term/iris-ansi.el (terminal-init-iris-ansi): * term/rxvt.el (terminal-init-rxvt): Protect function-key-map against multiple invocations from the same terminal. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-403
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 09 Sep 2005 19:04:34 +0000
parents c3dd82172ed1
children 98c880698d66
line wrap: on
line diff
--- a/README.multi-tty	Wed Sep 07 23:28:54 2005 +0000
+++ b/README.multi-tty	Fri Sep 09 19:04:34 2005 +0000
@@ -386,19 +386,6 @@
 THINGS TO DO
 ------------
 
-** Go through lisp/term/*.el once more and protect terminal-local
-   initializations with '(when (eq 1 (length (frames-on-display-list)))'
-   as in xterm.el.  This is to prevent resource allocation explosions
-   when C-x 5 2 is used repeatedly.
-
-** Dan Nicolaescu writes:
-   > The terminal initialization code still has some issues. 
-   > This can be seen when using emacsclient -t on a 256 color xterm. The
-   > terminal frame is only created with 8 color. 
-   > The reason is that terminal-init-xterm calls
-   > xterm-register-default-colors which calls (display-color-cells (selected-frame))
-   > and probably `selected-frame' is not completely setup at that time. 
-
 ** emacsclient --no-wait and --eval is currently broken.
 
 ** xt-mouse.el needs to be adapted for multi-tty.  It currently