zsh-workers
 help / color / mirror / code / Atom feed
From: Andrej Borsenkow <borsenkow.msk@sni.de>
To: Zsh workers mailing list <zsh-workers@math.gatech.edu>
Cc: andreas.koenig@franz.ww.tu-berlin.de
Subject: Re: 8-bit characters in history and completion
Date: Fri, 27 Sep 1996 16:19:50 +0400 (MOW)	[thread overview]
Message-ID: <Pine.SV4.3.95.960927161158.691D-100000@itsrm1.mow.sni.de> (raw)
In-Reply-To: <199609260529.HAA14617@anna.in-berlin.de>

On Thu, 26 Sep 1996, Andreas Koenig wrote:

> Some time between 2.6-beta14 and 2.6-beta19 completion changed wrt
> 8bit characters. First example is with 3.0.1-test.
> 
> % ls
> ha/  he/  hi/  ho/  hr/  hu/  hy/  hä/  hö/  hü/
> % ls h<TAB>
> ha/     he/     hi/     ho/     hr/     hu/     hy/     h\M-d/ h\M-v/ h\M-|/
> % /usr/local/bin/zsh-2.6-beta14
> % ls h<TAB>
> ha/  he/  hi/  ho/  hr/  hu/  hy/  hä/  hö/  hü/
> 
>
> Is this intentional? Can I influence the behaviour?  I prefer the beta14 way to
> display the real 8-bit character (and the spacing looks also better, imho).
> 

I hope yes ;) It depends on current locale settings. The shell variables, 
which control it, are (from low to high prio): LANG, LC_CTYPE, LC_ALL.
You have to set one of them to the name of German locale. I don't know,
how locale names look like on your system; on my setting LC_CTYPE to
De_DE.88591 solves your problem.

The same applies to history list.

BTW zsh is using locale when showing list (e.g. with autolist option)
but not when doing menu completion. Is this intentional?

greetings

-------------------------------------------------------------------------
Andrej Borsenkow 		Fax:   +7 (095) 252 01 05
SNI ITS Moscow			Tel:   +7 (095) 252 13 88

NERV:  borsenkow.msk		E-Mail: borsenkow.msk@sni.de
-------------------------------------------------------------------------



  reply	other threads:[~1996-09-27 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-26  5:29 Andreas Koenig
1996-09-27 12:19 ` Andrej Borsenkow [this message]
1996-09-29  8:41   ` Andreas Koenig

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=Pine.SV4.3.95.960927161158.691D-100000@itsrm1.mow.sni.de \
    --to=borsenkow.msk@sni.de \
    --cc=andreas.koenig@franz.ww.tu-berlin.de \
    --cc=zsh-workers@math.gatech.edu \
    /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).