zsh-workers
 help / color / mirror / code / Atom feed
From: Andrey Borzenkov <arvidjaar@newmail.ru>
To: zsh-workers@sunsite.dk
Cc: sergio <zsh@sergio.spb.ru>
Subject: Re: case insensitive completion
Date: Tue, 13 May 2008 09:40:36 +0400	[thread overview]
Message-ID: <200805130940.40482.arvidjaar@newmail.ru> (raw)
In-Reply-To: <482839D5.6070901@sergio.spb.ru>

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

On Monday 12 May 2008, sergio wrote:
[...]
> but analog with russian:
> zstyle ':completion:*' matcher-list 'm:{а-яА-Я}={А-Яа-я}
> doesn't work
> 
[...]
> This works:
> zstyle ':completion:*' matcher-list '+m:{a-zA-Z}={A-Za-z}' '+m:а=А'
...
> but this is not very well ):
>

it would have been OK if it were not so slow :(

unfortunately as written code heavily depends on character being
exactly one byte long.

so anything outside ASCII characters won't work right now (including
extended characters from ISO-8859-1 in UTF-8 locale).

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  parent reply	other threads:[~2008-05-13  5:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-12 12:36 sergio
2008-05-12 12:52 ` Peter Stephenson
2008-05-13  5:40 ` Andrey Borzenkov [this message]
2008-05-14  9:47 ` Peter Stephenson
2008-05-14 14:12   ` sergio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200805130940.40482.arvidjaar@newmail.ru \
    --to=arvidjaar@newmail.ru \
    --cc=zsh-workers@sunsite.dk \
    --cc=zsh@sergio.spb.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).