Michael Prokop wrote: [...] > I sadly still can't reproduce it yet, FTR.
Mika and I talked about this on IRC. Turns out he had `LC_CTYPE' in his environment, which gets saved by zsh's handling, which prevents the problem. So, the real[tm] recipe is this: a) Start a blank zsh (zsh -f) b) unset LC_CTYPE c) export LC_ALL=de_DE.utf8 export LANG=de_DE (*not* POSIX) ...or whatever language you like, just the UTF-8 locale in `LC_ALL' and the non-UTF-8 locale in `LANG'. Both locales should probably exist on your system. So check "locale -a" and update `/etc/locale.gen' and run `locale-gen' if needed. d) Type two multibyte characters, like `รถ' (o with diaeresis). e) Type backspace four time. f) See the cursor erase parts of your prompt. Regards, Frank -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org