From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23329 invoked from network); 28 Apr 2003 13:09:31 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 28 Apr 2003 13:09:31 -0000 Received: (qmail 25876 invoked by alias); 28 Apr 2003 13:09:11 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6055 Received: (qmail 25867 invoked from network); 28 Apr 2003 13:09:11 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 28 Apr 2003 13:09:11 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [213.46.243.26] by sunsite.dk (MessageWall 1.0.8) with SMTP; 28 Apr 2003 13:9:11 -0000 Received: from s.hn.org ([80.111.3.215]) by amsfep16-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030428130910.RKYF1442.amsfep16-int.chello.nl@s.hn.org> for ; Mon, 28 Apr 2003 15:09:10 +0200 Received: (qmail 2137 invoked by uid 1000); 28 Apr 2003 13:09:10 -0000 From: "Haakon Riiser" Date: Mon, 28 Apr 2003 15:09:10 +0200 To: zsh-users@sunsite.dk Subject: CHECK_JOBS for suspended jobs only? Message-ID: <20030428130910.GA1616@s.chello.no> Mail-Followup-To: zsh-users@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i I have disabled the HUP option, so it is safe to do % foo & % exit I would like to disable the "you have running jobs" warning for jobs that are running in the background, but /not/ for suspended jobs; NO_CHECK_JOBS disables both. Is this fixable without hacking the source code? Also, I have a completly unrelated question which is too silly to warrant its own posting. :-) If I type "|" after expanding a name with the completion system, the "|" is inserted to the /left/ of the cursor instead of /under/ the cursor. This doesn't break anything because the completion system inserts a space after the completed word, but it feels a bit weird so I had to ask why this happens. zsh 4.0.6 (i386-slackware-linux-gnu). -- Haakon