aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey2005-09-09 19:04:34 +0000
committerKaroly Lorentey2005-09-09 19:04:34 +0000
commitaf520c4a4e04e55c854bb782af8df8412028c481 (patch)
tree10def401ec0f2c648dc480d2ff5185d43ee45f7d /README.multi-tty
parent5b65d888a676b023b7232b460105551e51a58a13 (diff)
downloademacs-af520c4a4e04e55c854bb782af8df8412028c481.tar.gz
emacs-af520c4a4e04e55c854bb782af8df8412028c481.zip
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
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 7d0d420a0a7..b14f2a55157 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -386,19 +386,6 @@ is probably not very interesting for anyone else.)
386THINGS TO DO 386THINGS TO DO
387------------ 387------------
388 388
389** Go through lisp/term/*.el once more and protect terminal-local
390 initializations with '(when (eq 1 (length (frames-on-display-list)))'
391 as in xterm.el. This is to prevent resource allocation explosions
392 when C-x 5 2 is used repeatedly.
393
394** Dan Nicolaescu writes:
395 > The terminal initialization code still has some issues.
396 > This can be seen when using emacsclient -t on a 256 color xterm. The
397 > terminal frame is only created with 8 color.
398 > The reason is that terminal-init-xterm calls
399 > xterm-register-default-colors which calls (display-color-cells (selected-frame))
400 > and probably `selected-frame' is not completely setup at that time.
401
402** emacsclient --no-wait and --eval is currently broken. 389** emacsclient --no-wait and --eval is currently broken.
403 390
404** xt-mouse.el needs to be adapted for multi-tty. It currently 391** xt-mouse.el needs to be adapted for multi-tty. It currently