# HG changeset patch # User Karoly Lorentey # Date 1082226272 0 # Node ID a2e3f695c833cc559387cfe8b642f985808084e1 # Parent 4970ad4995f56186f01d90ec2c6b54dc2a2e8dd8 README updates. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-141 diff -r 4970ad4995f5 -r a2e3f695c833 README.multi-tty --- a/README.multi-tty Fri Apr 16 15:03:58 2004 +0000 +++ b/README.multi-tty Sat Apr 17 18:24:32 2004 +0000 @@ -71,6 +71,7 @@ To try out the multi-tty branch, compile and run the multi-tty branch with the following commands: + find -name "*.elc" | xargs rm # Delete leftover stuff mkdir +build cd +build ../configure @@ -86,9 +87,9 @@ You'll hopefully have two fully working, independent frames on separate terminals. The new frame is closed automatically when you -have finished editing the specified files (C-x #), but delete-frame -(C-x 5 0) also works. Of course, you can create frames on more than -two tty devices. +finish editing the specified files (C-x #), but delete-frame (C-x 5 0) +also works. Of course, you can create frames on more than two tty +devices. Creating new frames on the same tty with C-x 5 2 works, and they behave the same way as in previous Emacs versions. If you exit emacs, @@ -255,7 +256,6 @@ $ emacsclient -t C-z - $ bg $ emacsclient -t (This fails now.)