On Sat, Mar 26, 2011 at 05:54, Mikael Magnusson wrote: > I can't reproduce this in zsh -f yet, all that happens is that the > completion just fails quietly without doing anything. > % echo ネネネネネ ~[ > results in > % echo ~[ > > any idea what could be wrong or what I can try to narrow it down? Not an answer per se, but maybe bits of data giving someone else a lead: ネ is Unicode code point 12493, or "\u30CD", which normalizes to itself in all four Unicode normalization forms NFC, NFD, NFKC and NFKD, and which UTF-8 encodes to 0xE3, 0x83, 0x8D. I have no ideas about what the pretty-printing or :s could be related to. -- / Johan Sundström, http://ecmanaut.blogspot.com/ The problem doesn't seem to depend on the zsh_directory_name function, > I get the same result with it unfunctioned. Incidentally after the above > tab, zsh tries to complete parameter names. > > -- > Mikael Magnusson >