Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: segfault when overriding complete-word then trying to use tab completion



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