zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Chmouel Boudjnah <chmouel@mandrakesoft.com>,
	"Andrew Morton" <morton@nortelnetworks.com>
Cc: "zsh-users@sunsite.auc.dk" <zsh-users@sunsite.auc.dk>
Subject: Re: This is odd.
Date: Sun, 11 Jun 2000 20:44:48 +0000	[thread overview]
Message-ID: <1000611204448.ZM8238@candle.brasslantern.com> (raw)
In-Reply-To: <m2vgzh64in.fsf@cassini.us.mandrakesoft.com>

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   


      reply	other threads:[~2000-06-11 20:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-10  3:30 Andrew Morton
2000-06-10 13:37 ` Chmouel Boudjnah
2000-06-11 20:44   ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1000611204448.ZM8238@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=chmouel@mandrakesoft.com \
    --cc=morton@nortelnetworks.com \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).