Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bash-like completion?
- X-seq: zsh-users 1035
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Bruce Stephens <B.Stephens@xxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: bash-like completion?
- Date: Fri, 26 Sep 1997 09:50:02 -0700
- In-reply-to: <199709261403.KAA16328@xxxxxxxxxxxxxxx>
- References: <199709261403.KAA16328@xxxxxxxxxxxxxxx>
On Sep 26, 3:03pm, Bruce Stephens wrote:
} Subject: Re: bash-like completion?
}
} wsldanke@xxxxxxxxx said:
} > Is it possible to do this in a global manner? Using compctl or
} > setopt, but not just for specific commands.
}
} Yeah, this would be nice. Presumably this is kind of related to the EQUALS
} option, but for completion.
}
} This would be nice for commands like make, too, where make variable
} assignments are often filenames (not necessarily directory names, though).
} Or can this be done easily already?
How about this:
compctl -Tx 'N[1,=]' -f
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author