Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion not inserting matches
- X-seq: zsh-users 7373
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: completion not inserting matches
- Date: Tue, 20 Apr 2004 04:23:18 +0000
- In-reply-to: <iw5pveco3uox$.dlg@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <x1n6gf1ludq1.dlg@xxxxxxxxxxxxxxxx> <1040418232047.ZM8981@xxxxxxxxxxxxxxxxxxxxxxx> <iw5pveco3uox$.dlg@xxxxxxxxxxxxxxxx>
On Apr 19, 5:40pm, Thorsten Kampe wrote:
}
} These "ascii art borders" are "box quotes" and supposed to make the
} quoted text more readable and structured
Well, yes. If all one could do with the quoted section was read it,
they'd be fine.
[I wrote]:
} > I do notice that you're not using the _oldlist completer. You might try
} > adding that to the front of your list of completers and see if it helps.
}
} Yes, that works perfectly. Although
}
} * I cannot see where I am "using special completion functions, i.e.
} commands other than the standard completion system"
You aren't; the completion system is confusing itself somehow, and the
effect of _oldlist is to fool it back into doing what it should have.
} * My matcher list[1] should work that way (because of the "+")
I don't know if you read zsh-workers ... but someone else reported a
crash with a matcher-list similar to yours, so it may be that you're
tickling a bug and it's a freak of your environment that zsh goes on
working anyway (or a freak of his that it crashes, who knows).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author