[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: disown, fg, jobs
From: |
Paul Jarc |
Subject: |
Re: disown, fg, jobs |
Date: |
22 Jun 2001 17:06:14 -0400 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 |
Dan Jacobson <jidanni@kimo.FiXcomTHiS.tw> writes:
> Anyways, here's what I now use to make new bullet proof windows
> [doesn't worry about if the invoking window was hit with a ^D or ALT
> F4]:
>
> $ emacs -f gnus mapping/mountain_angles/ & disown %emacs
I use "(command&)". The command runs as a child of the subshell, and
the subshell exits without waiting. The main shell never knows about
the command itself. I also have this in my .bashrc:
bind $'Meta-RET: "\001(\005&)\r"'
paul
- disown, fg, jobs, Dan Jacobson, 2001/06/20
- Re: disown, fg, jobs, Paul Jarc, 2001/06/20
- sleep & Co on Linux (was: disown, fg, jobs), Sven Mascheck, 2001/06/21
- Re: sleep & Co on Linux (was: disown, fg, jobs), Tim Mooney, 2001/06/21
- Re: sleep & Co on Linux (was: disown, fg, jobs), Paul Jarc, 2001/06/21
- Re: sleep & Co on Linux, Sven Mascheck, 2001/06/21
- Re: sleep & Co on Linux, Sven Mascheck, 2001/06/23
Re: disown, fg, jobs, Dan Jacobson, 2001/06/22
- Re: disown, fg, jobs,
Paul Jarc <=