Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.0-pre1: speed up the "list-choices" etc.
- X-seq: zsh-workers 1571
- From: suzuki@xxxxxxxxxxxxxx (SUZUKI Hisao)
- To: A.Main@xxxxxxxxxxxxxxxxx
- Subject: Re: zsh-3.0-pre1: speed up the "list-choices" etc.
- Date: Mon, 8 Jul 96 19:36:10 JST
- Cc: hzoli@xxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <29141.199607080803@xxxxxxxxxxxxxxxxxxxxxxx> (message from Zefram on Mon, 8 Jul 1996 09:03:14 +0100 (BST))
- Organization: Oki Technosystems Laboratory, Inc., Nagoya, Japan
>>Indeed the speed difference is hardly noticeable on
>>Sparc-SunOS4.1, but it is noticeable on both i860-SysV4.0 and
>>Sparc-Solaris2.3 (Solaris2 is a version of SysV4 in fact, you
>>know).
>
>I can't reproduce that under Solaris 2.4.
Surely you cannot reproduce it? Well, then it might be a bug of
the _old_ SysV4... In any way, it would be necessary to confirm
it more objectively. Please do the following:
% truss zsh
[wait till the z-shell prompt appears]
[then type <v> <SPC> <^D> to list the completions]
If you see something like
write(10, " caml-light/ "... 48) = 48
then the output is buffered. Or if you see something like
write(10, " c", 1) = 1
then it is not buffered.
SUZUKI Hisao # `Begin at the beginning and go on till
suzuki@xxxxxxxxxxxxxx # you come to the end: then stop.'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author