zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: how to get my umlauts back?
Date: Sun, 15 Jun 2008 13:58:36 -0700	[thread overview]
Message-ID: <080615135836.ZM7803@torch.brasslantern.com> (raw)
In-Reply-To: <20080615201446.GA2001@pepin.polanet.pl>

[Moved to -workers]

On Jun 15, 10:14pm, Tomasz Pala wrote:
} Subject: Re: how to get my umlauts back?
}
} On Sun, Jun 15, 2008 at 13:57:29 +0200, Jens Schweikhardt wrote:
} 
} > has stopped working. When typing äöü I now get this:
} > 
} > $ <00e4><00f6><00fc>
} > zsh: command not found: äöü
} 
} Set LC_CTYPE and LC_COLLATE.

It's possible there's some kind of obscure bug here.

If I do:

LANG= zsh

(so that LANG='' when the shell starts) then I can't input accented or
umlauted ISO-8859 characters *at all* -- they appear to be discarded
at the point where they'd go into the line editor buffer.  Prefixing
them with ctrl-v doesn't help.

If I override self-insert with

self-insert() { zle -M "$KEYS"; zle .self-insert }; zle -N self-insert

then I get the keystrokes in the message area as e.g. \M-| but still
nothing in the line editor buffer.

Changing the values of LANG and LC_* after the shell has started makes
no difference to this; once it's broken, it's broken for good.  Only by
exiting and restarting with a non-empty LANG can I get it working again.
Changing the multibyte and printeightbit options makes no difference.


       reply	other threads:[~2008-06-15 20:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20080615115729.GC1164@schweikhardt.net>
     [not found] ` <20080615201446.GA2001@pepin.polanet.pl>
2008-06-15 20:58   ` Bart Schaefer [this message]
2008-06-15 22:05     ` Bart Schaefer
2008-06-15 22:17       ` Bart Schaefer

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=080615135836.ZM7803@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /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).