Jeff Mincy <jeff(a)delphioutpost.com> writes:
> Byt *why* are you trying to run terminal-based GNU client under
an
> Emacs shell? Are you aware that Emacs shell doesn't provide a
> terminal emulation? If you wish to run XEmacs under itself, use
> `M-x term' instead of `M-x shell', and it will probably work.
>
> If you want to edit a file from the shell buffer, simply use `C-x C-f'!
C-x C-f <foobar> would work for 'gnuclient <foobar>' command from
the *shell* buffer. There are various commands that invoke $EDITOR,
like crontab -e, which should work if you've done export
EDITOR=gnuclient, and have gnuserv running.
Good point. Maybe gnuclient should detect that it's running under an
inferior XEmacs shell and not try to attach to a TTY.