Mercurial > emacs
changeset 53237:4f33c6fc9a1f
README.multi-tty updates.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-13
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 27 Dec 2003 14:20:59 +0000 |
parents | e77dcb66ec84 |
children | 7a619020ecd2 |
files | README.multi-tty |
diffstat | 1 files changed, 14 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/README.multi-tty Sat Dec 27 13:55:54 2003 +0000 +++ b/README.multi-tty Sat Dec 27 14:20:59 2003 +0000 @@ -42,10 +42,10 @@ You'll hopefully have two fully working frames on separate terminals. If you exit emacs, both terminals should be restored to their previous -states. +states. You can close the newly opened frame and return to the shell +without exiting Emacs with C-x 5 0, i.e., delete-frame. -At the moment you can not close terminals without exiting Emacs -- -this will soon be implemented. + X, Mac, Windows and DOS support is broken, probably doesn't even compile -- this will be solved later. @@ -210,11 +210,18 @@ ** Export delete_tty to the Lisp environment, for emacsclient. +** Restore tty screen after closing the terminal. + +** 'TERM=dumb src/emacs' does not restore the terminal state. + ** C-g should work on secondary terminals. ** Make parts of struct tty_output accessible from Lisp. The device name and the type is sufficient. +** Find out why does Emacs abort when it wants to close its + controlling tty. + ** Implement support for starting an interactive Emacs session without an initial frame. (The user would connect to it and open frames later, with emacsclient.) Not necessarily a good idea. @@ -229,7 +236,10 @@ ** Move optimalization parameters (costs) from union output_data to a backend-neutral per-device structure. -** Do tty output through term_hooks, too. +** Find out the best way to support suspending Emacs with multiple + ttys. + +** Do tty output through term_hooks, like all other display backends. ** Fix X support.