diff options
| author | Karoly Lorentey | 2003-12-28 22:28:52 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2003-12-28 22:28:52 +0000 |
| commit | 04c3243c2a25812c6d0a324d29b8fd1d5acaa715 (patch) | |
| tree | fa237cda8cf320b2cbcc9eedccaaf60eb9d5acb5 /README.multi-tty | |
| parent | 8ed48c277afad174675b3d6dcb8e7b00a4bcc97d (diff) | |
| download | emacs-04c3243c2a25812c6d0a324d29b8fd1d5acaa715.tar.gz emacs-04c3243c2a25812c6d0a324d29b8fd1d5acaa715.zip | |
Trivial changes
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-18
Diffstat (limited to 'README.multi-tty')
| -rw-r--r-- | README.multi-tty | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/README.multi-tty b/README.multi-tty index a4bbb52f62f..5abb9fafd15 100644 --- a/README.multi-tty +++ b/README.multi-tty | |||
| @@ -28,7 +28,8 @@ Basic multi-tty support is there; there are some rough edges, but it | |||
| 28 | already seems to be usable. Emacsclient has been extended to support | 28 | already seems to be usable. Emacsclient has been extended to support |
| 29 | opening a new terminal frame. | 29 | opening a new terminal frame. |
| 30 | 30 | ||
| 31 | To try it out, compile Emacs with the following commands | 31 | To try it out, compile the multi-tty branch with the following |
| 32 | commands: | ||
| 32 | 33 | ||
| 33 | mkdir +build | 34 | mkdir +build |
| 34 | cd +build | 35 | cd +build |
| @@ -38,17 +39,24 @@ To try it out, compile Emacs with the following commands | |||
| 38 | then start up the emacs server (src/emacs, M-x server-start), and then | 39 | then start up the emacs server (src/emacs, M-x server-start), and then |
| 39 | (from a shell prompt on another terminal) start emacsclient with | 40 | (from a shell prompt on another terminal) start emacsclient with |
| 40 | 41 | ||
| 41 | lib-src/emacsclient -h | 42 | lib-src/emacsclient -h /optional/file/names... |
| 42 | 43 | ||
| 43 | You'll hopefully have two fully working frames on separate terminals. | 44 | You'll hopefully have two fully working, independent frames on |
| 44 | If you exit emacs, both terminals should be restored to their previous | 45 | separate terminals. (This seems to be very useful, emacsclient starts |
| 45 | states. You can close the newly opened frame and return to the shell | 46 | up even faster than vi!) :-) You can close the newly opened frame and |
| 46 | without exiting Emacs by pressing C-x 5 0, i.e., delete-frame. | 47 | return to the shell without exiting Emacs by pressing C-x 5 0, i.e., |
| 48 | delete-frame. (Note that this does not seem to work yet on the | ||
| 49 | original terminal.) Creating new frames on the same tty with C-x 5 2 | ||
| 50 | works exactly as before. Suspending Emacs is disabled at the moment. | ||
| 51 | If you exit emacs, all terminals should be restored to their previous | ||
| 52 | states. | ||
| 47 | 53 | ||
| 48 | X, Mac, Windows and DOS support is broken, probably doesn't even | 54 | X, Mac, Windows and DOS support is broken, probably doesn't even |
| 49 | compile -- this will be solved later. | 55 | compile -- this will be solved later. Please see the attached README |
| 56 | for other issues, implementation notes and sub-TODO items. | ||
| 57 | |||
| 58 | Only tested on my GNU/Linux box. | ||
| 50 | 59 | ||
| 51 | Tested under GNU/Linux only. | ||
| 52 | 60 | ||
| 53 | NEWS | 61 | NEWS |
| 54 | ---- | 62 | ---- |