Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compctl bug in 2.6-betat17
- X-seq: zsh-workers 1112
- From: "alain (a.) caron" <alainc@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: compctl bug in 2.6-betat17
- Date: Tue, 21 May 1996 16:31:00 -0400
- Sender: "alain (a.) caron" <alainc@xxxxxxxxx>
- X400-content-type: P2-1984 (2)
- X400-mts-identifier: [/PRMD=BNR/ADMD=TELECOM.CANADA/C=CA/;bcars520.b.176:21.04.96.20.31.10]
- X400-originator: /dd.id=1569151/g=alain/i=a/s=caron/@bnr.ca
- X400-received: by mta bnr.ca in /PRMD=BNR/ADMD=TELECOM.CANADA/C=CA/; Relayed; Tue, 21 May 1996 16:31:47 -0400
- X400-received: by /PRMD=BNR/ADMD=TELECOM.CANADA/C=CA/; Relayed; Tue, 21 May 1996 16:31:10 -0400
- X400-received: by /PRMD=BNR/ADMD=TELECOM.CANADA/C=CA/; Relayed; Tue, 21 May 1996 16:31:00 -0400
I think I have found a bug in release 2.6-beta17 with regards to
compctl.
I have the following line in my .zshrc
# rm Emacs backup and autosave files first
compctl -g "*\~(D) \#*\#(D)" + -f rm
FIGNORE=".o:~"
which allows me to complete to an EMACS backup or autosave file when
removing files but to ignore backup files for other commands.
With zsh 2.5.03, it works as expected, but not with 2.6-beta17. For
example. with both files .zshrc and .zshrc~
rm .zs<TAB>
expands to
"rm .zshrc\~" (with 2.5.03) and to
"rm .zshrc" (with 2.6-beta17)
I have built both versions of zsh under HP-UX 9.05 with the HP C compiler.
Thanks,
Alain Caron
Bell-Northern Research, Montr?al, Qu?bec, Canada
email: alainc@xxxxxxxxx
phone: 514-765-7718 or ESN 852-7718
Messages sorted by:
Reverse Date,
Date,
Thread,
Author