Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to complete backquote, etc. using compsys?
- X-seq: zsh-users 4161
- From: Keijiro Ehara <popo@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: How to complete backquote, etc. using compsys?
- Date: Wed, 22 Aug 2001 05:41:50 +0900
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi.
I was using compctl before but now i decided to use compsys.
When i use a little modified zsh-4.0.2/StartupFiles/zshrc as ~/.zshrc,
my zsh won't complete backquote and etc. like below.
pote% kill -HUP `cat /var/run/in[TAB]
pote% kill -HUP `cat /var/run/inetd.pid
With compctl, i got
pote% kill -HUP `cat /var/run/inetd.pid`
and, i expect it.
Is it just because i omit some option?
thanks.
popo@xxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author