2006/2/2, Nick Pilon <[EMAIL PROTECTED]>: > On 2/2/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > First compile it, but _don't_ install it. Only copy the new > > 'fish_pager' to your default install location. That way we can see if > > the strange ssh completion output (which should be fixed in the new > > fish version) causes the new pager version to crash. > > This seems to work properly now.
This is good. > > > Once that is done, you could also try installing the whole package and > > see if the ssh completion problems are gone as well. > > They seem to be, Even better.. > but there's other bad news - the prompt lag problem's > back! This time, there seems to be odd lag in the middle of prompt_pwd > too. Can't win them all, I guess. I've been thinking about what might be causing this - and I have a theory. It might be that the code that puts the child process into it's own process group is the culprit - the child loops over sleep(0) until the parent gives it it's own group. To test this theory, one simply has to turn of job control, using 'status --job-control=none'. Could you test if this fixes your problem? > > -- > -Nick Pilon > -- Axel
