zsh-workers
 help / color / mirror / code / Atom feed
* 8-bit characters in history and completion
@ 1996-09-26  5:29 Andreas Koenig
  1996-09-27 12:19 ` Andrej Borsenkow
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Koenig @ 1996-09-26  5:29 UTC (permalink / raw)
  To: zsh-workers

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 930 bytes --]

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 discovered that in history something similar happended between beta10 and
beta13, although beta10 looks buggy in another way:

% echo hü                           
hü
% history -1                        
  501  echo h\M-|
  502  history -1
% exec /usr/local/bin/zsh-2.6-beta10
% echo hü   
hü
% history -1
  501  echo h^ü
  502  history -1


Let me know, if you need additional info.

Thanks for the zsh!
andreas


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-09-29  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-09-26  5:29 8-bit characters in history and completion Andreas Koenig
1996-09-27 12:19 ` Andrej Borsenkow
1996-09-29  8:41   ` Andreas Koenig

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).