When using gnuclient to instantiate a new X frame, I expect gnuclient
merely to exit, having done all the job it can be expected to do.
But when using "gnclient -nw", I kinda expect gnuclient to stay the
heck out of the way while XEmacs running elsewhere takes control of
the tty. As it is in -b26, however, "gnuclient -nw" still simply
exits immediately. And it's exiting status zero, for that matter,
which is curious, considering that the only exit() calls in
lib-src/gnuclient.c are "exit(1);".
--karl