zsh-workers
 help / color / mirror / code / Atom feed
* (Modest) patches to info
@ 1996-07-17  2:16 Vinnie Shelton
  0 siblings, 0 replies; only message in thread
From: Vinnie Shelton @ 1996-07-17  2:16 UTC (permalink / raw)
  To: zsh-workers

I came across these while perusing the new! improved! info pages.
Thanks guys!

--vin

*** Doc/zsh.texi.orig.1	Wed Jul 10 17:08:32 1996
--- Doc/zsh.texi	Tue Jul 16 22:12:57 1996
***************
*** 1022,1028 ****
  result.
  
  @item $@{^@var{spec}@}
! Toggle the value of the @code{RC_EXPAND_PARAM} option for the evaluation
  @pindex RC_EXPAND_PARAM, use of
  of @var{spec}; if the @code{^} is doubled, turn it off.  When this option is 
  set, array expansions of the form
--- 1022,1028 ----
  result.
  
  @item $@{^@var{spec}@}
! Turn on the value of the @code{RC_EXPAND_PARAM} option for the evaluation
  @pindex RC_EXPAND_PARAM, use of
  of @var{spec}; if the @code{^} is doubled, turn it off.  When this option is 
  set, array expansions of the form
***************
*** 1033,1039 ****
  default @samp{fooa b cbar}.
  
  @item $@{=@var{spec}@}
! Toggle the value of the @code{SH_WORD_SPLIT} option for the evaluation
  @pindex SH_WORD_SPLIT, use of
  of @var{spec}; if the @code{=} is doubled, turn it off.  When this option is 
  set, parameter values are split into
--- 1033,1039 ----
  default @samp{fooa b cbar}.
  
  @item $@{=@var{spec}@}
! Turn on the value of the @code{SH_WORD_SPLIT} option for the evaluation
  @pindex SH_WORD_SPLIT, use of
  of @var{spec}; if the @code{=} is doubled, turn it off.  When this option is 
  set, parameter values are split into
***************
*** 1047,1053 ****
  @cindex csh, tilde expansion
  @cindex tilde expansion, csh
  @pindex CSH_JUNKIE_LOOPS
! Toggle the value of the @code{GLOB_SUBST} option for the evaluation of
  @var{spec}; if the @code{~} is doubled, turn it off.  When this option is set,
  any pattern characters resulting from the substitution become eligible for 
  file expansion and filename generation.
--- 1047,1053 ----
  @cindex csh, tilde expansion
  @cindex tilde expansion, csh
  @pindex CSH_JUNKIE_LOOPS
! Turn on the value of the @code{GLOB_SUBST} option for the evaluation of
  @var{spec}; if the @code{~} is doubled, turn it off.  When this option is set,
  any pattern characters resulting from the substitution become eligible for 
  file expansion and filename generation.
***************
*** 1189,1196 ****
  substitution is not enclosed in double quotes, the output is broken into 
  words using the @code{IFS}
  @vindex IFS, use of
! parameter.  The substitution @code{$(@var{cat} @var{foo})} may be replaced 
! by the equivalent but faster @code{$(<@var{foo})}.  In either case, if the 
  option @code{GLOB_SUBST} is set the output is eligible for filename
  generation.
  
--- 1189,1196 ----
  substitution is not enclosed in double quotes, the output is broken into 
  words using the @code{IFS}
  @vindex IFS, use of
! parameter.  The substitution @code{$(cat foo)} may be replaced 
! by the equivalent but faster @code{$(<foo)}.  In either case, if the 
  option @code{GLOB_SUBST} is set the output is eligible for filename
  generation.
  



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

only message in thread, other threads:[~1996-07-17  2:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-17  2:16 (Modest) patches to info Vinnie Shelton

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