aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2004-02-20 01:46:26 +0000
committerKaroly Lorentey <[email protected]>2004-02-20 01:46:26 +0000
commite5299d8d654237697301709aacfa65d58858cb07 (patch)
treec7faff565fdf31ddf8866fdc3e900378c8cc3187 /README.multi-tty
parenta9298135d89f27d4dba9c3e7ca5a7f91839ad944 (diff)
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: [email protected]/emacs--multi-tty--0--patch-85
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 6579a5baf0..477bbb39ff 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -134,6 +134,10 @@ For the NEWS file:
*** 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.