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

bash comp env missing



Hi,

I am trying to use an external bash complete program using the bashcompinit
auto completion function.

The external auto complete program needs the two environment variables

COMP_POINT
export COMP_LINE

In zsh/functions/bashcompinit those two variables are not exported.

If I add
	export COMP_POINT
	export COMP_LINE
there everything works as expected.

Question: How do I use bashcompinit correctly so the external program
can access the two environment variables?

Thanks,

	Frank

-- 
Frank Becker <fb@xxxxxxxxx> (jabber|mail) | http://twitter.com/41i3n8
GnuPG: 0xADC29ECD | F01B 5E9C 1D09 981B 5B40 50D3 C80F 7459 ADC2 9ECD

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail



Messages sorted by: Reverse Date, Date, Thread, Author