Mercurial > emacs
diff README.multi-tty @ 53236:e77dcb66ec84
Implemented automatic deletion of terminals.
lisp/server.el (server-process-filter): Switch to the new terminal frame.
src/frame.c (Fdelete_frame): Delete the tty if this was its the last frame.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-12
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 27 Dec 2003 13:55:54 +0000 |
parents | 1bf332eccca1 |
children | 4f33c6fc9a1f |
line wrap: on
line diff
--- a/README.multi-tty Sat Dec 27 13:13:46 2003 +0000 +++ b/README.multi-tty Sat Dec 27 13:55:54 2003 +0000 @@ -180,6 +180,11 @@ initialization. There is a memory corruption error around this somewhere.) +-- Implement automatic deletion of terminals when the last frame on + that terminal is closed. + + (Done.) + THINGS TO DO ------------ @@ -200,16 +205,16 @@ Update: yes it does, although it is much rarer. Or maybe it's another bug. -** C-g should work on secondary terminals. +** Change emacsclient/server.el to support the -h argument better, + i.e. automatically close the socket when the frame is closed. -** Implement automatic deletion of terminals when the last frame on - that terminal is closed. +** Export delete_tty to the Lisp environment, for emacsclient. + +** C-g should work on secondary terminals. ** Make parts of struct tty_output accessible from Lisp. The device name and the type is sufficient. -** Export delete_tty to the Lisp environment, for emacsclient. - ** 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.