Revision: emacs--multi-tty--0--patch-427
Archive: lorentey@elte.hu--2004
Creator: Karoly Lorentey <lorentey@elte.hu>
Date: Mon Oct 24 00:11:22 CEST 2005
Standard-date: 2005-10-23 22:11:22 GMT
Modified-files: README.multi-tty lisp/frame.el
    lisp/simple.el lisp/startup.el
New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-427
Summary: Fix Delete key on X by adapting normal-erase-is-backspace-mode for multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)
Keywords: 

* 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.