aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-09-10 23:51:08 +0000
committerKaroly Lorentey <[email protected]>2005-09-10 23:51:08 +0000
commit92071250fabab9d4daa7c6cf0bd7d7c36f73ea41 (patch)
tree1fdb99d17b67629236ce13a68c0d2eb45121c4c1 /README.multi-tty
parent79cf212310d3b1dc039f2f752fd91d54cd03670c (diff)
Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up some corner cases in Emacs server.
* lib-src/emacsclient.c (decode_options): Make --no-wait imply --current-frame, except when it is the only option given. Make sure no frame is opened when --current-frame is set. (main): Pass --current-frame to server.el. * lisp/server.el (server-process-filter): Handle -current-frame command. Don't create frames when it is given. Don't bind X frames to the client when we are in -no-wait mode. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-407
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 93fb58b411..e6dde3bfd9 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -386,11 +386,6 @@ is probably not very interesting for anyone else.)
THINGS TO DO
------------
-** cus-start.el has some suspicious uses of window-system, introduced
- in patch-404.
-
-** emacsclient --no-wait and --eval is currently broken.
-
** xt-mouse.el needs to be adapted for multi-tty. It currently
signals an error on kill-emacs under X, which prevents the user
from exiting Emacs. (Reported by Mnemonikk on freenode.)