Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: This is odd.
- X-seq: zsh-users 3148
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Chmouel Boudjnah <chmouel@xxxxxxxxxxxxxxxx>, "Andrew Morton" <morton@xxxxxxxxxxxxxxxxxx>
- Subject: Re: This is odd.
- Date: Sun, 11 Jun 2000 20:44:48 +0000
- Cc: "zsh-users@xxxxxxxxxxxxxx" <zsh-users@xxxxxxxxxxxxxx>
- In-reply-to: <m2vgzh64in.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <3941B655.40C61500@xxxxxxxxxxxxxxxxxxxxx> <m2vgzh64in.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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