bug-bash
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]