zsh-workers
 help / color / mirror / code / Atom feed
* Function syntax
@ 2001-08-03 18:14 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2001-08-03 18:14 UTC (permalink / raw)
  To: zsh-workers

I don't think changing this to match POSIX would break anything, as at the
moment redirections following a functon definition are pretty much useless.

--- Forwarded mail from David Korn <dgk@research.att.com>

Date: Fri, 3 Aug 2001 14:01:02 -0400 (EDT)
From: David Korn <dgk@research.att.com>
To: shell@research.att.com

--------

> On Aug 3, 10:56am, David Korn wrote:
> }
> } With function definition redirections are processed before the {...}
> } block is entered.
> } 
> } 	foo()
> } 	{
> } 		print hello world
> } 	} > $1
> } 
> } will cause
> } 	foo bar
> } to write 'hello world' into bar.
> 
> Ahh, I didn't know that.  In zsh redirections outside the braces are
> not considered to be part of the function body.
In section 3.9.5 of the Posix shell standard,
it defines the syntax as
	fname() compound-command [io-redirect]
and it says that the option io_redirect shall be performed during the
execution of the function itself.
> 
> -- 
> Bart Schaefer                                 Brass Lantern Enterprises
> http://www.well.com/user/barts              http://www.brasslantern.com
> 
> Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   
> ____________________________________________________________

David Korn
research!dgk
dgk@research.att.com
____________________________________________________________
To unsubscribe from this list, please send the following
two-line message to majordomo@research.att.com, in which
your_email_address should be replaced by the address you
used when you subscribed to the list:
unsubscribe shell your_email_address
end


---End of forwarded mail from David Korn <dgk@research.att.com>

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-03 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-03 18:14 Function syntax Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).