zsh-users
 help / color / mirror / code / Atom feed
* Possible bug in completion?
@ 2002-05-28 23:37 Alan Third
  2002-05-29  0:29 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Third @ 2002-05-28 23:37 UTC (permalink / raw)
  To: zsh-users

I'm using the debian zsh-beta package:
zsh 4.1.0-dev-4 (i686-pc-linux-gnu)

and I came across this little thing...

If I type something like:

for FILE in /v/o/in/so<tab>


Then that completes to:

for FILE in /var/oscar/incoming/sounds/


Which is right. But if I try and do the same thing again zsh seg
faults. I tried using zsh -f, and once compinit is loaded the above
still occurs:

grover:/home/alan>zsh -f                
grover% autoload -U compinit
grover% compinit
grover% for FILE in /var/oscar/incoming/sounds/* ;do;done
grover% for FILE in /v/o/in/sozsh: segmentation fault  zsh -f

If it's any help, /var/oscar is mounted using nfs from a remote
machine...
-- 
Alan Third


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

end of thread, other threads:[~2002-05-29  6:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-28 23:37 Possible bug in completion? Alan Third
2002-05-29  0:29 ` Bart Schaefer
2002-05-29  6:40   ` Alan Third
2002-05-29  6:54     ` Borsenkow Andrej

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