From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id CAA06139 for ; Wed, 3 Jul 1996 02:04:06 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id LAA27495; Tue, 2 Jul 1996 11:53:29 -0400 (EDT) Resent-Date: Tue, 2 Jul 1996 11:53:29 -0400 (EDT) From: Zefram Message-Id: <12475.199607021517@stone.dcs.warwick.ac.uk> Subject: Re: Tag functions with shell options? To: aheading@jpmorgan.com (Anthony Heading) Date: Tue, 2 Jul 1996 16:17:53 +0100 (BST) Cc: A.Main@dcs.warwick.ac.uk, zsh-workers@math.gatech.edu In-Reply-To: <199607021412.PAA05463@et-sun4.uk.jpmorgan.com> from "Anthony Heading" at Jul 2, 96 03:12:08 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]7748.18 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"clbtl2.0.Xj6.vNKsn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1507 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >Thanks for the response. The trouble is that I can't alter awkward_func. Effectively >I have a library of Bourne shell functions which I'd like to use from zsh, without >knowing about their internals, and I can't see how to do it. You could wrap the Bourne shell functions in zsh functions that do the LOCAL_OPTIONS thing. -zefram