aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaroly Lorentey2004-04-17 18:24:32 +0000
committerKaroly Lorentey2004-04-17 18:24:32 +0000
commit2a0c7b06f718bdbe837f5e0cd05ba1f164b03420 (patch)
tree36de5c71183779064af60ac1f33c0719f17ee157
parent385ed61f9d0bffef8a3f037e8cdc85d0de71bf15 (diff)
downloademacs-2a0c7b06f718bdbe837f5e0cd05ba1f164b03420.tar.gz
emacs-2a0c7b06f718bdbe837f5e0cd05ba1f164b03420.zip
README updates.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-141
-rw-r--r--README.multi-tty8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 71414201e5f..a0e0c4a1ebb 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -71,6 +71,7 @@ HOW TO COMPILE AND TEST
71To try out the multi-tty branch, compile and run the multi-tty branch 71To try out the multi-tty branch, compile and run the multi-tty branch
72with the following commands: 72with the following commands:
73 73
74 find -name "*.elc" | xargs rm # Delete leftover stuff
74 mkdir +build 75 mkdir +build
75 cd +build 76 cd +build
76 ../configure <your favourite options> 77 ../configure <your favourite options>
@@ -86,9 +87,9 @@ or
86 87
87You'll hopefully have two fully working, independent frames on 88You'll hopefully have two fully working, independent frames on
88separate terminals. The new frame is closed automatically when you 89separate terminals. The new frame is closed automatically when you
89have finished editing the specified files (C-x #), but delete-frame 90finish editing the specified files (C-x #), but delete-frame (C-x 5 0)
90(C-x 5 0) also works. Of course, you can create frames on more than 91also works. Of course, you can create frames on more than two tty
91two tty devices. 92devices.
92 93
93Creating new frames on the same tty with C-x 5 2 works, and they 94Creating new frames on the same tty with C-x 5 2 works, and they
94behave the same way as in previous Emacs versions. If you exit emacs, 95behave the same way as in previous Emacs versions. If you exit emacs,
@@ -255,7 +256,6 @@ THINGS TO DO
255 256
256 $ emacsclient -t 257 $ emacsclient -t
257 C-z 258 C-z
258 $ bg
259 $ emacsclient -t 259 $ emacsclient -t
260 (This fails now.) 260 (This fails now.)
261 261