From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id JAA00506 for ; Wed, 13 Dec 1995 09:01:54 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA28211; Tue, 12 Dec 1995 16:32:24 -0500 (EST) Resent-Date: Tue, 12 Dec 1995 16:28:21 -0500 (EST) From: Zefram Message-Id: <21705.199512122127@stone.dcs.warwick.ac.uk> Subject: Re: LONG_LIST_JOBS Doesn't Work?!? To: esky@CS.UCLA.EDU (Eskandar Ensafi) Date: Tue, 12 Dec 1995 21:27:31 +0000 (GMT) Cc: zsh-users@math.gatech.edu In-Reply-To: <9512122039.AA07657@marathon.cs.ucla.edu> from "Eskandar Ensafi" at Dec 12, 95 12:39:31 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]6734.47 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Ww-IA3.0.Mu6.qFVpm"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/142 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >I just noticed that setting the LONG_LIST_JOBS option does *not* force jobs >to be listed in long format. I thought I'd found that too, a few betas ago. LONG_LIST_JOBS is *not* intended to make jobs default to -l: "alias jobs='jobs -l'" does that. It affects the format of the notification one receives when a job terminates or is suspended. -zefram