diff README.multi-tty @ 83387:0181341f0aca

Fix Delete key on X by adapting normal-erase-is-backspace-mode for multi-tty. (Reported by Dan Waber and Dan Nicolaescu.) * lisp/frame.el (terminal-parameter-p): New function. (terminal-parameter): Use it. * lisp/simple.el (normal-erase-is-backspace): Add 'maybe option, set it as default. (normal-erase-is-backspace-mode): Rewrite for multiple display support. (normal-erase-is-backspace-setup-frame): New function. * lisp/frame.el (make-frame): Call it. * lisp/startup.el (command-line): Call it. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-427
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 23 Oct 2005 22:11:22 +0000
parents 3b40dd9f3d92
children e99392472e41
line wrap: on
line diff
--- a/README.multi-tty	Wed Oct 19 14:06:17 2005 +0000
+++ b/README.multi-tty	Sun Oct 23 22:11:22 2005 +0000
@@ -391,6 +391,9 @@
 ** Report GTK multi-display problems to GTK maintainers.  For extra
    credit, fix them.
 
+** Possibly turn off the double C-g feature when there is an X frame.
+   C.f. (emacs)Emergency Escape.
+
 ** frames-on-display-list should also accept frames.
 
 ** I smell something funny around pop_kboard's "deleted kboard" case.
@@ -483,6 +486,8 @@
    `last-command', but SELECTED_FRAME()->display->kboard to get the
    value of `function-key-map'.
 
+** I think keyboard-translate-table should be made terminal-local.
+
 ** The single-keyboard mode of MULTI_KBOARD is extremely confusing
    sometimes; Emacs does not respond to stimuli from other keyboards.
    At least a beep or a message would be important, if the single-mode
@@ -533,9 +538,6 @@
 
    See if xsmfns.c should be updated.
 
-** normal-erase-is-backspace-mode in simple.el needs to be updated for
-   multi-tty (rep. by Dan Waber).
-
 ** Hunt down display-related functions in frame.el and extend them all
    to accept display ids.
 
@@ -1249,5 +1251,11 @@
 
    (Fixed in patch-414 after detailed analysis by Kalle Olavi Niemitalo.)
 
+-- normal-erase-is-backspace-mode in simple.el needs to be updated for
+   multi-tty (rep. by Dan Waber).  (The Delete key is broken on X
+   because of this.)
+
+   (Fixed in patch-427.)
+
 ;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d