diff README.multi-tty @ 83045:8ca11496d25c

Changed emacsclient to open new frames by default. lib-src/emacsclient.c (decode_options): Handle the case when $DISPLAY is an empty string. Set window_system or tty to one by default, depending on if there is a valid display. (longopts, decode_options, print_help_and_exit): Removed -w, added -c. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-85
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 20 Feb 2004 01:46:26 +0000
parents fc638739c70f
children 8ba4eb224be7
line wrap: on
line diff
--- a/README.multi-tty	Fri Feb 20 01:22:10 2004 +0000
+++ b/README.multi-tty	Fri Feb 20 01:46:26 2004 +0000
@@ -134,6 +134,10 @@
 *** 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.
+
 *** A make-frame-on-tty function has been added to make it easier to
     create frames on new terminals.