Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault when overriding complete-word then trying to use tab completion
- X-seq: zsh-users 4730
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: segfault when overriding complete-word then trying to use tab completion
- Date: Fri, 1 Mar 2002 16:36:50 +0000
- In-reply-to: <20020301123241.GA9242@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020301001623.GA3551@xxxxxxxxxxxxxxxxxxxxx> <1020301092621.ZM18214@xxxxxxxxxxxxxxxxxxxxxxx> <20020301123241.GA9242@xxxxxxxxxxxxxxxxxxxxx>
On Mar 1, 12:32pm, Ian Lynagh wrote:
}
} Linux/x86, zsh 4.0.4, and no, it doesn't happen with zsh -f.
"Linix/x86" is not even close to specific enough.
} It also doesn't happen if I . /etc/zshrc and then ./.zshrc in zsh -f. Is
} there anything else I need to do to simulate the effect of -f not being
} given so I can track the problem down?
Look for /etc/zshenv, ~/.zshenv, /etc/zshrc ...
Your best bet is probably to run `zsh -x 2> xtrace.out', then immediately
exit from that shell and look at the xtrace.out file to see what commands
are being executed.
--
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author