Mercurial > emacs
changeset 83101:a2e3f695c833
README updates.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-141
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 17 Apr 2004 18:24:32 +0000 |
parents | 4970ad4995f5 |
children | a330cf2446ad |
files | README.multi-tty |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <your favourite options> @@ -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.)