Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: \# completion
- X-seq: zsh-workers 12551
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: \# completion
- Date: Sat, 5 Aug 2000 16:41:08 +0000
- In-reply-to: <0FYR00G42V3UTK@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <0FYR00G42V3UTK@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Aug 4, 3:33pm, Peter Stephenson wrote:
} Subject: \# completion
}
} Unless it's me,
} rm \#<TAB>
} isn't working at the moment, although
} rm '#<TAB>
} is.
This looks to be a problem with _expand. Using _expand:
zagzig[234] rm \#<TAB>
zagzig[234] rm \\#
Completing all expansions
\\#
Completing original
\#
Without _expand:
zagzig[244] rm \#<TAB>
zagzig[244] rm \#xxx\#
} rm #<TAB>
} doesn't work either
That one, however, works for me, both with and without _expand:
zagzig[234] rm #<TAB>
zagzig[234] rm \#xxx\#
zagzig[244] rm #<TAB>
zagzig[244] rm \#xxx\#
--
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