From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20009 invoked by alias); 4 Sep 2010 20:19:35 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15368 Received: (qmail 17501 invoked from network); 4 Sep 2010 20:19:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at irregularexpressions.net does not designate permitted sender hosts) MIME-Version: 1.0 In-Reply-To: <20100904180316.GA3988@mollari.zhar.net> References: <20100902134747.GA30650@whistler.venod.com> <20100902153026.192301a3@csr.com> <100902085838.ZM12678@torch.brasslantern.com> <20100904180316.GA3988@mollari.zhar.net> Date: Sat, 4 Sep 2010 13:12:44 -0700 Message-ID: Subject: Re: Problems with zsh's job control and running jobs From: PJ Weisberg To: John Eikenberry , zsh-users@zsh.org Content-Type: multipart/alternative; boundary=0015174c3f80993a2c048f74abb9 --0015174c3f80993a2c048f74abb9 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Sep 4, 2010 at 11:03 AM, John Eikenberry wrote: > This works but it complains at each prompt where there are no jobs to hide. > > precmd_disown:disown:12: no current job > > Just put 2>/dev/null on the end of it. --0015174c3f80993a2c048f74abb9--