- To: slug@xxxxxxxxxxx
- Subject: [SLUG] Re: Changing tty's of process
- From: Angus Lees <gusl@xxxxxxxxxxxxxxx>
- Date: Mon Oct 2 10:33:07 2000
- User-agent: Mutt/1.0.1i
On Sun, Oct 01, 2000 at 10:30:19PM +0000, Herbert Xu wrote:
> Alex JuniorBurger <bian_les@xxxxxxxxx> wrote:
> > is it possible to have a running process, then login
> > onto another tty, and transfer the process to the new
> > tty, provided you are the owner of both the process
> > and tty's?
>
> Run it under screen.
or .. since you're running emacs anyway (for all your other tasks):
M-x term (gives you a shell prompt, terminal emulator, etc)
use gnuclient(1) to attach to an existing emacs process. and just
switch to the term buffer (C-x b)
after all, unix exists only to bootstrap emacs ;)
--
- Gus