Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-3.0-pre1: speed up the "list-choices" etc.



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