zsh-workers
 help / color / mirror / code / Atom feed
* `typeset -U' and exported tied parameters
@ 2000-05-10 15:59 Bart Schaefer
  2000-05-10 16:58 ` FUNCTIONS_INSTALL in Makefile's is not updated Andrej Borsenkow
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bart Schaefer @ 2000-05-10 15:59 UTC (permalink / raw)
  To: zsh-workers

This has something to do with the FPATH problem (11281 et al.), but I still
don't know precisely what.

zagzig% echo $ZSH_VERSION
3.1.7-pre-3
zagzig% MANPATH=/usr/man:/usr/man:/usr/man 
zagzig% printenv MANPATH
/usr/man:/usr/man:/usr/man
zagzig% print $manpath
/usr/man /usr/man /usr/man
zagzig% typeset -U manpath
zagzig% printenv MANPATH
/usr/man:/usr/man:/usr/man
zagzig% print $MANPATH
/usr/man
zagzig% print $manpath
/usr/man

Note that although `typeset -U' has changed both the array and the tied
parameter, it has failed to update the exported copy of the tied parameter.

zagzig% MANPATH=$MANPATH
zagzig% printenv MANPATH
/usr/man

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-05-10 19:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-10 15:59 `typeset -U' and exported tied parameters Bart Schaefer
2000-05-10 16:58 ` FUNCTIONS_INSTALL in Makefile's is not updated Andrej Borsenkow
2000-05-10 18:02   ` Bart Schaefer
2000-05-10 17:14 ` "Cancel" menu selection & Co? Andrej Borsenkow
2000-05-10 18:24   ` Bart Schaefer
2000-05-10 17:35 ` FPATH non-bug (Re: `typeset -U' and exported tied parameters) Bart Schaefer
2000-05-10 19:07 ` `typeset -U' and exported tied parameters Peter Stephenson

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).