Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Apply spell correction to autocd
- X-seq: zsh-workers 20894
- From: Clint Adams <clint@xxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: Apply spell correction to autocd
- Date: Mon, 28 Feb 2005 13:17:05 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1050228181415.ZM26793@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1050227204407.ZM19297@xxxxxxxxxxxxxxxxxxxxxxx> <1050228065407.ZM20816@xxxxxxxxxxxxxxxxxxxxxxx> <200502281044.j1SAiJPP005690@xxxxxxxxxxxxxx> <1050228181415.ZM26793@xxxxxxxxxxxxxxxxxxxxxxx>
> spdist(char *s, char *t, int thresh)
> {
> + /* TODO: Correction for non-ASCII and multibyte-input keyboards. */
> char *p, *q;
> const char qwertykeymap[] =
> "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\
How hard would it be to call an Eprog here?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author