From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.net.au (8.7/8.7) with SMTP id WAA13377 for ; Wed, 18 Oct 1995 22:35:36 +1000 (EST) Received: from euclid (euclid.skiles.gatech.edu) by gatech.edu with SMTP id AA00282 (5.65c/Gatech-10.0-IDA for ); Wed, 18 Oct 1995 08:29:30 -0400 Received: by euclid (5.x/SMI-SVR4) id AA04525; Wed, 18 Oct 1995 08:27:49 -0400 Resent-Date: Wed, 18 Oct 1995 13:26:48 +0100 (MET) Old-Return-Path: From: Zoltan Hidvegi Message-Id: <199510181226.NAA31535@bolyai.cs.elte.hu> Subject: Re: "Watch" function? To: coleman@math.gatech.edu (Richard Coleman) Date: Wed, 18 Oct 1995 13:26:48 +0100 (MET) Cc: mcampbel@schubert.sbi.com, zsh-workers@math.gatech.edu In-Reply-To: <9510180524.AA24737@redwood.skiles.gatech.edu> from "Richard Coleman" at Oct 18, 95 01:24:38 am X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"0aDuk1.0.d61.5BFXm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/475 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Richard wrote: > I meant to reply to this earlier but got sidetracked. Having zsh execute > a shell function at this point is easy. The hard part is passing all the > information that you can access in WATCHFMT to this shell function. We > would probably have to create more special parameters to do this. I'm > not sure if it is worth it. We can pass these informations using positional parameters. Zoltan