Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: This is odd.



On Jun 10,  6:37am, Chmouel Boudjnah wrote:
} Subject: Re: This is odd.
}
} "Andrew Morton" <morton@xxxxxxxxxxxxxxxxxx> writes:
} 
} > bix:/home/morton> DISPLAY=localhost:0 xterm &
} > [1] 10761
} > bix:/home/morton> disown xterm
} 
} you need to set a :
} 
} disown %xterm

No, that doesn't work either.  Zsh is treating "DISPLAY=..." as the first
word of the command.

However,

	disown %?xterm

will work, because that searches the entire command string rather than
just the first word.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author