changeset 83046:8ba4eb224be7

README updates. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-86
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 20 Feb 2004 03:02:04 +0000
parents 8ca11496d25c
children 55d4fe5962fd
files README.multi-tty
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README.multi-tty	Fri Feb 20 01:46:26 2004 +0000
+++ b/README.multi-tty	Fri Feb 20 03:02:04 2004 +0000
@@ -49,7 +49,9 @@
 Please note that the multi-tty mailing list is read-only, and is
 reserved for automatic commit messages.  Discussion about the branch
 and bug reports should be sent directly to me (lorentey@elte.hu), or
-to the emacs-devel@gnu.org mailing list.
+to the emacs-devel@gnu.org mailing list.  (I hope to merge my branch
+into CVS HEAD reasonably soon, so I don't want to set up an elaborate
+development infrastructure for the multi-tty branch.)
 
 STATUS
 ------
@@ -58,15 +60,16 @@
 major problems were fixed.  (It still needs testing on other
 architectures, though.)  Both multiple tty device support and
 simultaneous X and tty frame support works fine.  Emacsclient has been
-extended to support opening a new terminal frame.
+extended to support opening new tty and X frames.  It has been changed
+open new Emacs frames by default.
 
 Please let me know if you find any bugs in this branch.
 
 HOW TO COMPILE AND TEST
 -----------------------
 
-To try it out, compile and run the multi-tty branch with the following
-commands:
+To try out the multi-tty branch, compile and run the multi-tty branch
+with the following commands:
 
    	mkdir +build
 	cd +build
@@ -77,6 +80,8 @@
 
 and then (from a shell prompt on another terminal) start emacsclient
 with
+	lib-src/emacsclient /optional/file/names...
+or
 	lib-src/emacsclient -t /optional/file/names...
 
 You'll hopefully have two fully working, independent frames on
@@ -132,11 +137,9 @@
     testing for the `multi-tty' feature.
 
 *** Emacsclient has been extended to support opening a new terminal
-    frame (see -t option).
-
-*** The behaviour of Emacsclient has been changed to open a new Emacs
-    frame by default.  Use the -c option to get the old behavior of
-    opening files in the currently selected Emacs frame.
+    frame. Its behaviour has been changed to open a new Emacs frame by
+    default.  Use the -c option to get the old behavior of opening
+    files in the currently selected Emacs frame.
 
 *** A make-frame-on-tty function has been added to make it easier to
     create frames on new terminals.
@@ -170,6 +173,7 @@
 Ami Fischman <ami at fischman dot org>
 Istvan Marko <mi-mtty ar kismala dot com>
 Dan Nicolaescu <dann at ics dot uci dot edu>
+Mark Plaksin <happy at mcplaksin dot org>
 
 Richard Stallman was kind enough to review my patches.