Revision: emacs--multi-tty--0--patch-407 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Sun Sep 11 01:51:08 CEST 2005 Standard-date: 2005-09-10 23:51:08 GMT Modified-files: README.multi-tty lib-src/emacsclient.c lisp/server.el New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-407 Summary: Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up some corner cases in Emacs server. Keywords: * 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.