zsh-workers
 help / color / mirror / code / Atom feed
* FW: [Cooker] zrecompile Completion/Unix fails with current install
@ 2001-10-08 12:36 Borsenkow Andrej
  2001-10-08 15:05 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Borsenkow Andrej @ 2001-10-08 12:36 UTC (permalink / raw)
  To: ZSH Workers Mailing List


Sorry, sent to wrong list :(

> 
> I use this function to compile every subdirectory into zwc. With
current
> install it fails for Unix:
> 
> cd /tools/share/zsh/${ZSH_VERSION#zsh-}/functions
> setopt nullglob extendedglob
> pat="*~*.zwc~*.zwc.old"
> autoload -U zrecompile
> for i in . **/*(/^@); do
> tmp=( $i/$~pat(^/@) )
> (($#tmp)) && {
> zrecompile -p -- $i.zwc $i/$~pat(^/@) && chmod 644 $i.zwc
> }
> done


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

* Re: FW: [Cooker] zrecompile Completion/Unix fails with current install
  2001-10-08 12:36 FW: [Cooker] zrecompile Completion/Unix fails with current install Borsenkow Andrej
@ 2001-10-08 15:05 ` Bart Schaefer
  2001-10-08 15:14   ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Bart Schaefer @ 2001-10-08 15:05 UTC (permalink / raw)
  To: Borsenkow Andrej, ZSH Workers Mailing List

On Oct 8,  4:36pm, Borsenkow Andrej wrote:
}
} > I use this function to compile every subdirectory into zwc. With
} > current install it fails for Unix:

You must mean this:

zsh: parse error near `>'
zcompile: can't read file: Completion/Unix/Command/_mount


There's a missing close-single-quote at the end of line 419.  It's not
worth producing a patch for.

-- 
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] 3+ messages in thread

* Re: FW: [Cooker] zrecompile Completion/Unix fails with current install
  2001-10-08 15:05 ` Bart Schaefer
@ 2001-10-08 15:14   ` Bart Schaefer
  0 siblings, 0 replies; 3+ messages in thread
From: Bart Schaefer @ 2001-10-08 15:14 UTC (permalink / raw)
  To: Borsenkow Andrej, ZSH Workers Mailing List

On Oct 8,  3:05pm, Bart Schaefer wrote:
}
} zcompile: can't read file: Completion/Unix/Command/_mount
} 
} There's a missing close-single-quote at the end of line 419.

Incidentally, it's at line 375 on the zsh-4_0-patches branch, because
none of the Cygwin mount stuff is on the branch.

-- 
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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-08 12:36 FW: [Cooker] zrecompile Completion/Unix fails with current install Borsenkow Andrej
2001-10-08 15:05 ` Bart Schaefer
2001-10-08 15:14   ` 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).