Eric Gillespie, Jr. writes: > GNU Emacs cannot create frames on other ttys or displays. If you > run GNU Emacs on a certain X display and run gnuclient on those > same displays, it works just fine.
That is not true. I use gnudoit to fetch a frame of a running emacs on another DISPLAY to my current display. I use the following command: gnudoit "(make-frame-on-display \"$DISPLAY\")" Christoph