Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: file-sort in _path_files
- X-seq: zsh-workers 19842
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: file-sort in _path_files
- Date: Tue, 27 Apr 2004 09:07:41 -0700 (PDT)
- In-reply-to: <Pine.LNX.4.44.0404270749030.10119-100000@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: zsh-workers@xxxxxxxxxx
- Sender: schaefer@xxxxxxxxxxxxxxxxx
On Tue, 27 Apr 2004, Bart Schaefer wrote:
> This seems to fix the bug I just reported; there may be a more elegant
> way -- such as, simply inserting a new (#q...) in the right place -- but
> I wasn't sure what ramifications that might have for the "copy qualifiers
> from the line" section that creates $tmp3 (just above the patched lines).
Sorry, that should say "just below the patched lines" -- it's another bit
almost exactly like the bit that inserts ${sort}.
I just saw PWS's patch, and it's probably better than mine -- but it also
may need to be applied to the similar ${tmp3} section.
PWS asked:
> Do you have a matcher style set which assumes `-' is an anchor
> character?
The matcher styles were the first ones I deleted when tracking down what
style caused the problem, and none of those made any difference at all.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author