zsh-users
 help / color / mirror / code / Atom feed
* This is odd.
@ 2000-06-10  3:30 Andrew Morton
  2000-06-10 13:37 ` Chmouel Boudjnah
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2000-06-10  3:30 UTC (permalink / raw)
  To: zsh-users

bix:/home/morton> DISPLAY=localhost:0 xterm &
[1] 10761
bix:/home/morton> disown xterm
disown: job not found: xterm
bix:/home/morton> jobs
[1]  + running    DISPLAY=localhost:0 xterm
bix:/home/morton> disown DISPLAY=localhost:0
bix:/home/morton>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: This is odd.
  2000-06-10  3:30 This is odd Andrew Morton
@ 2000-06-10 13:37 ` Chmouel Boudjnah
  2000-06-11 20:44   ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Chmouel Boudjnah @ 2000-06-10 13:37 UTC (permalink / raw)
  To: Andrew Morton; +Cc: zsh-users

"Andrew Morton" <morton@nortelnetworks.com> writes:

> bix:/home/morton> DISPLAY=localhost:0 xterm &
> [1] 10761
> bix:/home/morton> disown xterm

you need to set a :

disown %xterm

> disown: job not found: xterm bix:/home/morton> jobs [1] + running
> DISPLAY=localhost:0 xterm bix:/home/morton> disown
> DISPLAY=localhost:0 bix:/home/morton>

-- 
MandrakeSoft Inc                http://www.mandrakesoft.com
San Diego, CA USA                                  --Chmouel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: This is odd.
  2000-06-10 13:37 ` Chmouel Boudjnah
@ 2000-06-11 20:44   ` Bart Schaefer
  0 siblings, 0 replies; 3+ messages in thread
From: Bart Schaefer @ 2000-06-11 20:44 UTC (permalink / raw)
  To: Chmouel Boudjnah, Andrew Morton; +Cc: zsh-users

On Jun 10,  6:37am, Chmouel Boudjnah wrote:
} Subject: Re: This is odd.
}
} "Andrew Morton" <morton@nortelnetworks.com> 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   


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-06-11 20:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-10  3:30 This is odd Andrew Morton
2000-06-10 13:37 ` Chmouel Boudjnah
2000-06-11 20:44   ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).