Make sure secondary frames are deleted when emacsclient quits.
commitb2af72d2f0da11c271cac6fc823053d0018068b2
authorKaroly Lorentey <lorentey@elte.hu>
Mon, 29 Dec 2003 08:28:35 +0000 (29 08:28 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Mon, 29 Dec 2003 08:28:35 +0000 (29 08:28 +0000)
tree3eb8facc529c3360f7c85416cc93249fb9b6a337
parent9f729af551e991e5f6d49f329674f6802450d70f
Make sure secondary frames are deleted when emacsclient quits.

lisp/server.el (server-sentinel): Delete frame if alive.  Fix delq
invocation on server-frames.
(server-process-filter, server-buffer-done): Fix delq invocation on
server-frames.

src/cm.c (cmputc): Abort on write error, see what happens.

src/keyboard.c (read_avail_input): Do delete_tty on read errors.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-21
README.multi-tty
lisp/server.el
src/cm.c
src/keyboard.c